Is this an alterative to the carousel?

Is this similar to what you’re talking about? <http://www.bobbyvandersluis.com/articles/dynamicCSS.php>

Todd

On Jan 24, 2008, at 10:11 AM, Walter Lee Davis wrote:

If you apply the “hide” behavior using JavaScript rather than CSS, you will automatically

leave things untouched for those who choose to disable JS in their

browsers.

I’m starting a new thread there. If you’re not subscribed to that
list, click on My Account in the left-hand nav (in the Web interface).

or here: http://freewaytalk.net/person/options

Walter

On Jan 24, 2008, at 12:21 PM, dwn wrote:

How do we do that?

Oh, and we should really get this discussion over to Dynamo


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

I tried this and I’m getting no effect… Hmmmm! What am I doing wrong? Applied the Protaculous to a page. Added a graphic and copied and pasted the script in the action. Graphic doesn’t fade…


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Please post a link to the page, so I can see the actual code.

Also, if you copied and pasted the script from the Web, the quote
marks may be curly, rather than straight. Go through your code and
straighten them out.

Walter

On Jan 24, 2008, at 1:23 PM, dhrose wrote:

I tried this and I’m getting no effect… Hmmmm! What am I doing
wrong? Applied the Protaculous to a page. Added a graphic and
copied and pasted the script in the action. Graphic doesn’t fade…


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Er, must have been the quotes… I fixed it, and it works now! Hmmm, I didn’t notice quotes being an issue typing code into FW before? Maybe I wasn’t waiting for it to fade out??? DOH!

Thanks! (and carousel works in FW5 too by the way!)


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

The test…

http://www.dhrcreative.com/DHR/fader.html


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Walter,

Is there a list of all features you can appy to Carouell ?

Thanks

Ulf


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

If you mean the underlying Glider.js script, and what it can do, then
it defines the following options:

controlsEvent:‘click’, duration: 1.0, frequency: 3, autoGlide: false,
initialSection: null

controlsEvent means “what do you do to get it to move”. You could
change this to mouseover or some other event besides click.

duration is how long it will take to move from one tab to another.

frequency is how long it will wait before showing the next pane if
autoGlide is set to true.

initialSelection is the id of the pane that you want to see loaded
first. This does not have to be the first pane in the stack.

If you’re more curious about what can be done with Prototype or
Scriptaculous, they both have great documentation (prototype’s is a
lot more organized).

http://prototypejs.org

http://script.aculo.us

Walter

On Jan 24, 2008, at 5:27 PM, ulfr wrote:

Walter,

Is there a list of all features you can appy to Carouell ?

Thanks

Ulf


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thanks a lot , Walter !!

If you mean the underlying Glider.js script, and what it can do, then
it defines the following options:

controlsEvent:‘click’, duration: 1.0, frequency: 3, autoGlide: false,
initialSection: null

controlsEvent means “what do you do to get it to move”. You could
change this to mouseover or some other event besides click.

duration is how long it will take to move from one tab to another.

frequency is how long it will wait before showing the next pane if
autoGlide is set to true.

initialSelection is the id of the pane that you want to see loaded
first. This does not have to be the first pane in the stack.

If you’re more curious about what can be done with Prototype or
Scriptaculous, they both have great documentation (prototype’s is a
lot more organized).

http://prototypejs.org

http://script.aculo.us

Walter

On Jan 24, 2008, at 5:27 PM, ulfr wrote:

Walter,

Is there a list of all features you can appy to Carouell ?

Thanks

Ulf


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options