bin grad dabei ein neues design zu bauen, und hab da nochmal ne kleine frage.^^
und zwar hab ich ein Horizontales Menü das über die Admin.php frei veränderbar sein soll (funktioniert soweit auch ganz gut^^)
hab mir auch wie hier beschrieben buttons rein, funktioniert auch
leider hat er jetz zwischen den buttons abstände von etwa 5 pixel oder so, kann mir jemand sagen wie ich die rausbekomme?^^
mit margin-left: 0px; oder padding-left: 0px; funktionierts leider nicht.
der code wie das Menü formatiert ist in der CSS:
div.hmenu { background-image: url(images/button_bg.png); background-repeat: no-repeat; z-index: 1; position:absolute; top:213px; left:220px; display: inline; color: black; }
der code für den button und den button hover in der CSS:
.menu:link, .menu:visited, .menu:active { display: inline-block; color: #FFFFFF; font-size: 11px; background: url(images/button.png); width: 125px; height: 25px; text-indent: 0x; text-decoration: none; margin-left: 0px; font-family: Arial, sans-serif; line-height: 25px; } .menu:hover { display: inline-block; color: #FFFFFF; font-size: 11px; background:url(images/button.png); width: 125px; height: 25px; text-indent: 0px; text-decoration: none; margin-left: 0; font-family: Arial, sans-serif; line-height: 25px; }
zur info: das menü bekommt nen extra hintergrund, ( div.hmenu ), da ich mit transparenz arbeite und der button transparent ist und auf ner transparenten fläche liegt, aber durch die transparente fläche darunter eine andere farbe entsteht.
Danke schonmal.
Gruß
Frostball
verwendete ilchClan Version: 1.1