Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
-
IE problem with tabbed panels in div with overflow
Hi there, I have a tabbed panel which works fine by itself in a body tag. If I put it into a div with overflow set and I move the contents up the... -
Spry Tabbed Panels overwritting popup menu in IE6 andIE7 but display fine in Firefox
I am new to Spry and Dreamweaver CS3 and would appreciate any help anyone can give. I am having an issue with Spry Tabbed Panels appearing above a... -
How to use Spry Tabbed Panels?
Hello, I made spry tabbed panels but I'd like them to work on a rollover or mouseover instead of a click. Here's what I tried but it didn't... -
Tabbed Panels beneath the Content
If you want the tabs below the content instead of on top or on the left for whatever reason here is how I've done it. First of all, switch the... -
How do i hyperlink between spry tabbed panels
OK, i'm using the spry tabbed panels in Dreamweaver CS3. I have 9 tabs and the idea is that the user can link to content in 8 of the tabs from the... -
-
elsurfo #3
Re: Spry Tabbed Panels
Actually it does edit it.
The problem is if your client wants to ad another row or else.
elsurfo Guest
-
FrancoDC #4
Spry Tabbed Panels
Hi everybody!
I am using the Spry Tabbed Panels from wihin a page I have created. The tabs
work great and the page looks good, however I was wondering if there was a way
where I can open a particlular tabed panel from clicking on a link within the
same page. Example: There is a ceratin product that is displayed and to the
right of the image there are bullets. Below the image is the Spry tabbed panel
and each tab has the same name as the bullets near the image. If the viewer
clicks on one of the bullets, I would like the corresponding tab in the tabbed
panel to open (go to the content of the tabbed pannel). Can anyone help? Iwould
be greatly appreciated.
Thank you and have a great week-end.
FrancoDC Guest
-
danilocelic AdobeCommunityExpert #5
Re: Spry Tabbed Panels
FrancoDC wrote:
> Hi everybody!
> I am using the Spry Tabbed Panels from wihin a page I have created. The tabs
> work great and the page looks good, however I was wondering if there was a way
> where I can open a particlular tabed panel from clicking on a link within the
> same page. Example: There is a ceratin product that is displayed and to the
> right of the image there are bullets. Below the image is the Spry tabbed panel
> and each tab has the same name as the bullets near the image. If the viewer
> clicks on one of the bullets, I would like the corresponding tab in the tabbed
> panel to open (go to the content of the tabbed pannel). Can anyone help? Iwould
> be greatly appreciated.
>
> Thank you and have a great week-end.
Sure, you can do this. Take a look at the code for this page:
[url]http://labs.adobe.com/technologies/spry/samples/tabbedpanels/tabbed_panel_unobtrusive.htm[/url]
In particular this file:
[url]http://labs.adobe.com/technologies/spry/samples/tabbedpanels/tp_unobtrusive.js[/url]
If it helps, generally the next question folks ask is if they can do this from a link on another page and yes, you can, take a look at the code at the bottom of this page:
[url]http://labs.adobe.com/technologies/spry/samples/utils/URLUtilsSample.html[/url]
--
Danilo Celic
| Extending Knowledge Daily : [url]http://CommunityMX.com/[/url]
| Adobe Community Expert
danilocelic AdobeCommunityExpert Guest
-
FrancoDC #6
Re: Spry Tabbed Panels
Cool, thak you
I have followed the expample you gace me and tried to implement it but I have
no luck. I am fairly new to this technique and I jsut wanted to make sure that
I got all the right steps.
I have linked both SpryTabbedPanels.js and tp_unobtrusive.js to my code. I
have defined my panels...
<div id="TabbedPanels1" class="TabbedPanels">
<ul class="TabbedPanelsTabGroup">
<li class="TabbedPanelsTab" tabindex="one">Features</li>
<li class="TabbedPanelsTab" tabindex="two">Functionalities</li>
<li class="TabbedPanelsTab" tabindex="three">Application</li>
<li class="TabbedPanelsTab" tabindex="four">Solutions</li>
<li class="TabbedPanelsTab" tabindex="five">Supported Devices</li>
[/BULLET]
And entered the content....
<div class="TabbedPanelsContentGroup">
<div class="TabbedPanelsContent"> Content etc...
</div>
<div class="TabbedPanelsContent">content etc...
</div>
FrancoDC Guest
-
FrancoDC #7
Re: Spry Tabbed Panels
Nevermind, I overlooked the obvious, it works fine now.
Thanks
FrancoDC Guest



Reply With Quote

