I'm having a little trouble with this.
I have in my style head:
I tried:Code:.catlink {COLOR: #FFFFFF; font-family: Arial, Verdana, Gill Sans, sans-serif; font-size: 8pt; TEXT-DECORATION: none; } .catlink:hover {COLOR: #999999; font-family: Arial, Verdana, Gill Sans, sans-serif; font-size: 8pt; text-decoration: none; font-weight: none; }
but that didn't work for mousing over, just with the normal stateCode:<div id="block_StayPolicy1" class="catlink" onClick="dateChange('1')">11/1/01 - 12/31/02, 1</div>
then I tried:
but that caused the href=# to fire rather than the onClickCode:<div id="block_StayPolicy1" onClick="dateChange('1')"><a href=# class="catlink">11/1/01 - 12/31/02, 1</a></div>
thanks
michael




Reply With Quote