How To: Make a div area a link

Rate: 1 Star Rate: 2 Stars Rate: 3 Stars Rate: 4 Stars Rate: 5 Stars

Love it / Hate it

Comments + Likes

How To: Make a div area a link

Programming / Javascript

How To: Make a div area a link

Ever wondered how to make a div click able here's how.
How To: Make a div area a link was posted by and has had 186 view(s) with an overall rating of 3.5
Posted by


This Tutorial has had 186 Views

Prepare the div:
add this to the div:

<div id="link" onclick="location.href='http://www.addyourlinkhere.com';"></div>

Next add this to your css file:

#link {
cursor:pointer;
}

created on 06/02/2010 @ 20:44, last updated on 30/05/2010 @ 16:00
aProject.info Twitter RSS

  Copyright PHPTutorials.co © 2009 - 2010