How to use image map as header image
-
I have seen similar questions, but they are either not answered or the user is getting more involved with their goal than I am.
I am building the site https://www.sc4mike.com.
I am using wordpress 2.3 and the Bernie theme.The header of this site is a .jpg image titled top.jpg.
It is referenced in the CSS Style sheet here:#top{color:#333333; margin: auto; width:820px; height:250px; background: url(img/top.jpg) no-repeat;}
And in the Header.php file here:
<div id=”top”>
As you can tell by looking at the site, parts of the image should be clickable to send people to the appropriate page.
I have written the html code necessary to acomplish this. You can see the results here:
https://www.sc4mike.com/wp-content/themes/bernie-v10/img/top.htmlIs it possible to use my mapped image as the header? If so, how do I change the CSS or Header.php page to make it so? Can I not use the image map in html and have to do it using CSS or PHP?
Thanks in advance for any help…I know this borders on not being a wordpress question, but rather a php and or css question. If I’m out of line, could you at least point me to a good forum for whichever of those my problem could be answered in?
Cheers,
Christian
- The topic ‘How to use image map as header image’ is closed to new replies.