in der webconsulting.css findet sich kein .mod_navigation
das naheliegenste sieht wie folgt aus
Code:
#mainmenu{width:969px;top:54px;position:absolute;border-left:1px solid #c6c6c6;}
#mainmenu li{float:left;}
#mainmenu a{display:block;padding:8px 18px 9px 18px;border-right:1px solid #c6c6c6;font-weight:bold;text-decoration:none;color:#808080;line-height:1;}
#mainmenu a:hover{background:url("tl_files/webconsulting/menu.jpg") left top repeat-x;color:#333333;}
#mainmenu p{padding:8px 18px 9px 18px;background:url("tl_files/webconsulting/menu.jpg") left top repeat-x;border-right:1px solid #c6c6c6;font-weight:bold;line-height:1;}
* html #mainmenu a,* html #mainmenu p{padding-top:9px;padding-bottom:8px;}
*:first-child+html #mainmenu a,*:first-child+html #mainmenu p{padding-top:9px;padding-bottom:8px;}
#mainmenu li.login,#mainmenu li.register{float:right;}
#mainmenu a.login{padding-left:36px;background:url("tl_files/webconsulting/login.jpg") left center no-repeat;border-left:1px solid #c6c6c6;}
#mainmenu a.login:hover{background:url("tl_files/webconsulting/login_active.jpg") left center no-repeat;}
#mainmenu p.login{padding-left:36px;background:url("tl_files/webconsulting/login_active.jpg") left center no-repeat;border-left:1px solid #c6c6c6;}
#mainmenu a.register{padding-left:36px;background:url("tl_files/webconsulting/register.jpg") left center no-repeat;}
#mainmenu a.register:hover{background:url("tl_files/webconsulting/register_active.jpg") left center no-repeat;}
#mainmenu p.register{padding-left:36px;background:url("tl_files/webconsulting/register_active.jpg") left center no-repeat;}
soll ich jetzt hier jedes p durch span.active ersetzen ?