April 14, 200818 yr Im currently designing a site using Adobes Spry tabbed Panels which is working well so far. The only problem is, is that i want to link to an external link from one of the tabs and Im not sure how to hack the code to do this. Currently each tab has it sown panel which is called via javascript (which i know very little!). If anyone who has any idea how to do this it would be greatley appreciated! Heres where the test site and files are. test.andy-coates.com/ts/ test.andy-coates.com/ts/SpryTabbedPanels.js test.andy-coates.com/ts/SpryTabbedPanels.js test.andy-coates.com/ts/index.txt (<-so you can view it!) Cheers Andy
April 14, 200818 yr The index.txt comes up with a 500 error. I'd guess the URL's would be somewhere in that file?
April 14, 200818 yr Author Ah, yes, it would help if i had put it in the correct ts folder on the server. Opps! Its there now!
April 14, 200818 yr In the index file you'll see <!--tab3--> <div class="TabbedPanelsContent"> </div> <!--end of tab3--> I'm assuming you just code your links in these tab blocks like... <!--tab3--> <div class="TabbedPanelsContent"> <a href="mypage.html">My page link</a> </div> <!--end of tab3-->
April 14, 200818 yr Author Yeah, tried that but that div is only the content window so the tab will still link to the panel. Ive gave up in the end with spry panels and coded it with css. Problem is i got the old problem of Firefox & IE compatibility,shows up as expected with Firefox but got allsorts of trouble with IE here: test.andy-coates.com/ts2/ Andy
Create an account or sign in to comment