View Single Post
  #3 (permalink)  
Old May 18th, 2005, 08:15
D3mon D3mon is offline
Reputable Member
Join Date: Aug 2003
Location: United Kingdom
Posts: 341
Thanks: 0
Thanked 0 Times in 0 Posts
Try not using absolute/relative positioning, but using floats instead. Much easier and less likely to fall apart x-browser.

I've found in the past that a lot of the cross-browser problem stem from the varying 'default' CSS values applied by each browser. This is most commonly seen in margins and padding (IE already has a poor interpretation of the 'box' model) If you set the margin and padding to zero for problem elements and then set them again, the browser is forced to honour the style sheet values, resulting in a more consitent layout across browsers.