Difference in css position IF/FF, how to solv my problem?

Posted by Jason94 on Stack Overflow See other posts from Stack Overflow or by Jason94
Published on 2010-05-13T11:00:49Z Indexed on 2010/05/13 11:04 UTC
Read the original article Hit count: 230

Filed under:
|
|

Ive made some divs and it works as intended in firefox: http://yfrog.com/0y95240044p

But not in internet explorer 8: http://yfrog.com/0obadpp

Anyone have a tip?

structure is like this:

<div id="container">

<div id="imgContainer">

<div id="button"></div>
</div>

<div id="text">text</div>

</div>

imgContainer gets a image as background by some javascript magic.

© Stack Overflow or respective owner

Related posts about css

Related posts about browser