Topic: CSS Menu Rollover |
|
---|---|
Author | Thread |
Maniac (V) Mad Scientist From: Rochester, New York, USA |
posted 05-17-2004 22:46
http://www.codetown.org/test/ code: <div id="menu">
code: #menu {
|
Maniac (V) Inmate From: Seoul, Korea |
posted 05-18-2004 03:35
AFAIK, that is a standard way of achieving rollovers with CSS. I know there are others as well, but that should work fine. |
Maniac (V) Mad Scientist From: Rochester, New York, USA |
posted 05-18-2004 07:38 |
Nervous Wreck (II) Inmate From: |
posted 05-18-2004 10:51
This article from 'A List Apart' seems to pretty much talk about what you've got going on here with only one or two slight differences, but you may find it useful reading anywaym there's also a part II to that article that's good reading too, I recommend it. |
Paranoid (IV) Inmate From: Greenville, SC, USA |
posted 05-29-2004 22:53
your still getting the typical ie "flicker" caused from a silly backgroud caching bug that ie has. I've found that ala's image sprites article : http://www.alistapart.com/articles/sprites/ works the best as far as css rollovers. Check it out. |