![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| Welcome
to Tech Support Forum home to more then 136,000 problems solved. Issues
have included: Spyware, Malware, Virus Issues, Windows, Microsoft,
Linux, Networking, Security, Hardware, and Gaming Getting your
problem solved is as easy as: 1. Registering for a free account 2. Asking your question 3. Receiving an answer Registered members: * See fewer ads. * And much more..
|
| Want to know how to post a question? click here | Having problems with spyware and pop-ups? First Steps |
|
|||||||
| Web Design & Programming Discussion of web design, and server-side & client-side scripting |
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) |
|
Registered User
Join Date: Aug 2006
Posts: 85
OS: xp
|
Buttons
Is it possible to add more than one set of menu buttons to a site
I have one set on my site at http://www.cymru-alliance.co.uk/ But would like to add another, If this is possible would I have to save the two sets of buttons in different folders ie Button 1 - Buttons 2 Thanks |
|
|
|
| Important Information |
|
Join the #1 Tech Support Forum Today - It's Totally Free!
TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free. Join TechSupportforum.com Today - Click Here |
|
|
#3 (permalink) |
|
Registered User
Join Date: Aug 2006
Posts: 85
OS: xp
|
Re: Buttons
Thanks
I have navigation button/menu on the site and I want to add another set of buttons The first set navigate you around the different pages, the extra set I want to add are for directing to other pages |
|
|
|
|
|
#4 (permalink) |
|
Design Team Member
Join Date: Jul 2007
Location: Coventry, UK
Posts: 1,879
OS: Vista, various linux distros
|
Re: Buttons
Okay, it's definately possible, it depends on how your site works, from looking at your source it seems quite simple.... you have a <div> element containing the buttons right?
all you should have to do is copy that code and paste it below, I believe this is your button code: Code:
<div align="center">
<a href="http://www.cymru-alliance.co.uk" onMouseOver="setOverImg('1','');overSub=true;showSubMenu('submenu1','button1');" onMouseOut="setOutImg('1','');overSub=false;setTimeout('hideSubMenu(\'submenu1\')',delay);" target="">
<img src="buttons/button1up.png" name="button1" hspace="2" vspace="1" border="0" id="button1"></a>
<a href="*" onMouseOver="setOverImg('2','');overSub=true;showSubMenu('submenu2','button2');" onMouseOut="setOutImg('2','');overSub=false;setTimeout('hideSubMenu(\'submenu2\')',delay);" target="">
<img src="buttons/button2up.png" border="0" id="button2" vspace="1" hspace="2"></a>
<a href="*" onMouseOver="setOverImg('3','');overSub=true;showSubMenu('submenu3','button3');" onMouseOut="setOutImg('3','');overSub=false;setTimeout('hideSubMenu(\'submenu3\')',delay);" target="">
<img src="buttons/button3up.png" border="0" id="button3" vspace="1" hspace="2"></a>
<a href="*" onMouseOver="setOverImg('4','');overSub=true;showSubMenu('submenu4','button4');" onMouseOut="setOutImg('4','');overSub=false;setTimeout('hideSubMenu(\'submenu4\')',delay);" target="">
<img src="buttons/button4up.png" border="0" id="button4" vspace="1" hspace="2"></a>
<a href="*" onMouseOver="setOverImg('5','');overSub=true;showSubMenu('submenu5','button5');" onMouseOut="setOutImg('5','');overSub=false;setTimeout('hideSubMenu(\'submenu5\')',delay);" target="">
<img src="buttons/button5up.png" border="0" id="button5" vspace="1" hspace="2"></a>
<a href="*" onMouseOver="setOverImg('6','');overSub=true;showSubMenu('submenu6','button6');" onMouseOut="setOutImg('6','');overSub=false;setTimeout('hideSubMenu(\'submenu6\')',delay);" target="">
<img src="buttons/button6up.png" width="107" height="18" hspace="2" vspace="1" border="0" id="button6"></a>
</div>
Code:
onMouseOver="setOverImg('6','');overSub=true;showSubMenu('submenu6','button6');" onMouseOut="setOutImg('6','');overSub=false;setTimeout('hideSubMenu(\'submenu6\')',delay);"
|
|
|
|
![]() |
| Thread Tools | |
|
|