Image Map AND Nav Bar? - SOLVED

Aug 27, 2007 18:50

ETA: Solved, thanks to babyelefant. Thank you so much! :)

Hi, everyone!

I've got a problem with my layout that I just can't seem to solve. I want to have an image map as my header AND still have my navigation bar below. So far, I can only seem to do one or the other.

I can get the image map to work with this bit of code:

function Page::lay_print_header() {
"""< div class="pageheaderblock" >
IMAGE_MAP_HTML_HERE
< /div >""";
}

But that strips out my nav bar. Is there a way to have both? If you take a look at my layout right now, I want it to look just like that, only with the header being an image map, instead of just a background header.

Any suggestions?

Thanks in advance! :)

(This group is awesome, btw; I've managed to find code here for just about everything else I wanted to do, so thanks!) :)

tips, header, layers

Previous post Next post
Up