kevin mcmonagle wrote:
If i can ask an old question, whats the best way to get margins and padding to be set the same across all browsers.
In standard mode with all other variables equal, margins and paddings _are_ the same, so I guess that's not what your question is about. Standard mode vs. Quirks mode box model differences are more likely causing you problems. If you want to cater for older IE/win and other Quirks mode only versions, alongside the latest browsers: don't declare side-paddings on elements – boxes – that have declared width. Instead, declare side-margins on non-sized elements inside those sized boxes – like paragraphs, lists and so on. That'll minimize differences, and you will only have to take eventual border-widths into account. I'm dealing with Standard mode vs. Quirks mode box model differences all the time - by choice... <http://www.gunlaug.no/contents/wd_additions_16.html> ...so "hitting the middle-ground" has become routine. regards Georg -- http://www.gunlaug.no ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************