Hi Neil,
please open template.css and go to line 887. You will find the following code:
- Code: Alles auswählen
div.module div div div, div.module_text div div div, div.module_menu div div div {
background : url(../images/ribot.png) 100% 100% no-repeat;
padding : 4px 2px;
width:auto;
}
Write overflow:hidden; into this code block and if you want, change the padding-value. Look for example:
- Code: Alles auswählen
div.module div div div, div.module_text div div div, div.module_menu div div div {
background : url(../images/ribot.png) 100% 100% no-repeat;
overflow:hidden;
padding : 4px 8px;
width:auto;
}
These changes affects all modules.
Now open index.php and delete the following in line 9:
- Code: Alles auswählen
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
Now it works on Internet Explorer 8 too.
I will fix that issue without to change padding now and you can download the fixed template.