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:
* Get free support
* Communicate privately with other members (PM).
* Removal of this message
* 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
Go Back   Tech Support Forum > Design Forum > Web Design & Programming
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read


Web Design & Programming Discussion of web design, and server-side & client-side scripting

Reply
 
LinkBack Thread Tools
Old 04-25-2008, 02:29 AM   #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
CAONE is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
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

Old 04-25-2008, 04:41 AM   #2 (permalink)
Design Team Member
 
jamiemac2005's Avatar
 
Join Date: Jul 2007
Location: Coventry, UK
Posts: 1,879
OS: Vista, various linux distros


Re: Buttons

I don't understand what you mean, like have another navigation bar below the other?
jamiemac2005 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 04-25-2008, 05:10 AM   #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
CAONE is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 04-25-2008, 03:32 PM   #4 (permalink)
Design Team Member
 
jamiemac2005's Avatar
 
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>
if you were to re-use this code you may have a problem witht he functions they run, what you have to do is remove the
Code:
onMouseOver="setOverImg('6','');overSub=true;showSubMenu('submenu6','button6');" onMouseOut="setOutImg('6','');overSub=false;setTimeout('hideSubMenu(\'submenu6\')',delay);"
part of the link and re-set the source's of the images..... it seems quite simple but it seems quite time-consuming
jamiemac2005 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




All times are GMT -7. The time now is 09:00 PM.



Copyright 2001 - 2009, Tech Support Forum
Home Tips Plus | Outdoor Basecamp | Automotive Support Forum

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85