HighDots Forums  

Table Row Over

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss Table Row Over in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
shapper
 
Posts: n/a

Default Table Row Over - 11-20-2007 , 07:49 AM






Hello,

I want to change the background color of a table row when the mouse is
over.
Can this be done with CSS or only with JavaScript?

Thanks,
Miguel

Reply With Quote
  #2  
Old   
Ben C
 
Posts: n/a

Default Re: Table Row Over - 11-20-2007 , 09:45 AM






On 2007-11-20, shapper <mdmoura (AT) gmail (DOT) com> wrote:
Quote:
Hello,

I want to change the background color of a table row when the mouse is
over.
Can this be done with CSS or only with JavaScript?
Yes, with CSS, using the :hover pseudo.

tr:hover { background-color: yellow; }

Might not work in IE (I vaguely remember it might though if you use the
strict doctype).


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.