Yup... I'm having the same problem..
If anyone knows... pleeeeeeeeease share!
![]()
Yup... I'm having the same problem..
If anyone knows... pleeeeeeeeease share!
![]()
I know the date on this thread is old, put I came across this and ended up figuring out something that worked for me. Here's what worked for me:
I set the height and width in the stylesheet.css file, but did not put the image in there.
Instead, in templates/YOURTEMPLATENAME/common/tpl_header.php
Place your image map code below <div id="headerpic">
<div id="headerpic">
<img src="YOURIMAGEPATH" usemap="#Map" />
<map name="Map" id="Map">
YOUR COORDINATES FOR YOUR IMAGE MAP
</map>
</div>
Hope that helps someone.
Hi, yes, I'd also like to know the answer to this.I used Imagemap to generate the CSS code for my header, now I just need to know where to put the code and if I need to make any changes to any other files, thank you.
Post 12 describes the process correctly. Depending on how much of the original header you want to replace, you will need to coment out or delete some of the existing header code (but definitely leave the headerWrapper and header div code).