Topic: Turning off hover... (Page 1 of 1) |
|
---|---|
Maniac (V) Inmate From: Seoul, Korea |
posted 12-08-2002 14:10
Just wondering here--after specifying a color for hover, is there any way to turn it off again. |
Paranoid (IV) Inmate From: A graveyard of dreams |
posted 12-08-2002 15:53
I found a way to do it that works in Mozilla, but I'm not sure about IE... code: <style type="text/css">
|
Maniac (V) Inmate From: under the bed |
posted 12-08-2002 17:13
Yep - |
Maniac (V) Inmate From: Seoul, Korea |
posted 12-09-2002 03:52
V: The only problem with that option is that I want all my links to hover except for two classes. code: .imagenav
code: .imagenav a:hover
|
Maniac (V) Inmate From: under the bed |
posted 12-09-2002 04:49 |
Maniac (V) Inmate From: Seoul, Korea |
posted 12-09-2002 04:50
Ah, OK. I guess I was just wondering if there was a simple way to turn hover off, but I guess there isn't. Thanks. |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 12-09-2002 04:52
I suppose the other solution is to not set a global hover style in the first place. |
Maniac (V) Inmate From: Seoul, Korea |
posted 12-09-2002 12:09
Emps: You mean go into each and every class, except for the two in question, and set the hover there? No thanks. I think I'll just deal with imperfection. |