flyalaska Posted April 28, 2010 Report Share Posted April 28, 2010 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); } Quote Link to comment Share on other sites More sharing options...
Tom Posted April 28, 2010 Report Share Posted April 28, 2010 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? Quote Link to comment Share on other sites More sharing options...
Kieran Posted April 28, 2010 Report Share Posted April 28, 2010 Try <a id="main_header_right"></a> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.