vForums Support > vForums :: Support :: > Header/Banner

Header/Banner - Posted By XeroCint (kai) on 1st Jan 08 at 10:03pm
here is my vForum:
http://ts.virtualforums.co.uk/

I need the header image to have clickable image/links. The Home, members and search obviously. And I need to remove all the other regular menu buttons

Re: Header/Banner - Posted By Michael (wrighty) on 1st Jan 08 at 10:05pm
I would suggest an image map! {Smile}

or:
- cut the menu buttons off the bottom
- make them the menu buttons
- set the menubg to be the bottom part of the banner without the menu buttons...

got me? {Tongue Out}

Re: Header/Banner - Posted By XeroCint (kai) on 1st Jan 08 at 10:06pm
okay how do i do that?

Re: Header/Banner - Posted By Michael (wrighty) on 1st Jan 08 at 10:07pm
which one? {Tongue Out}

Re: Header/Banner - Posted By XeroCint (kai) on 1st Jan 08 at 10:11pm
Image map... and how do I get rid of the bottom buttons?

Re: Header/Banner - Posted By Michael (wrighty) on 1st Jan 08 at 10:14pm
http://www.boutell.com/mapedit/

try that? {Smile}

and for the removing the buttons:

Code:
 
  1. <script>
  2. document.getElementById('welcome_table').getElementsByTagName('tr')[1].style.display="none";
  3. </script>
 

Re: Header/Banner - Posted By XeroCint (kai) on 1st Jan 08 at 10:19pm
Eh, that mapedit thing is confusing... Do it for me ? *nod* {Grin}

Re: Header/Banner - Posted By Michael (wrighty) on 1st Jan 08 at 10:26pm
No, I have never, and will never do an imagemap.. go ask a design forum to do it! {Tongue Out}

Re: Header/Banner - Posted By XeroCint (kai) on 1st Jan 08 at 10:28pm
hehe, well i figured it out and did all the clicks and such.. what do I do now..?

Re: Header/Banner - Posted By Michael (wrighty) on 1st Jan 08 at 10:40pm
it should output a code for you? Like:

<map name=......>

etc...?

Re: Header/Banner - Posted By XeroCint (kai) on 1st Jan 08 at 11:14pm
yeah {Cheesy}
do i just put it in the GHeaders?

Re: Header/Banner - Posted By Michael (wrighty) on 1st Jan 08 at 11:15pm
yes...

and then this code too:

<script>
document.getElementsByTagName('img')[0].useMap='INSERT MAP NAME';
</script>

Try that too! {Smile}