You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Dave <ja...@yahoo.com> on 2007/05/01 19:27:51 UTC

panelTabbedPane: mouseover

Mouse events such as (onMouseOver, onMouseOut) need to be added into panel Tab header. input:hover does not work in IE.  Is there a way to make the tab header change background when mouse over it? Thanks!

       
---------------------------------
Ahhh...imagining that irresistible "new car" smell?
 Check outnew cars at Yahoo! Autos.

Re: panelTabbedPane: mouseover

Posted by Dave <ja...@yahoo.com>.
td:hover works in FireFox, but does not work in IE.
  The headerCell should allow to add javascript for mouse and key events.

Cagatay Civici <ca...@gmail.com> wrote:
  How about td:hover?

.myFaces_pannelTabbedPane_HeaderRow td:hover {
            background-color: #999999;
}


       
---------------------------------
Ahhh...imagining that irresistible "new car" smell?
 Check outnew cars at Yahoo! Autos.

Re: panelTabbedPane: mouseover

Posted by Cagatay Civici <ca...@gmail.com>.
How about td:hover?

.myFaces_pannelTabbedPane_HeaderRow td:hover {
            background-color: #999999;
}