So, nächster Versuch. Hier ein ausschnitt aus der css:
#ja-headerwrap {
background: #FFFFFF;
color: #CCCCCC;
line-height: normal;
height: 142px; /* AK: Um Menuleiste auf Balken zu setzen: 142 px */
}
#ja-header {
position: relative;
height: 188px;
}
.ja-headermask {
display: block;
background: url(../images/luecke.gif) repeat-x top right;
height: 188px;
position: absolute;
top: 0;
width: 500px;
right: 363px;
}
#ja-header a {
color: #CCCCCC;
}
h1.logo, h1.logo-text {
margin: 0 0 0 5px;
padding: 0;
font-size: 180%;
text-transform: uppercase;
}
h1.logo a {
width: 360px;
display: block;
background: url(../images/logo.gif) no-repeat;
height: 188px;
position: relative;
}
h1.logo a span {
position: absolute;
top: -1000px;
}
Und hier aus der index.php
<script type="text/javascript">
var siteurl = '<?php echo $tmpTools->baseurl();?>';
window.addEvent ('load', makeTransBG);
function makeTransBG() {
fixIEPNG($E('.ja-headermask'), '', '', 1);
fixIEPNG($E('h1.logo a'));
fixIEPNG($$('img'));
fixIEPNG ($$('#ja-mainnav ul.menu li ul'), '', 'scale', 0, 2);
}
</script>
<style type="text/css">
.ja-headermask, h1.logo a, #ja-cssmenu li ul { background-position: -1000px; }
#ja-cssmenu li ul li, #ja-cssmenu li a { background:transparent url(<?php echo $tmpTools->templateurl(); ?>/images/blank.png) no-repeat right;}
.clearfix {height: 1%;}
</style>
<![endif]-->
<?php endif; ?>
<style type="text/css">
#ja-header,#ja-mainnav,#ja-container,#ja-botsl,#ja-footer {width: <?php echo $tmpWidth; ?>;margin: 0 auto;}
#ja-wrapper {min-width: <?php echo $tmpWrapMin; ?>;}
</style>
Ich hoffe das reicht.