I spent the whole day yesterday trying to get a page to layout correctly in
IE. I wanted two columns to maintain a given proportion (25%, 75%) on a
page regardless of the browser width. Easy to do in Firefox and Opera, but
IE seems to have this thing about widths, even when I use a doctype to set
IE6 into "standards" mode. I tried several different ways of achieving this
(or something similar). Every time, Firefox and Opera agreed on how to lay
out my code, with IE6 the odd one out.
Is there a reference on the web anywhere where the various quirks and
workarounds for IE are documented?
--
############### #####
## PH, London
############### #####
IE. I wanted two columns to maintain a given proportion (25%, 75%) on a
page regardless of the browser width. Easy to do in Firefox and Opera, but
IE seems to have this thing about widths, even when I use a doctype to set
IE6 into "standards" mode. I tried several different ways of achieving this
(or something similar). Every time, Firefox and Opera agreed on how to lay
out my code, with IE6 the odd one out.
Is there a reference on the web anywhere where the various quirks and
workarounds for IE are documented?
--
############### #####
## PH, London
############### #####
Comment