Webmastersite.net
Register Log In

category cell color on mouseover ?

Comments on category cell color on mouseover ?

mariow
Forum Regular

Usergroup: Customer
Joined: Jul 09, 2008

Total Topics: 22
Total Comments: 110
mariow
Posted Aug 11, 2008 - 5:21 PM:

Can anyone provide a sample of how to make the category change background color on mouseover ?

Thank you.
hai
Forum Regular

Usergroup: Customer
Joined: Apr 03, 2007
Location: NY & PA

Total Topics: 94
Total Comments: 339
hai
Posted Aug 11, 2008 - 5:50 PM:

mariow,

You can create a new style for your categories
.catbutton {background-color: #CCCC99;}
and then add the style to your category td
<td class="catbutton" onmouseover="style.backgroundColor='#CCCC66';"onmouseout="style.backgroundColor='#CCCC99'">

Hope this helps.
mariow
Forum Regular

Usergroup: Customer
Joined: Jul 09, 2008

Total Topics: 22
Total Comments: 110
mariow
Posted Aug 12, 2008 - 2:47 AM:

Thanks Hai,

But when looking around i solved it like this:

td.category:hover {
background-color: #fdfedf;
color: #aeaeab;
}

that worked great...

Search thread for
Download thread as
  • 0/5
  • 1
  • 2
  • 3
  • 4
  • 5



Sorry, you don't have permission to post posts. Log in, or register if you haven't yet.