Hide options

IE 7 disappearing content when using position:relative

This is a fix / workaround for IE7 when using css style position:relative and the Internet Explorer 7 does surprisingly not show the content anymore
<style>
* {
zoom: 1.0;
}
</style>



Top