Thread: CSS problem...
View Single Post
Old 11-09-2003, 06:55 PM   #8 (permalink)
soopafreek
Psycho
 
soopafreek's Avatar
 
Location: ask your mom
based on what you typed, you might want to make your visited state read:

background-image: url(gifs/check.gif); <-- just make sure that path is correct!

and add to the other states:

background-image: none;

and close off that last css code with a " } "


that's just looking at your code, i didn't test that. you could try to upload the css file or have this <a href="http://www.htmlhelp.org/tools/csscheck/" target="_blank">css validator</a> check your site.
__________________
aaarrrrrgggghhhh!!!!

Last edited by soopafreek; 11-09-2003 at 06:57 PM..
soopafreek is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54