XHTMLforum

XHTMLforum (http://xhtmlforum.de/index.php)
-   CSS (http://xhtmlforum.de/forumdisplay.php?f=73)
-   -   Menü Box -> Hovereffekt -> Hintergrund bis zum Ende än (http://xhtmlforum.de/showthread.php?t=38753)

ONeill 15.02.2006 16:02

Menü Box -> Hovereffekt -> Hintergrund bis zum Ende än
 
Hallo zusammen,

folgendes Problem. Ich habe ein Menü als Liste.
Code:

ul#Menu {
    list-style-type: none;
    border-left: 1px solid black;
    border-right: 1px solid black;
    padding: 0;
}

ul#Menu a {
    text-decoration: none;
    background-color: #c3d9ef;
    color: black;
    padding-left: 1em;
}

ul#Menu a:hover {
    text-decoration: none;
    background-color: #6ea2d7;
    color: black;
    padding-left: 1em;
    width: 100%;
}

In dieser Form. Ich möchte aber, dass beim Hover-effekt der Hintergrund komplett bis zum Ende der Box geändert wird und nicht nur bis zum Ende des Links. Wie kann ich das machen? Habe es mit dem Width:100% versucht, aber das hat nicht geklappt.

Danke sehr

Tigereye 15.02.2006 16:23

Vielleicht hilft
Code:

ul#Menu a {...
          display:block;
          ... }


ONeill 15.02.2006 16:27

Genial. Danke sehr! :)

So einfach :)


Alle Zeitangaben in WEZ +2. Es ist jetzt 02:57 Uhr.

Powered by vBulletin® Version 3.8.11 (Deutsch)
Copyright ©2000 - 2024, vBulletin Solutions, Inc.

© Dirk H. 2003 - 2023