This page looks great in Netscape 7, but it simply will not center the
bottom <div> in IE6:
I want the bottom <div> to be centered beneath the graphics, although
the text contained within it should be left aligned. Currently, I have
this in my CSS for the div:
width: 609px;
margin-left: auto;
margin-right: auto;
I've done some research online about this issue and I've tried some of
the workarounds (such as nested divs, one with auto margins and the
other with text set to be left-aligned), but nothing has worked. Can
someone please tell me how to get the same look in IE 6 (and versions
5.x) as what I have in Netscape 7?
And what on earth is this talk of "standards-compliant" mode in IE 6?
I regularly patch my machine with updates from Microsoft, so I'm
fairly confident that I have the latest version of IE. But where on
earth does one turn on "standards-compliant" mode? Is it "on" by
default? If not, how do they expect the average user to switch into
"standards-compliant" mode?! Grrr-r-r-r.
Exasperated and fed up with these inconsistencies ,
-M
bottom <div> in IE6:
I want the bottom <div> to be centered beneath the graphics, although
the text contained within it should be left aligned. Currently, I have
this in my CSS for the div:
width: 609px;
margin-left: auto;
margin-right: auto;
I've done some research online about this issue and I've tried some of
the workarounds (such as nested divs, one with auto margins and the
other with text set to be left-aligned), but nothing has worked. Can
someone please tell me how to get the same look in IE 6 (and versions
5.x) as what I have in Netscape 7?
And what on earth is this talk of "standards-compliant" mode in IE 6?
I regularly patch my machine with updates from Microsoft, so I'm
fairly confident that I have the latest version of IE. But where on
earth does one turn on "standards-compliant" mode? Is it "on" by
default? If not, how do they expect the average user to switch into
"standards-compliant" mode?! Grrr-r-r-r.
Exasperated and fed up with these inconsistencies ,
-M
Comment