Difference in css position IF/FF, how to solv my problem?
- by Jason94
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.