View Single Post
  #4  
Old 12-02-2009, 09:32 AM
  gb2world's Avatar 
gb2world gb2world is offline
 

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

Default Re: Product dialog box not filling up entire space in IE

You are welcome. I think firebug is a good tool to be fixates on - it is much easier to use than the IE developer toolbar. Probably a good process is to do development using Firefox/Firebug, then use IE Developer Toolbar to figure out any anomalies seen in IE.

Also - I am a proponent of standardizing the css with some sort of reset - it puts everything in a know state. It can get close to equalizing everything across browsers. Then, you can define your css to cascade from that. For me - it minimizes issues across browsers, so I do think it is wise. But, I suppose, that is a matter of opinion. In this case - I would prefer knowing that all table td are set to be baseline (or top or middle) in every browser, and if I want it different for certain tables, I would set css classes to accomplish that.
__________________
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