Negative Margin Positioning...

windows

Guest
I'm attempting to use a negative margin centering concept, but it appears as though Netscape doesn't recognize it. Is there any special hack that anyone knows about to have Netscape interpret the code as all the other browsers do?

Thanx.

Here's the css...

#page
{
border:0px;
color:#000000;
height:550px;
left:50%;
margin:-275px auto auto -375px;
padding:0px;
position:absolute;
text-align:center;
top:50%;
vertical-align:middle;
width:750px;
}What version of Netscape are you testing in? The only version I have that it doesn't work in is NN 4.79. I can tell you that it does work in as low as NN 6.22 (possibly lower but I can't check).

Perhaps there is something else on your page causing it to mess up.

Here is a simple test page for you to check with NN:
 
Back
Top