stmasi
03-04-2004, 12:26 PM
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;
}
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;
}