Posted by David Dorward on 04/21/06 18:25
Bill wrote:
Please do not top post: http://allmyfaqs.net/faq.pl?How_to_post
> Whupps, I guess I didn't make it clear what my goals are or what I'm
> seeing now so I'll try it again. The original page was developed in IE 6
> and had all of it's margins and padding sized and positioned correctly.
> When viewing in Opera/Nestcape/Mozilla a few of the margins and paddings
> were off, not much but enough to make me want to 'fix' the problem for
> those browsers.
Odds are that you are using a Doctype that triggers Quirks mode in IE6
causing it to intentionally replicate bugs in earlier versions - including
getting "width" wrong.
Switching to a Doctype that triggers Standards mode and then repairing the
stylesheet is likely the best solution to the problem.
--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
[Back to original message]
|