It sounds like you are having "box model" problems. IE uses the wrong box model for web pages in many instances. To fix it, you need a proper doctype, which I assume you aren't. See the sticky at the top of this board about doctypes.
I read the sticky and put the right doctype in my code, which didn't help.
I put this in my stylesheet:
- div.back
-
{
-
background-color: #FFFFFF;
-
border: 5px solid #CC00FF;
-
position:absolute;
-
left: 200px;
-
top: 125px;
-
width: 600px;
-
height: 350px;
-
}
-
I'm pretty new to this kind of thing, what else do you need?