williamrouse Posted March 10, 2009 Report Posted March 10, 2009 I have a link in a that occupies less space than the full width of the table data and I would like to make the entire area of the table data linkable. Is that possible?WBR
Wickham Posted March 10, 2009 Report Posted March 10, 2009 There is general advice here:- http://w ww.wickham43.net/specialeffects.php#highlightedlinks which shows how the whole of a div can be clickable, not just the text. If you cannot do this directly with a table td tag, then put a div inside the td tag with the same width and height and follow the code to make the whole area clickable. The page above has the three columns of links at the top of the page also clickable for the whole width with a different background color, instead of just the text clickable.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now