Here is a simple trick to make entire div clickable which is needed when you want to make a banner clickable for a site:
<div id="banner" style="cursor: pointer;" onclick="location.href='http://javaswamy.blogspot.com/';">
</div>
The best part is inside the Div you can have other links redirecting user to a different page.
Tuesday, August 26, 2008
Making Div Clickable
Posted by Kumar at 12:36 PM
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment