- Impact
- 0
Hello everyone, I new to this board and hope I am posting in the right section.
I have create a site (oh god, noooo
) and was trying to have this as a css stylesheet
div.centerpart
{
position:absolute;
left:120px;
right:0px;
top:120px;
bottom:15px;
}
apparently this works fine in Mozilla, but when looking at it in IE it turns up real shitty. The point is that I try to define a rectangular div which is resized according to the windows size of the browser. This way I can staticly define the size of the surrounding divs.
I get something like this
_____________
|___________|
| | | |
| | CP | |
|_|________| |
|___________|
Is there anyone who can explain to me why this doesn't work in IE? I notices this where I started to use fixed and centered backgroundimages in this DIV...
thanks in advance
Steve
I have create a site (oh god, noooo
div.centerpart
{
position:absolute;
left:120px;
right:0px;
top:120px;
bottom:15px;
}
apparently this works fine in Mozilla, but when looking at it in IE it turns up real shitty. The point is that I try to define a rectangular div which is resized according to the windows size of the browser. This way I can staticly define the size of the surrounding divs.
I get something like this
_____________
|___________|
| | | |
| | CP | |
|_|________| |
|___________|
Is there anyone who can explain to me why this doesn't work in IE? I notices this where I started to use fixed and centered backgroundimages in this DIV...
thanks in advance
Steve













