[Pro] Anchor carousel

Is there a way to anchor the page so when I go to another pane in a carousel the page doesn’t go back to the top?

Thanks


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

Can you post a link to your page? You may have it set up incorrectly,
as jumping to the top is a sign that the anchor isn’t being properly
“eaten” by the script. Does the animation effect move smoothly, or
does it jump to the next pane when you click?

Walter

On May 6, 2009, at 3:47 PM, george wrote:

Is there a way to anchor the page so when I go to another pane in a
carousel the page doesn’t go back to the top?

Thanks


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

Here is an example, although it does it for every page I have a Carousel on.

http://reeltimedvd.com/new_site/themes.html#

Go to the Music pane. If you scroll the page down and then hit one of the rollovers, the page goes back to the top.

Perhaps it is the Rollover action causing it.

Thanks.


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

Can you figure out where that trailing octothorpe came from on your URL? That’s the problem. An empty anchor is roughly equivalent to “back to top”. If it’s coming from the rollover, then you can get it to stop by adding a real link to each trigger element that looks like this:

javascript:;

(just put that in the external URL field once, and you’ll be able to select it from the quick links menu ever after. )

That “link” just does nothing, and won’t scroll the page.

Walter

PS: I just love that word: the proper typpgraphical name for the hash or “pound” sign.


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

I believe it is the rollover now.

I think you had a typo: javascript:

I used: javascript:

It works now. Thanks.

Now I need to make 1353 links!


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

It should be javascript[colon][semicolon] all mashed together. Not a typo.

Walter


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

Well, that gave me: javascript:%3B after hitting OK

Both ways work, fyi.


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