this code in the acarsmap .tpl make that the navigation menu and the arr. and dep. icon missing the transparatie in the live window
<div id=“main”>
this code in the acarsmap .tpl make that the navigation menu and the arr. and dep. icon missing the transparatie in the live window
<div id=“main”>
Check your CSS you may have a style which is in conflict.
I use firebug to spot these issues
I found 2 errors in red
}
.ui-tabs-disabled {
opacity: .4;
filter: alpha(opacity=40);
[pre]* html .jqmWindow {
position: absolute;
top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(6 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + ‘px’);}[/][/pre]
any advice[/]
That wouldn’t cause that