Hi!
How do
<style>
.ueberuns{
background-image:url(images/headerlinks/ueber_uns_ohne.png);
background-repeat:no-repeat;
width:111px;
height:50px;
}
.ueberuns:hover {
background-image:url(images/headerlinks/ueber_uns.png);
background-repeat:no-repeat;
width:111px;
height:50px;
display:block;
}
</style>
<ul id="menu" class="horz-menu">
<li class="ueberuns"><a href="http://www.sbw.edu/index.php/idea-home/">idea</a></li>
</ul>
I change the background-image for a li class on hover in IE10. Hover over a li works fine in IE7, IE8 and IE9