View Single Post
Old 2012-12-18, 06:54 PM   #1
Greenguy
The Original Greenguy (Est'd 1996) & AVN HOF Member - I Crop Pics For Thumbs In My Sleep
 
Greenguy's Avatar
 
Join Date: Feb 2003
Location: Blasdell, NY (shithole suburb south of Buffalo)
Posts: 41,749
Send a message via ICQ to Greenguy
Question Why won't the hover thingy work on my links in Chrome?!

As you can tell by the title, my CSS skills are less than stellar

I did search on Google for an answer, but with my very limited CSS knowledge, I might as well have been looking at a different language.
(Yes, I know that I technically WAS looking at a different language)

For this page:
http://www.link-o-rama.com/HD-Video/index.html

I'm using this very basic CSS:
Code:
<style type="text/css">
body {background:#000000; margin:0px 0px; text-align:center; font-family:'Comic Sans MS',sans-serif; color:lime; font-size:21px;}
a:link {color:#00FF00;}
a:visited {color:#00CC00;}
a:hover {color:#00FF00;}
</style>
There is a very subtle difference in the color of an unvisited link & a visited link, but it is a difference none-the-less. It does work in IE, but the link/text color stays the same in Chrome.

Apparently, this is a known problem with Chrome. Everything I looked at was WAY out of my league as far as how to correct it & the few things I tried didn't work

So does anyone know a basic fix for this?

Thanks!
__________________

Promote POV Porn Cash By Building & Submitting Galleries to the Porn Luv Network
Greenguy is offline   Reply With Quote