I have quite a lot of problems with IE7, but this time IE8 is doing something strange.
The next piece of code does not work:
<style>
.inschrijven{ display: block; width: 460px; height: 150px; background: url("image.png") no-repeat 0 0;}
.inschrijven:hover{background-position: bottom;}
.inschrijven span{display: none;}
</style>
<div style="text-align:center;">
<a href="#" onclick="pageTracker._trackEvent('samenstellen', 'click', 'track');" class="inschrijven"><span>Schrijf u hier in</span></a>
</div>
I can't click the item, it does not rollover. It doesn't even center in the screen. I thought this was the correct way of doing something so basic.