Yes, you can use the following
or whichever colours you wantCode:<tr onmouseover="this.bgcolor = '#CCCCCC'" onmouseout="this.bgcolor = '#DDDDDD'">![]()
Hi,
Is it possible to use the hover function of css on other objects then a link? I would like to "hover" a table row(<tr>) but I haven't been successful in my attempts so far. So before I try poking around with the codes even more, I thought a bright idea would be to ask here if it possible at all.![]()
cheers
Yes, you can use the following
or whichever colours you wantCode:<tr onmouseover="this.bgcolor = '#CCCCCC'" onmouseout="this.bgcolor = '#DDDDDD'">![]()
slighty off topic here but just wanted to thank loon for the mouseover tutorial on his netcode page (or just a linked in the sig page, may not be his or hers for that matter).
Took some work but I have some good looking buttons now.
Thanks
i make my roll overs flip -
A:hover {text-transform:none; height:0; filter:flipv}
-rachel-
http://fortylicks.net
CSS standards don't allow for the use of filters.Originally posted by sergeantrar
i make my roll overs flip -
A:hover {text-transform:none; height:0; filter:flipv}
▀▄▀▄▀▄▀▄▀▄▀▄▀▄
▀▄▀▄▀▄▀▄▀▄▀▄▀▄
happy to hear it helpedslighty off topic here but just wanted to thank loon for the mouseover tutorial on his netcode page (or just a linked in the sig page, may not be his or hers for that matter).
Took some work but I have some good looking buttons now.
Thanks![]()
you can find what element has pseudo class (eg. hover, active, etc.) by clicking this link: http://www.htmlhelp.com/reference/css/structure.html
i dont know to much about these "CSS standards don't allow for the use of filters" techinal terms. I do know that i edited my script and now my links do in fact flip-
rachel-
http://fortylicks.net
No they don't.Originally posted by sergeantrar
I do know that i edited my script and now my links do in fact flip
It's only some extra code MS created and doesn't work in anything but IE.
▀▄▀▄▀▄▀▄▀▄▀▄▀▄
▀▄▀▄▀▄▀▄▀▄▀▄▀▄
I was starting to wonder why i didnt see anything flip on that site.
i have asked many friends about the hover on my site and not all but the majority see it flip-i am on internet explorer yes
thanks for the input guys i'll keep it in mind
-rachel-
http://fortylicks.net
Bookmarks