View Single Post
  #8  
Old 07-04-2008, 01:50 PM
  gb2world's Avatar 
gb2world gb2world is offline
 

X-Wizard
  
Join Date: May 2006
Location: Austin, TX
Posts: 1,970
 

Default Re: Quick button help

There is a similar tool in Internet Explorer that is not as nice as Firebug - but when you have issues unique to IE - it often helps to use it - it is called IE Developer Toolbar

I took a look at your page - The IE developer toolbar is classifing your search button as not having layout. Strange - but maybe if you assigned specific css size properties - you could regain control. Something like <input type="submit" style="width:200px" value=" Search:"/> ?? You can play around with giving specific css properties and see if it goes away. If it works you could be seeing what is described here.

You may find that you want to have a standard css class for all your submit buttons - you can set the color, size and font - and not be at the mercy of the browsers.
__________________
X-CART (4.1.9,12/4.2.2-3/4.3.1-2/4.4.1-5)-Gold
(CDSEO, Altered-Cart On Sale, BCSE Preorder Backorder, QuickOrder, X-Payments, BCSE DPM Module)
Reply With Quote