Forums
This topic is locked
applying hover to entire row
Posted 05 Aug 2002 11:31:23
1
has voted
05 Aug 2002 11:31:23 poonam navgire posted:
Can anyone tell me how can i appy a css not to a link but the entire row. So that even if my content is 5 lettered if i take the mouseover the end of the row it will show a hover color.Tks
poonam
Replies
Replied 05 Aug 2002 12:21:45
05 Aug 2002 12:21:45 Owen Eastwick replied:
Quick fix, pad aout the rest of the row with non-breaking spaces, making sure that they are within the link tag:
<a href="PageName.html">Page Name& nbsp; & nbsp; & nbsp; & nbsp; & nbsp;</a>
NOTE: I placed a space between & and nbsp; so that it shows up in the forum.
Regards
Owen.
Multiple Parameter UD4 / Access 2000 Database Search Tutorial:
www.tdsf.co.uk/tdsfdemo
Edited by - oeastwick on 05 Aug 2002 12:23:07
<a href="PageName.html">Page Name& nbsp; & nbsp; & nbsp; & nbsp; & nbsp;</a>
NOTE: I placed a space between & and nbsp; so that it shows up in the forum.
Regards
Owen.
Multiple Parameter UD4 / Access 2000 Database Search Tutorial:
www.tdsf.co.uk/tdsfdemo
Edited by - oeastwick on 05 Aug 2002 12:23:07
Replied 20 Sep 2002 16:24:27
20 Sep 2002 16:24:27 Dan Berdusco replied:
And what happens if the text is being dynamically created from a database???