Better discription of problem...
So i have Spry Tab Panels and i used this tutorial to get the links to work
http://foundationphp.com/tutorials/spry_url_utils.php
However, if i put..
Code:
software/index.html?tab=1#TabbedPanels1
it does the same to the pannels within (basicaly my site has a set of Spry Panels within each tab of the main Tab Panels.
Heres an Example of how its set up
Overview | Features | Pricing (TabbedPanels1)
That code takes you to...
Overview |
Features | Pricing (TabbedPanels1)
within that is these panels...
(basically a break down of the fetures with screenshots, video, etc)
Main Sales Screen | System Admin | Stock Manager | Suppliers (TabbedPanels2)
Now i though the code above would do this to the Spry panels...
Overview |
Features | Pricing (TabbedPanels1)
Main Sales Screen | System Admin | Stock Manager | Suppliers (TabbedPanels2)
But it doesn't it does this...
Overview |
Features | Pricing (TabbedPanels1)
Main Sales Screen |
System Admin | Stock Manager | Suppliers (TabbedPanels2)
Now, i believe its applying the same instruction to both sets of TabPanels, which it shouldn't be i thought it would only do the above if i put this code
Code:
software/index.html?tab=1#TabbedPanels1&tab=1#TabbedPanels2
even if i put..
Code:
software/index.html?tab=1#TabbedPanels1&tab=2#TabbedPanels2
i still get...
Overview |
Features | Pricing (TabbedPanels1)
Main Sales Screen |
System Admin | Stock Manager | Suppliers (TabbedPanels2)
and not..
Overview |
Features | Pricing (TabbedPanels1)
Main Sales Screen | System Admin |
Stock Manager | Suppliers (TabbedPanels2)
Can anyone help me stop the instruction being applied to both Spry Panels?