CSS Help

Is it possible to make a bg image clickable?

#main-header-right{ width:370px; height:100px; float:right; background-image:url(../img/header_right_bg.jpg); }

Is it possible to make a bg image clickable?

#main-header-right{ width:370px; height:100px; float:right; background-image:url(../img/header_right_bg.jpg); }

I don’t think you can without a lot of JavaScript. Could you not just place the image in with hyperlink tags around it?

Try <a id=“main_header_right”></a>