Einzelnen Beitrag anzeigen
Alt 05.03.2008, 13:46   #1 (permalink)
voodoocipher
PostRank: 1
 
Benutzerbild von voodoocipher
 
Registriert seit: 19.02.2008
Beiträge: 29
Mouseover-Balken über ganze Sidebar

Hallo Leute,

ich möchte einen weißen Mouseover-Balken über die ganze Sidebar, und zwar so das beim Ausklappen die Unterseiten eingerückt sind. Hab einiges ausprobiert, klappt aber nicht,es geht nur wenn die Unterseiten nicht eingerückt erscheinen. Momentan ist links immer noch ein Spalt Rot zu sehen - siehe Anhang:

Hier mein Code:

Code:
#left {
 color: #FFFFFF;
 width: 179px;
 float: left;
 margin-top: 10px;
 margin-bottom: 20px;
 }
#left p{
 margin: 0px;
 line-height: 16px;
 padding: 10px;
 }
#left ul {
 list-style: none;
 margin: 0px;
 padding: 0px 0px 0px 0px;
 }
#left li {
 list-style: none;
 margin: 0px;
 padding: 0px;
 }
#left ul li {
 list-style: none;
 margin: 0px;
 padding: 10px 0px 0px 10px;
 }
#left ul li a {
 display: block;
 color: #FFFFFF;
 text-decoration: none;
 padding-left: 1px;
 padding-right: 0px;
 padding-top: 5px;
 padding-bottom: 5px;
 line-height: 12pt;
 }
#left ul li a:hover {
 color: #000000;
 background: #fff;
 }
Hat jemand ne Idee ?

Danke !

voodoo
Angehängte Grafiken
Dateityp: jpg mouse_over.jpg (5,4 KB, 12x aufgerufen)
__________________
--- some kind of voodoo come across the land ---
voodoocipher ist offline   Mit Zitat antworten