View Full Version : linking an entire DIV?
I have a box, and inside it is a picture and some text. Right now you can click on the image and text. How can I make the entire box clickable? Should I use the div tag? If so how can I use it?
Thanks a lot!
_Aerospace_Eng_
09-07-2005, 04:16 PM
http://bonrouge.com/br.php?page=faq#divlink
mrruben5
09-07-2005, 11:06 PM
Well you could style the hyperlink to have a display value of block. That way it is treated as a block element, such as div, or p, Then you just make sure you are not nesting any block elements inside the hyperlink. (well except for the image, but that's an inline-block actually :P )
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.