Hi
If you could help would be great
On a homepage we want to add H2 on top of a clickable backround image. Whats the best way to do this in CSS there is the following
#home_content {
width: 169px;
height: 56px;
padding: 85px 0 0 0;
font-family: Arial, Helvetica, sans-serif;
background-image: url(images/new/home_content1.jpg);
background-repeat: no-repeat;
color:#000066;
font-weight:bold;
font-size:18px;
float: left;
And on the homepage the following
<div id="home_content" onclick="location.href='/url.asp';" style="cursor: pointer;">
<div align="center"><h2>Mobile phone<br />
accessories</h2></div>
It works but we want to scrap the onclick?
Any advise from styling experts