XeroCint Senior Member
   
Posts: 553 Status: Offline Gender: Male Location: Google Server Streams Age: 32 Joined:
pmmsnyahooaim | | Header/Banner (1st Jan 08 at 10:03pm UTC) | | 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 | |
|
|
Michael Moderator
    
![[Avatar]](http://av.wservices.co.uk/av.png) Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
  
pmvForum | | Re: Header/Banner (1st Jan 08 at 10:05pm UTC) | | I would suggest an image map!
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? | |
|
XeroCint Senior Member
   
Posts: 553 Status: Offline Gender: Male Location: Google Server Streams Age: 32 Joined:
pmmsnyahooaim | | Re: Header/Banner (1st Jan 08 at 10:06pm UTC) | | | okay how do i do that? | |
|
|
Michael Moderator
    
![[Avatar]](http://av.wservices.co.uk/av.png) Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
  
pmvForum | | Re: Header/Banner (1st Jan 08 at 10:07pm UTC) | | which one? | |
|
XeroCint Senior Member
   
Posts: 553 Status: Offline Gender: Male Location: Google Server Streams Age: 32 Joined:
pmmsnyahooaim | | Re: Header/Banner (1st Jan 08 at 10:11pm UTC) | | | Image map... and how do I get rid of the bottom buttons? | |
|
|
Michael Moderator
    
![[Avatar]](http://av.wservices.co.uk/av.png) Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
  
pmvForum | | Re: Header/Banner (1st Jan 08 at 10:14pm UTC) | | http://www.boutell.com/mapedit/
try that?
and for the removing the buttons:
 Code: - <script>
- document.getElementById('welcome_table').getElementsByTagName('tr')[1].style.display="none";
- </script>
| |
|
XeroCint Senior Member
   
Posts: 553 Status: Offline Gender: Male Location: Google Server Streams Age: 32 Joined:
pmmsnyahooaim | | Re: Header/Banner (1st Jan 08 at 10:19pm UTC) | | Eh, that mapedit thing is confusing... Do it for me ? *nod* | |
|
|
Michael Moderator
    
![[Avatar]](http://av.wservices.co.uk/av.png) Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
  
pmvForum | | Re: Header/Banner (1st Jan 08 at 10:26pm UTC) | | No, I have never, and will never do an imagemap.. go ask a design forum to do it! | |
|
XeroCint Senior Member
   
Posts: 553 Status: Offline Gender: Male Location: Google Server Streams Age: 32 Joined:
pmmsnyahooaim | | Re: Header/Banner (1st Jan 08 at 10:28pm UTC) | | | hehe, well i figured it out and did all the clicks and such.. what do I do now..? | |
|
|
Michael Moderator
    
![[Avatar]](http://av.wservices.co.uk/av.png) Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
  
pmvForum | | Re: Header/Banner (1st Jan 08 at 10:40pm UTC) | | it should output a code for you? Like:
<map name=......>
etc...? | |
|
XeroCint Senior Member
   
Posts: 553 Status: Offline Gender: Male Location: Google Server Streams Age: 32 Joined:
pmmsnyahooaim | | Re: Header/Banner (1st Jan 08 at 11:14pm UTC) | | yeah do i just put it in the GHeaders? | |
|
|
Michael Moderator
    
![[Avatar]](http://av.wservices.co.uk/av.png) Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
  
pmvForum | | Re: Header/Banner (1st Jan 08 at 11:15pm UTC) | | yes...
and then this code too:
<script> document.getElementsByTagName('img')[0].useMap='INSERT MAP NAME'; </script>
Try that too! | |
|