Hello all, Just wondering how to create a clear image block on my site's header to function as a clickable link back to the main page. i wanna do this because my header has already been coded to be a background image. i wanna allow my visitors to be able to click the header and go back to the main page though. Thanks a lot for the help! my site is www.hollywoodheadache.com
Create a 1x1 px transparent image in Photoshop and save it in .GIF format. Then use it to simulate an image link over the header background.
You gotta save optimized to get the transparency. Make it the same size as your header, overlay it and link it like you would normally. But honestly, there are better ways to do this. Of all things, why not just get your header image and place it over the background image? Wouldn't that be doing the same thing?
...or create an absolute-positioned and background-picture-sized DIV and close it into the <a href="link">tag</a> ;-))