Slightly going crazy trying to figure this out.
Does anyone have a working example of ThickBox 3.1 working inside a tags?
I have already commented out the $(document).ready(function() and tried to get it manually lauch at the onclick event but it is a no go.
Any assistance on this would be greatly appperciated.
...
anyone out there know how to make different hover and selected states for tabs within the same spry tabbed menu?
im having a lot of trouble....
...
I am using Spry to retrieve data from a SOAP webservice (received as XML).
I want to display these results in modal Dialog using the jquery dialog plugin.
I have an almost working solution, but the dialog shows the spry placeholders (i.e. the fieldnames surrounded by {}), not the actual retrieved data.
Any ideas how I might achieve wh...
I'm new to Sprys and am inserting a horizontal menu Spry into a webpage using Dreamweaver. The problem is that it is contains a LOT of information.
How can I get my horizontal Spry to expand like:
ITEM_1 ITEM_2 ITEM_3 ITEM_4
ITEM_1A ITEM_1B ITEM_1C
rather than:
ITEM_1 ITEM_2 ITEM_3 ITEM_4
ITEM_1A
ITEM_1B
ITEM_1C
...
Hello everyone it is me again with another question. The booking system located here
http://www.divethegap.com/scuba-diving-programmes-dive-the-gap/divemaster-training.php?cat=16
There are 3 main collapsible panels controlled by the spry framework. There are then over a dozen more inside the first collapsible panel as you can see on tha...
Forgive my ignorance since this seems like its something I should know by now.
I know I could make a stylesheet that will allow me to make changes in my CSS throughout several pages that use the CSS. I also know that you can make an external javascript file that could contain functions you want to reuse. But lets say I had pure HTML con...
Hi I'm using Dreamweaver CS4's spry tabbed panels. I want to modify just one tab panel's style so that all the tab's backgrounds will look different. I've tried looking through the "SpryTabbedPanels.css" properties but no luck, just one that modifies ALL of them called ".TabbedPannelsTab"
Anyone familiar with this stuff give me some adv...
Hello. I have a panel that fades images in and out. However, the first image fades completely out before the second image fades in. I would like them to be fading at the same time.
I'm using a Spry effect because I'm not too familiar with Javascript, but here's what I have.
In my HTML:
<script type="text/javascript">
var TabbedPanels1...
Hello.
I have a group of tabs that change the main panel when clicked on. In order to change a particular color property, I need to insert an additional div into my HTML. However, when I do so, it cause an error in the javascript. I'm not a javascript expert, but I think the reason is that the script is calling for an element in a parti...
Hello,
I am currently trying to implement keyboard navigation with jQuery (1.4.2) on a webpage that has all the information getting pulled from a ajax request with Spry.
I know it's a convoluted method of grabbing data and populating a webpage with it, but I really like how Spry handles datasets.
My markup looks something like this:
...
Hello. I have two levels of Spry tabbed panels that I'm linking to from other pages. I currently have it set up so that I link to the panels that are on the registration page like this:
<a href="registrations.html?sport=1&clinic=0">
The registration page includes the following script:
<script type="text/javascript">
<!--
var params =...
Hi, can you help, I have a basic xml file which is displaying well in html.
The xml file is as such...
<videoList>
<video>
<pointer>
<type><![CDATA[image]]></type>
<lat><![CDATA[52.1]]></lat>
<long><![CDATA[1.0]]></long>
</pointer>
<speaker>
...
Can I add hot spot link to a Spry Sliding Panel which is a jpg?
...
I'm using Adobe Dreamweaver CS5 to revamp a site.
I am using Dreamweaver's built-in Spry Collapsible Panel widget to shorten the length of a bio page by having additional paragraphs about board members extend out when 'more' is clicked, and close when it is clicked again.
Here's the resulting html when you insert an instance of a Colla...