TeamPhotoshop
Reviews, updates and in depth guides to your favourite mobile games - AppGamer.com
Forum Home Latest Posts Search Help Subscribe

style sheet problems

Page: 1 Reply
Aug 26th 2001#14586 Report
Member since: Mar 20th 2001
Posts: 319
I set up a REALLY simple style sheet that defines links, visited links, active links (didn't work), and hovered links.

But that isn't the problem. The problem is that the visited links do not show the hover properties!

So I'm askin', what could the problem be?? Maybe with some help I can go a little farther with this whole, Style sheet thing. THanks! :D
Reply with Quote Reply
Aug 26th 2001#14587 Report
Member since: Mar 18th 2001
Posts: 1452
Sure you didn't make the visited and hover colors the same (like you did last time :p) ?
Reply with Quote Reply
Aug 26th 2001#14588 Report
Member since: Jul 15th 2001
Posts: 2019
<,,STYLE TYPE="text/css">
-a:link { color: #666666; text-decoration: none }
-a:active { color: #666666; text-decoration: none }
-a:visited { color: #666666; text-decoration: none }
-a:hover { color: #000000; text-decoration: background: #6f6f6f }
<,,/STYLE>

copy and paste it, and obviously choose your own colors, hte background thing doesn't work, because it's in the wrong place, but i'm sure u can figure that part out. and obviously,
omit the two commas at the begning of the style tag, and at the end of the closing tag. and get rid of the - at the beginning of each a: blah blah.
Reply with Quote Reply
Aug 26th 2001#14589 Report
Member since: Jul 15th 2001
Posts: 2019
are you remembering to put it in the head?
Reply with Quote Reply
Page: 1 Back to top
Please login or register above to post in this forum