Modificering af hover menu! Part II
Kan dette script udbygges til at alle \'aktiver\' (normal,hover og active) får samme værdier, er tested og virker i :Internet Explorer 5.x
Internet Explorer 6.0
Netscape Navigator 6.x
Opera 5.x
Følgende værdier skal gælde i alle tilfælde:
font-family: verdana;
font-size: 10 px;
font-style: normal;
font-weight: plain;
<span style=\"line-height: 150%;\">
<span style=\"word-spacing: 2px;\">
<span style=\"letter-spacing: 2px;\">
Jeg har selv prøvet at \'integrerer\' alle ovenstående værdi i scriptet, men fik det kun delvis til at virke.
Test venligst i nævnte browsere, før svar postes.
MVH. Lars
<html>
<head>
a:hover
{
text-decoration: none;
color: ffffff;
font-weight: normal;
text-transform : normal;
}
a:active
{
text-decoration: none;
color: ffffff;
font-weight: normal;
text-transform : normal;
}
</style>
<style type=\"text/css\">
<!--
a.menu {
text-decoration: none;
background : #ffffff;
display:block;
width:100%;
}
a.menu:hover {
text-decoration: none;
background : #003399
display:block;
width:100%;
}
a.menu:active {
text-decoration: none;
background : #003399
display:block;
width:100%;
}
-->
</style>
</head>
<body scroll=\"no\" bgcolor=\"#ffffff\" leftmargin=\"0\" topmargin=\"0\" marginwidth=\"0\" marginheight=\"0\" link=\"#000080\" vlink=\"#000080\" alink=\"#000080\">
<img border=\"0\" src=\"images/adjust.gif\" width=\"1\" height=\"60\">
<table width=85>
<tr><td align=\"right\"><a href=\"#\" onClick=\"multilink(\'space.htm\' , \'resolution.htm\' , \'test.htm\' , \'test.htm\' , \'test.htm\');\" class=menu><font face=\"Verdana\" size=\"1\">Projekter </font></a></td></tr>
<tr><td align=\"right\"><a href=\"#\" onClick=\"multilink(\'space.htm\' , \'resolution.htm\' , \'test.htm\' , \'test.htm\' , \'test.htm\');\" class=menu><font face=\"Verdana\" size=\"1\">Beskrivelse </font></a></td></tr>
<tr><td align=\"right\"><a href=\"#\" onClick=\"multilink(\'space.htm\' , \'resolution.htm\' , \'test.htm\' , \'test.htm\' , \'test.htm\');\" class=menu><font face=\"Verdana\" size=\"1\">Jobmulighed </font></a></td></tr>
<tr><td align=\"right\"><a href=\"#\" onClick=\"multilink(\'space.htm\' , \'resolution.htm\' , \'test.htm\' , \'test.htm\' , \'test.htm\');\" class=menu><font face=\"Verdana\" size=\"1\">Elever </font></a></td></tr>
</table>
</body>
</html>