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
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?![]()
okay how do i do that?
which one?![]()
Image map... and how do I get rid of the bottom buttons?
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>
Eh, that mapedit thing is confusing... Do it for me ? *nod*![]()
No, I have never, and will never do an imagemap.. go ask a design forum to do it!![]()
hehe, well i figured it out and did all the clicks and such.. what do I do now..?
it should output a code for you? Like:
<map name=......>
etc...?
yeah![]()
do i just put it in the GHeaders?
yes...
and then this code too:
<script>
document.getElementsByTagName('img')[0].useMap='INSERT MAP NAME';
</script>
Try that too!![]()