Jump to content

position absolute in IE8


1internet

Recommended Posts

I have an issue in IE8 where my div is displayed about 50px closer to the top than in FF or Chrome, or IE9. I think I have narrowed it down to it being the position absolute. I am declaring an HTML5 doctype, but still facing this issue. It also occurs for position: relative.

 

#slider {
	position: absolute;
	margin-left: 315px;
	margin-top: -350px;
	z-index: 1;
}

 

Any easy solution to get around this?

Link to comment
https://forums.phpfreaks.com/topic/276041-position-absolute-in-ie8/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.