Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

2 Spry menu bars

Status
Not open for further replies.

eseel

Technical User
May 19, 2006
3
0
0
US
I have created a spry menu bar for my top navigation links. When I place a second spry menu bar on my page (to be used for the bottom navigation links), I can't make any changes to it without it affecting spry menu bar 1. How do I keep the CSS Styles separate for each menu bar? Thanks in advance.
 
Why would you have to drop down menus? I don't think thats a wise choice IMO...

Jason

[red]Army[/red] : [white]Combat Engineer[/white] : [blue]21B[/blue]

 
I'm not exactly sure, but I think it has something to do with the "Spry Assets" folder merging the styles together? Perhaps you need to direct the second Spry menu (in code view) into a different Spry Assets folder ... something like "SpryAssets1"

first menu ...

<script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>

second menu ...

<script src="SpryAssets1/SpryMenuBar.js" type="text/javascript"></script>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top