Mouse Over Effects

liunx

Guest
Hi I Have Recently Updated My Navigation Bar <br />
Using Html With No Images <br />
Problem Is I Want The Links To Change Color On Click<br />
I Dont Have The Link Line Under The Link Word Looks Terrible Any Help Would Be Great I Have Attached My Html Navigation Menu<!--content-->it seems like your inline styles are throwing things off a bit. I inserted this into the header:<br />
<br />
<style><br />
<!--<br />
A:link { color:#999999; text-decoration:none; font-family: georgia; font-size: 10pt; font-weight: bold;} <br />
<br />
A:visited { color:#f8f8f8; text-decoration:none; font-family: georgia; font-size: 10pt; font-weight: bold;}<br />
A:hover, A:active { color:#e01c02; text-decoration:none; font-family: georgia; font-size: 10pt; }<br />
A{text-decoration: none}<br />
--><br />
</style> <br />
<br />
and changed a div a little, to this:<br />
<br />
<DIV class=div1 <br />
style="FILTER: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#6a7995,endColorstr=#323a47,GradientType=1) ; WIDTH:150px; HEIGHT: 50px; CURSOR: hand"><br />
<center><br />
<DIV style="BORDER-RIGHT: #6483a2 3px ridge; BORDER-TOP: #6483a2 3px ridge; <br />
BORDER-LEFT: #6483a2 3px ridge; BORDER-BOTTOM: #6483a2 3px ridge"><a HREF=http://www.htmlforums.com/archive/index.php/"ZodiacThemes.htm" target="rbottom">Zodiac Themes</a><br />
</DIV></a></center><br />
<br />
and was able to see the effects I was going for.<!--content-->
 
Back
Top