Hallo,
Ich mach das immer so:
Füge in die css folgendes ein:
HTML-Code:
div.module {
width: (breite des BG Images in px)px;
background: url(mitte.gif) repeat-y;
margin-bottom: 2px;
}
div.module div {
background: url(rundunten.gif) bottom left no-repeat;
}
div.module div div {
background: url(rundoben.gif) top left no-repeat;
padding: 7px 10px 15px 12px;
}
div.module div div div {
background: none;
padding: 0;
width: auto !important;
width: 100%;
}
und in die index.php das einfügen:
PHP-Code:
<?php mosLoadModules ( 'left',-3); ?>
damit der Quelltext zum Beispiel das hier auspuckt:
Code:
<div class="module">
<div>
<div>
<div>
<h3>Main Menu</h3>
{Menu}
</div>
</div>
</div>
</div>
ev. noch padding in der css anpassen!
gruß
mar123
Lesezeichen