Huge jQuery Question! Full Browser Slider?
#1
Posted 09 March 2010 - 05:14 PM
I prefer jQuery over flash and not sure how to tackle this, so please advise as best you can.
Trying to create a site that allows for images to go full browser and then have the ability to have the other images slide in based on a click.
I also want to float a menu that will allow it to pull in other media (video, that would slide in the same way).
The best example I can share is this: http://j.mp/5U79i1
What he is using is flash based (slideshowpro director and slideshow pro for flash).
Not interested in flash for this personal project.
Any advice would be hugely appreciated.
thanks in advance.
#3
Posted 09 March 2010 - 05:42 PM
I've implemented lightbox and unless I am incorrect essentially pops up a larger view.
Seeking to have the images fill the frame as in this example, in fact wondering if I can build the entire site with jquery to function like this: http://j.mp/5U79i1
Quote
#4
Posted 09 March 2010 - 05:52 PM
#5
Posted 09 March 2010 - 06:06 PM
But do this so it takes up the whole screen
http://www.visibilit...ontent-swap.php
http://www.visibilit...roller-demo.php
http://www.visibilit...els-example.php
or with jquery
http://www.visibilit...g-tabs-demo.php
an old stu demo I had lying around
http://www.visibilit...ry/gallery.html
http://www.visibilit...th2-example.php
http://www.visibilit...allery-demo.php
or the lightbox
http://www.visibilit...ncybox-demo.php
Thats pretty much everything I have that comes close.
This post has been edited by Eric: 09 March 2010 - 06:13 PM
#6
Posted 09 March 2010 - 06:13 PM
Quote
#7
Posted 09 March 2010 - 06:17 PM
The images on that site slide via clicking the + or -. The sliding is in flash.
Guessing if there is a way to create a full browser slider, that would be a start. Then be able to have it user controlled (you know click to slide in the next).
From there, would need to figure out a way to have a menu sit to the left above the images that are sliding in.
Easier to think it, then make it.
Quote
But do this so it takes up the whole screen
http://www.visibilit...ontent-swap.php
http://www.visibilit...roller-demo.php
http://www.visibilit...els-example.php
or with jquery
http://www.visibilit...g-tabs-demo.php
http://www.visibilit...ry/gallery.html
http://www.visibilit...th2-example.php
http://www.visibilit...allery-demo.php
or the lightbox
http://www.visibilit...ncybox-demo.php
Thats pretty much everything I have that comes close.
#8
Posted 09 March 2010 - 06:29 PM
#9
Posted 09 March 2010 - 07:40 PM
Quote
#10
Posted 09 March 2010 - 07:57 PM
#11
Posted 09 March 2010 - 08:07 PM
Quote
#13
Posted 10 March 2010 - 10:42 AM
I havent worked out the bugs in IE6 and Opera yet. First trying to do it on my own. If need be I'll go Googling. Then you just need to add some smooth scroll JS to it.
#14
Posted 10 March 2010 - 06:21 PM
it's a known opera bug a the way to fix it is to wrap it in a overflow auto with a overflow hidden wrapped around that to hide the scrollbar seen here http://www.visibilit...ntent-swap2.php
problem is on the first link it's the whole body. Giving the body overflow auto instead of hidden (essentially providing the same fix) enables opera to go to link two and three but not back to two or one. Weird? Cool little bug...
#15
Posted 12 March 2010 - 04:04 PM

Help












