icerider posted this at 02:45 — 24th February 2004.
They have: 88 posts
Joined: Feb 2004
I need a rollover effect that changes the background AND the font when the mouse goes over the cell, thanks!
Renegade posted this at 02:58 — 24th February 2004.
He has: 3,022 posts
Joined: Oct 2002
http://chengeu.krayup.com/index.php?page=code
icerider posted this at 03:21 — 24th February 2004.
Doesn't work, font is originally black. Thanks anyways.
Renegade posted this at 19:07 — 24th February 2004.
icerider wrote: Doesn't work, font is originally black. Thanks anyways.
...the code that I gave you uses images...
If you want to make it in CSS then follow this link: http://chengeu.krayup.com/index.php?page=css_tips
Suzanne posted this at 04:40 — 24th February 2004.
She has: 5,507 posts
Joined: Feb 2000
For the table cells, JavaScript will do it cross-browser, CSS will do it everywhere but IE.
So, use JavaScript for the table cells (background) and the a:hover (CSS) for the text.
Danman108 posted this at 02:05 — 25th February 2004.
He has: 2 posts
Are you talking about changing text? Or simply rollover images...?
icerider posted this at 04:02 — 25th February 2004.
not images, just the text and background.
bja888 (not verified) posted this at 12:30 — 25th February 2004.
They have: 5,633 posts
Joined: Jan 1970
cellID.bgColor=ffffff; cellID.color=0cc0ff; should work in IE
Suzanne posted this at 19:23 — 25th February 2004.
http://www.xs4all.nl/~peterned/csshover.html here you go, CSS with some "make IE work sensibly" hacks.
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.
Renegade posted this at 02:58 — 24th February 2004.
He has: 3,022 posts
Joined: Oct 2002
http://chengeu.krayup.com/index.php?page=code
icerider posted this at 03:21 — 24th February 2004.
They have: 88 posts
Joined: Feb 2004
Doesn't work, font is originally black. Thanks anyways.
Renegade posted this at 19:07 — 24th February 2004.
He has: 3,022 posts
Joined: Oct 2002
...the code that I gave you uses images...
If you want to make it in CSS then follow this link:
http://chengeu.krayup.com/index.php?page=css_tips
Suzanne posted this at 04:40 — 24th February 2004.
She has: 5,507 posts
Joined: Feb 2000
For the table cells, JavaScript will do it cross-browser, CSS will do it everywhere but IE.
So, use JavaScript for the table cells (background) and the a:hover (CSS) for the text.
Danman108 posted this at 02:05 — 25th February 2004.
He has: 2 posts
Joined: Feb 2004
Are you talking about changing text? Or simply rollover images...?
icerider posted this at 04:02 — 25th February 2004.
They have: 88 posts
Joined: Feb 2004
not images, just the text and background.
bja888 (not verified) posted this at 12:30 — 25th February 2004.
They have: 5,633 posts
Joined: Jan 1970
cellID.bgColor=ffffff; cellID.color=0cc0ff; should work in IE
Suzanne posted this at 19:23 — 25th February 2004.
She has: 5,507 posts
Joined: Feb 2000
http://www.xs4all.nl/~peterned/csshover.html here you go, CSS with some "make IE work sensibly" hacks.
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.