View Single Post
Old 12-27-2012, 10:57 PM   PM User | #1
phpchick
New Coder

 
Join Date: May 2011
Location: new york
Posts: 93
Thanks: 4
Thanked 0 Times in 0 Posts
phpchick is an unknown quantity at this point
Getting a TR cell background to light up on hover

Pretty simple thing I'm trying to do but I can't seem to do it. I'm sure someone here could do this in their sleep, can anyone help out? The link to the actual page is below.

I'm trying to get the cell that says "JOIN" to lightup when someone hovers over it. By "lightup" i mean do something like

.something a:hover {background-color:red; font-weight:bold; text-decoration:underline; color:blue;}

to give it a little spark, but I can't seem to figure out what should go in the "something" part, nothing I do seems to affect it...

help?


PHP Code:
    <div class="tbldivside">
    <
TABLE class=tblAcqSubscriptionside>
<
TBODY>
<
TR class=even>
<
TD class=pricingcell><!-- col_1 --><a href="http://www.website.com/signup/"><DIV class="featureNamejoin">JOIN</DIV></a></TD>
</
TR>
</
TBODY></TABLE>
</
div
http://goo.gl/wXrBX
phpchick is offline   Reply With Quote