When opening Teline II in IE8 (on the JA Demo-Page and on the downloaded installation) I kept getting a script-error from the mootools.js at line 31:
this.style[property]=value;
Line: 31
Error: Invalid argument
Also when viewing the empty Joomla 1.5.11 Installation (no sample data) – the menu is sticking to the left as a block – and not filling the whole width.
Same with empty section/category (with no content)
In /…../templates/ja_teline_ii/index.php I changed
<!–>
<style type=”text/css”>
.clearfix {display: inline-block;}
</style>
<!–>
to:
<!–>
<style type=”text/css”>
.clearfix {display: block;}
</style>
<!–>
and BOTH issues were gone…..
strange!
Anyone knows WHY this was added (display: INLINE-block) ???
HtH