does "top" work on table elements with navigator?

liunx

Guest
Hey, i'm trying to position a table down with CSS using the top attribute. It works fine with IE but not with navigator. Can someone tell me why..

#center {
position: relative;
top: 20%;
}
<div align="center" id="center">
<table width="481" height="385" border="0" cellspacing="4">
...
</table>Are you talking about Navigator as in Netscape 4.x or Netscape 6+? And really, without the full HTML and CSS (or a link to it) we can't help you out.
 
Back
Top