Thread: IE8 not rendering correct height
Results 1 to 3 of 3
Related
-
correct Cookies???? Forum: CGI Perl Forum
Replies: 0 -
DreamWeaver 8 - rendering issues Forum: HTML Forum
Replies: 6 -
Page rendering order? Forum: General Discussion
Replies: 0 -
Links and many other things rendering incorrectly Forum: CSS Forum
Replies: 0 -
Legal and Correct specified window opening help required...thanx Forum: Javascript Forum
Replies: 3
-
04-01-2011, 11:10 AM #1
IE8 not rendering correct height
Hello and thank you in advance...
I created a site a couple of years ago and all was well. I just updated the site and as it turns out, IE 8 cuts off a good portion of the top of the site. The following code makes the site fixed width and centered on the page, but IE8 pushes everything up.
Code:#global { background-color:#ffffcc; position:absolute; left: 50%; top: 50%; width: 992px; height: 558px; margin-top: -279px; /* half of the height */ margin-left: -496px; /* half of the width */ border: 0px solid #000; }
-
04-01-2011, 12:03 PM #2
Re: IE8 not rendering correct height
AS a quick fix, I move the whole thing down by adjusting the margin-top. This is not perfect as it also move the whole site down on the other browsers which were rendering correctly.
Thank you...
d
-
11-23-2014, 04:13 AM #3
Re: IE8 not rendering correct height
I am not sure, try to set hasLayout property in IE, but zoom CSS property.
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum