Ich bekomms irgendwie nicht gebacken, ich sehe keine Backgroundgrafiken :(
Hab das Login Form Modul so in meine Index eingebunden:
PHP-Code:
<td align="right" valign="top" id="login">
<?php if (mosCountModules( "toolbar", -3)) { ?><?php mosLoadModules ( 'toolbar', -3); ?><?php } ?> </td>
</tr>
</table>
und in der css:
PHP-Code:
div.module {
width: (breite des BG Images in px)px;
background: url(../images/modulemitte.gif) repeat-y;
margin-bottom: 0px;
}
div.module div {
background: url(../images/moduleunten.gif) bottom left no-repeat;
}
div.module div div {
background: url(../images/moduleoben.gif) top left no-repeat;
padding: 0px ;
}
div.module div div div {
background: none;
padding: 0;
width: auto !important;
width: 100%;
}
Wo könnt der Fehler liegen?
Muss ich in der CSS noch was vorschreiben vor "div.module"???
Lesezeichen