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