March 16, 201313 yr Hi, i am working on a site for my friend, who is an architect. And he wants one slideshow for photos of his buildings, and one for the drawings for the building I thought that i could make å tab system for this, so have one tab with Photo-Slideshow, and one with Drawings-slideshow, but i can´t find out how really. So do any one have any idea how to make something like this? Il made some photos showing it, just an example. sort off, just remember that the photo in the tab have to be sort of a slide show. So i guess the real task is how to but a slidshow in a tab? Thanks if any help, i guess it was a bit complicated.
March 16, 201313 yr I think the easiest way to achieve this is to have two different slideshows in each tab, and have the tabs positioned above each other with CSS. Then you could just change the z-index property of the tab that's being clicked. Are you familiar with JavaScript ? Because you will definitely need that. Léon
March 16, 201313 yr Author Thanks, il try that. I am a bit familiar with JavaScript, but now so much, so i guess this would be a challenge. But challenges are a great way of learning but all help is welcome Thanks allot!
March 19, 201313 yr Hi. If you want to use jquery here is a usefull link (very easy solution but heavy on performance): http://jquerytools.org/ If you want to code it yourself using raw javascript you will have to use AJAX. I have made a video tutorial in two parts about AJAX image gallerys. The code i provide should serve the purpose. Here is a link: Hope this was to any help
Create an account or sign in to comment