View Single Post
Old 06-28-2008, 03:38 PM   #2 (permalink)
StarLab
Super Moderator
 
StarLab's Avatar
 
Join Date: 10-29-07
Location: Ontario, Canada
Posts: 2,787
iTrader: 0 / 0%
StarLab is a web professional of the highest orderStarLab is a web professional of the highest orderStarLab is a web professional of the highest orderStarLab is a web professional of the highest orderStarLab is a web professional of the highest orderStarLab is a web professional of the highest orderStarLab is a web professional of the highest orderStarLab is a web professional of the highest orderStarLab is a web professional of the highest orderStarLab is a web professional of the highest orderStarLab is a web professional of the highest order
Send a message via MSN to StarLab Send a message via Yahoo to StarLab
This should work...

Code:
<div id="head" onclick="location.href='test.com';"> <h1><a title="testTitle" href="test.com"></a></h1> </div>
Also, to show that the header is clickable, add "cursor: pointer;" to your style.

Code:
#head {background:url(images/head.gif) no-repeat top center; margin:auto; width:893px; height:72px; padding-top:9px; padding-right: 16px; text-align:center; cursor: pointer;}
HTH
__________________
Larry Monte
[Torn Elements] - Regaining the Passion for Design
[Gorgeous On Life] - The world from a Cat's point of view.

"Writing is the most fun you can have by yourself!" -Terry Pratchett
StarLab is online now   Reply With Quote