celestial_fairy
02-17-2003, 06:24 AM
I have a problem with hover links working with other public websites. To understand what I mean, go to http://www.geocities.com/prophet1990/who.html . Notice how the links (under "Cool Links") aren't visible. And yes, I have experimented with getting rid of the unordered list and changing the color # in the CSS code, and it still doesn't want to work.
I have found that if you get rid of the http:// in the link, the hover function works fine but then the link doesn't work and vice versa. Here's the CSS code I'm using if you need it:
<style type="text/css">
<!--
A:link {text-decoration:none; color:"#99CCFF"}
A:visited {text-decoration:none; color:"#99CCFF"}
A:hover {text-decoration:none; color:"#FBFFBF"}
A.foo:link {text-decoration:none; color:"#1755ce"}
A.foo:hover {text-decoration:none; color:"#FBFFBF"}
Is there a way I can fix this "hover link" problem? Plz help me in any way you can since this has been extremely frustrating! Your help will be greatly appreciated! Thx for your time!
I have found that if you get rid of the http:// in the link, the hover function works fine but then the link doesn't work and vice versa. Here's the CSS code I'm using if you need it:
<style type="text/css">
<!--
A:link {text-decoration:none; color:"#99CCFF"}
A:visited {text-decoration:none; color:"#99CCFF"}
A:hover {text-decoration:none; color:"#FBFFBF"}
A.foo:link {text-decoration:none; color:"#1755ce"}
A.foo:hover {text-decoration:none; color:"#FBFFBF"}
Is there a way I can fix this "hover link" problem? Plz help me in any way you can since this has been extremely frustrating! Your help will be greatly appreciated! Thx for your time!