a:active virker ikke
jeg vil have at mit aktive menupunkt har en anden farve så man kan se hvor man er henne .- men det virker ikke: www.fzy.dk/patinakode for siden med menupunkterne:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="stylesheet.css" rel="stylesheet" type="text/css">
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_goToURL() { //v3.0
var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}
//-->
</script>
</head>
<body style="margin: 0px; padding: 0px;">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><img src="../images/top.gif" width="680" height="190"></td>
</tr>
<tr>
<td height="5" style="border-bottom:1px solid #757575;"></td>
</tr>
<tr>
<td height="18" valign="bottom" style="border-top:1px solid #757575;"><table border="0" cellspacing="0" cellpadding="0">
<tr class="topmenu">
<td style="cursor: pointer;" onClick="MM_goToURL('parent','../index.asp');return document.MM_returnValue">HOME </td>
<td style="cursor: pointer;" onClick="MM_goToURL('parent','../patina.asp');return document.MM_returnValue">PATINA </td>
<td style="cursor: pointer;" onClick="MM_goToURL('parent','../themusic.asp');return document.MM_returnValue">THE MUSIC </td>
<td style="cursor: pointer;" onClick="MM_goToURL('parent','../lounge.asp');return document.MM_returnValue">LOUNGE </td>
<td style="cursor: pointer;" onClick="MM_goToURL('parent','../dmanstudio.asp');return document.MM_returnValue">D-MAN STUDIO </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>
stylesheet kode:
.topmenu {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
color: #000000;
}
.topmenu a:link {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
color: #000000;
text-decoration:none;
}
.topmenu a:visited {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
color: #000000;
text-decoration:none;
}
.topmenu a:hover {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
color: #00CCFF;
text-decoration:none;
}
.topmenu a:active {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
color: #00CCFF;
text-decoration:none;
}
