| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#1 (permalink) |
|
sanddancer
Join Date: Feb 2004
Posts: 3,280
|
slider
trying to recreate this page slide effect: Wolfmother With code, jquery etc - just wondering if anybody has a good way of doing this, or what should I be looking into to pull off this effect. cheers |
|
|
|
|
|
#5 (permalink) | |
|
FUNKTION GALLERY
Join Date: Jun 2008
Location: Toronto
Posts: 2,393
|
Quote:
I just did something similar, indexing jQuery UI tabs I used jQuery UI tabs, UI/Tabs - jQuery JavaScript Library Plus I wrote some jquery to animate left and right, let me know if you need any help |
|
|
|
|
#7 (permalink) |
|
Now with added sarcasm.
|
Thanks fasterthanlight - I am also busy with a project that requires something similar. I'd normally just use CSS and anchors (iow no effects), but that stupid screen jump when the page content is higher than the browser window was starting to work on my nerves. That link is the business While I'm on the topic of a CSS-only method though ... anyone know of a workaround for the page jump issue? I made 100 posts and all I got is this stupid signature.
|
|
|
|
#9 (permalink) |
|
Now with added sarcasm.
|
Basically the exact same thing, without the slide effect. IOW you have a nav that targets elements in another the div, which you place inside a div that hides the overflow. The problem is that the id that you're targeting will try to align with the top of the browser window, causing the page to jump upwards as it does so; unless the page content doesn't reach the bottom of the window and therefore doesn't need to scroll. I have tried sticking everything inside an iframe (just in case), but it doesn't try to jump to the top of the iframe only, again it tries to align to the top of the browser window. I made 100 posts and all I got is this stupid signature.
|
|
|
|
#10 (permalink) |
|
FUNKTION GALLERY
Join Date: Jun 2008
Location: Toronto
Posts: 2,393
|
the only clean way to do that is with some sort of jquery tab system you need to be able to switch to the new content without loading another page UI/Tabs - jQuery JavaScript Library iframes are a cop-out, just use jquery tabs -- they degrade nicely if JS is turned off |
|
![]() |
|