Hello,
This is the code of a picture on my all html pages which is placed on my style css:
#headermiddleredPan{width:154px; height:154px; background:url(images/xyz.jpg) 0 0 no-repeat; position:absolute; top:14px; left:492px;}
I want to add a link to this image so that users can click the image and go to the website of that link url. How can I do that with the style css sheet? What code should I add to the above code?  I also want the link as "blank". The page should open in a new window.
Thanks.
|