Hi God_Struth
Thanks for such a quick responce I had not expected that
I have taken your advice and have now been playing with the CSS for awhile and cannot figure out what to do, (CSS is not my strong point at all).
I was wondeing if you could point me in the direction of what I must do, to get this working. Hope you can help
This is what my style sheet looks like now:
------------------------------------------------------------ ---
<style TYPE="text/css">
DIV.Toolbar A {color: #FFFFFF; text-decoration:none}
DIV.Toolbar A:link {color: #FFFFFF; text-decoration:none}
DIV.Toolbar A:visited {color: #FF FFFF; text-decoration:none}
DIV.Toolbar A:hover {color: #0000FF; text-decoration:none}
DIV.Toolbar A:active {color: #0000FF; text-decoration:none}
DIV.Links A {color: #009999; text-decoration:none}
DIV.Links A:link {color: #0 09999; text-decoration:none}
DIV.Links A:visited {color: #0099 99; text-decoration:none}
DIV.Links A:hover {color: #FF0000; text-decoration:none}
DIV.Login A {color: #666666; text-decoration:none}
DIV.Login A:link {color: #6 66666; text-decoration:none}
DIV.Login A:visited {color: #6666 66; text-decoration:none}
DIV.Login A:hover {color: #0000FF; text-decoration:none ; font-weight: normal}
DIV.IconLinks A {color: #009999; text-decoration:none}
DIV.IconLinks A:link {color:&nbs p;#009999; text-decoration:none}
DIV.IconLinks A:visited {color: # 009999; text-decoration:none}
DIV.IconLinks A:hover {color: #FF0000; text-decoration:none}
.Fields {
border: 1px #666666 groove;
; background-color: #FFFFFF
; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: xx-small; background-position: center center
; font-weight: bold; color: #009999
}
.Buttons {
border: 1px #666666 groove;
; background-color: #009999
; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: xx-small; background-position: center center
; font-weight: bold
; color: #CCCCCC
}
a.nav {
color : #2F03ED;
;font-family: Verdana, Arial, Helvetica, sans-serif
;text-decoration: none
;font-size: 10px
;font-weight: bold
;background-color: #ffffff
}
a.nav:hover {
color : #2F03ED;
;font-family: Verdana, Arial, Helvetica, sans-serif
;text-decoration: none
;font-size: 10px
;font-weight: bold
;background-color: #cccccc
}
</style>
_________________________________________________________
THIS IS WHAT MY MENU LOOKSLIKE
________________________________________________________
<html>
<head>
<meta http-equiv="Content-Language" content="fi">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 1</title>
<link rel="stylesheet" type="text/css" href="WWW/dvdvids/css/css.css">
</head>
<body>
<div align="left">
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="20%">
<tr>
<td width="100%" class="nav:hover"><a href="http://www.Link1.com">LINK 1</a></td>
</tr>
<tr>
<td width="100%"><a href="http://www.link2.com">LINK 2</a></td>
</tr>
<tr>
<td width="100%"><a href="http://www.link3.com">LINK 3</a></td>
</tr>
<tr>
<td width="100%"><a href="http://www.link4.com">LINK 4</a></td>
</tr>
<tr>
<td width="100%"><a href="http://www.link5.com">LINK 5</a></td>
</tr>
</table>
</div>
</body>
</html>
________________________________________________________
Hope you can show me how to actually call the code to get the effect :-)
Hope that I do not sound totally stupid, and hope you can help out again.
Kind Regards
Maxi