Click to See Complete Forum and Search --> : making a div a link


dille
03-15-2007, 05:12 AM
Hi,

I have one simple question.

How can I make a link of an entire <div>? I could place <a> tags around the div, but isn't that onorthodoxe?


Thanx,

dille

Znupi
03-15-2007, 05:24 AM
You can use Javascript for that.

<div onClick="window.location='newURL'" style="cursor: pointer">
blah blah
</div>

dille
03-15-2007, 05:37 AM
thanks,

it works.


Grtz,

Dille