Hi...
I have a web site where I use CSS with absolute position. It works well using Mozilla but not using in IE.
You can visit my site at
I copied a piece of the CSS code below.
I have a web site where I use CSS with absolute position. It works well using Mozilla but not using in IE.
You can visit my site at
I copied a piece of the CSS code below.
Code:
<div class='bodycenter'>...</div>
div.bodycenter {
color:black;
/*border: thin groove #000000;*/
height: 400px;
width: 580px;
position: absolute;
}