Designer? Programmer? Enthusiast? Join Open Designs Now!

Open Designs Forum » Designer Talk

Hover table problem with multiflex

(7 posts)
  1. Q-efx
    Member

    Hello,

    i got running in to trouble with the multiflex 5.4 theme. I want a hover effect on the tables. I tried so far with css tr:hover and with javascript:
    <tr onMouseOver="this.bgColor='yellow';" onMouseOut="this.bgColor='white';">
    But no chance ;( I cant get them work ....

    Any ideas?

    Posted 2 years ago #
  2. wundertype.de
    Member

    Try
    <tr style="background-color: white;" onmouseover="this.style.backgroundColor='yellow'" onmouseout="this.style.backgroundColor='white'">

    Posted 2 years ago #
  3. Q-efx
    Member

    Nope dosnt work ;(

    Posted 2 years ago #
  4. Gnome
    Moderator

    There is a hack somewhere to get Internet Explorer to make hovers work correctly. That plus the CSS should work.

    Posted 2 years ago #
  5. Q-efx
    Member

    It even dosnt work under Firefox ...

    Posted 2 years ago #
  6. Q-efx
    Member

    Note: I think this is a multiflex template problem...

    Posted 2 years ago #
  7. Gnome
    Moderator

    add these lines to the user-styles area (right at the bottom) both content stylesheets (with better colours).

    tr:hover td
    {background-color: #ff3;}
    tr:hover th
    {background-color: #ff3;}
    tr:hover th.top
    {background-color: #cb0;}

    Posted 2 years ago #

RSS feed for this topic

Reply

You must log in to post.