S
starfoxfs
Hi zusammen,
Ich habe mir ein CSS Menü gestaltet und bekomme es aber einfach nicht hin das es Aktiv hinterlegt wird wenn die Seite aufgerufen ist.
Hier mal das CSS:
Ich habe mir ein CSS Menü gestaltet und bekomme es aber einfach nicht hin das es Aktiv hinterlegt wird wenn die Seite aufgerufen ist.
Hier mal das CSS:
Code:
#menudiv {position:absolute; margin-left:270px; margin-top:62px; height:38px;}
#menu {position:relative; font-size:11px; height:38px; width:730px;}
#menu, #menu ul {padding:0; margin:0 auto; list-style:none; width:730px;}
#menu table {border-collapse:collapse; margin:-1px -20px; 0 0; padding:0; width:0; height:0; font-size:1em;}
#menu li {float:left; height:38px; background:#eee;}
#menu li a {float:left; display:block; padding:0 0 0 10px; height:38px; line-height:35px; background:url(../images/button-red.gif) left top; color:#fff; text-decoration:none; font-family:tahoma, arial, verdana, sans-serif;}
#menu li a b {float:left; height:38px; display:block; padding:0 20px 0 10px; background:url(../images/button-red.gif) right top; cursor:pointer;}
#menu li a:hover {white-space:nowrap; background:url(../images/button-green.gif) left top; color:#fc6;}
#menu li a:hover b {white-space:nowrap; background:url(../images/button-green.gif) right top;}
#menu li:hover > a {white-space:nowrap; background:url(../images/button-green.gif) left top; color:#fc6;}