I am trying to make a webpage and there is something that I want on it, however, I have no idea how to get it. I want a scrollbar that has jpegs. I want a person to be able to scroll through thumbnails (in the scrollbar) and click on it and be brought to the link.
Does anyone know of a script that I can get that will do that? I know nothing about writing scripts.
I would like to have a code on my page that causes two or more photos to change between each other. For example, photo 1 is shown for a little while, then it switches to photo 2, etc. I would also like to switch text that goes along with the photos. I would like my layout to look like this:Photo / Text about Photoand have both switch after a little while, to the next photo and text.
How can I have it keep the photos in their original proportions. All photos are under 640 x 480 though not all the same size. When they are viewed in the slider the are streteched to the 640 x 480 regardless of their original size.
I have been creating a drop down menu system using fireworks MX and the javascript it creates. On a PC browser, it's fine. On a mac browser (IE5) the scrollbars want to scroll right across the page and right down when there is nothing else to view. Obviously this doesn't look too pretty! And i'm sure it's got something to do with the .js.
Has anyone else come across this or maybe know of a fix?
ok I created a javascript which opens up a new window and leads to a new page. now in the old browser version there is no scrollbar! alotugh I added scrollbar="yes". what can I do?
I have put on my site a photo gallery and at the right a nav menu. This menu has a red dot visible want someone is passing over one item or clickong one item.
I want to make two things in this page (the sameone http://www.danieldesjardins.com/gallery/1202015) so it would be like a want. If you can help a would appriciate. I'm a beginner i copy CSS from exemple and put them in my page... But whent it comes to do simple more with it ...i'm very limited.
The first thing is how can a get ride of the selection borber around the photo a have clicked.
The second thing is : every photo is from from one itme of my nav menu at the right. This menu as a When someboby select a picture in the gallery, i would like to get the corresponding item menu hover a the same time.
The third is ... i want to put the clickable mini photo under the big photo......
I'm not sure if this is the right group to post in. If it is not, please let me know where I should be posting.
I have been looking all over the internet for free javascript code for a photo gallery that has the following features. Do you know where I can find this?
1. Allows you to use different size photos 2. lets you put a few lines of text under the photo 3. Has navigation arrows (left and right)
I used the code here for my photo rotator: [URL]. It works when there's one rotator on the page, but I need to add a few and that does not work. function theRotator() { //Set the opacity of all images to 0 $('.photos img').css({opacity: 0.0}); //Get the first image and display it (gets set to full opacity) $('.photos img:first').css({opacity: 1.0}); //Call the rotator function to run the slideshow, 4000 = change to next image after 4 seconds setInterval('rotate()',4000); } function rotate() { //Get the first image var current = ($('.photos img.show')? $('.photos img.show') : $('.photos img:first')); var currentButton = ($('.photos a.active')? $('.photos a.active') : $('.photos a:first')); //Get next image, when it reaches the end, rotate it back to the first image var next = ((current.next().length) ? ((current.next().hasClass('show')) ? $('.photos img:first') :current.next()) : $('.photos img:first')); var nextButton = ((currentButton.next().length) ? ((currentButton.next().hasClass('active')) ? $('.photos a:first') :currentButton.next()) : $('.photos a:first')); //Set the fade in effect for the next image, the show class has higher z-index next.css({opacity: 0.0}) .addClass('show') .animate({opacity: 1.0}, 1000); nextButton.addClass('active'); //Hide the current image current.animate({opacity: 0.0}, 1000) .removeClass('show'); currentButton.removeClass('active'); }; $(document).ready(function() { //Load the slideshow theRotator();});
i want to know how to make a photo effects like the one in this site http:[url].... in the downleft corner press next or previous & see the effect of fadding.
I am currently building a simple photogallery. The photogallery contains a box with a few photo's in it, lined up horizontally. The box where the photo's are placed in is using an overflow so that there are only shown a few photo's. Below the box i have two buttons, left and right. The idea is simple if you click the left button the photo's must go 50 px to the left and visa versa goes with the right. I have coded this but the photo's unfortunately won't move! Have i done something wrong? You can see my code here:
I have a database that contains a filename and an associated caption. Switching the photos works OK, but I want the caption above the photo to change as well. I'm getting the correct data back so that's not the issue.[code]...
Is it possible to display the select box without scrollbar in my program there is a need for that . The code attached below contains 2 select box and four buttons and the button is used to interchange the data's in the select box....
Is there some possibility with php to put the horizontal scroll bar of the web brwser into the center if the "width" of web page are bigger then the "width" of the web browser screen?So I don't need to scroll to right if I open the page, but the horizontal scroll bar will be positioned in the center.That code should do the same think like I when I take the scroll bar and put it in the center position, but this should be happen when I load the page automatically.
Is there some possibility to put the horizontal scroll bar of the web browser into the center if the "width" of web page are bigger then the "width" of the web browser screen?
So I don't need to scroll to right if I open the page, but the horizontal scroll bar will be positioned in the center.
That code should do the same think like I when I take the scroll bar and put it in the center position, but this should be happen when I load the page automatically.
Id like to control scrolling of two divs with one scrollbar as in this example here
[URL]
At the same time i want to customize the scrollbar. Ive been using Flexcroll which work fine on a single div. But as soon as i insert flexcroll.js to head of document in the example, the sync of the two divs breaks and only the div with Flexcroll attached scrolls.
Anyone know how to solve this? You can find the code im using in the example or i can post.I dont have to use Flexcroll, so if you know of any other application that can customize scrollbar and control scroll on two divs at the same time.
I am using some excellent code for a photo slide show from ..
The way this slide show gallery works is there are mulitple list items in an UL and within each list item is an image. sequentially one list item has the class .show and this changes the css of that list item so opaque is set to 1. Making it visible. A timer determines when the list items change so the next list item within the hierarchy has .show. Once is reaches the last list item, it goes back to the first item.
The problem I have with my code is that when the page first loads up, the first image displays briefly before changing to the second image. After this happens, the slide show behaves correctly.
In bold are the the important lines of code. First I use jquery to assign .class to first list item. The second line of code in bold is a conditional statement. If no image has .show, assign it to the first list item. This is when the code doesn't work as intended.code...
I've been looking for a gallery that interacts with a ligthbox and I can't seem to locate one to my needs. It either is a good gallery with a lame lightbox implementation or vice-versa. very spiffy prototypish gallery carousal type with a lightbox implementation?
I am unable to find a JavaScript picture viewer that does what I would like it to do.I have created a wrapper div of specific size for the images to be displayed in. I want the thumbnail images to be horizontally at the top of the div and the "clicked" full-size image to appear within the same div, directly below the row of thumbnails. When a visitor opens the page the first image must be loaded automatically without having to click on the thumbnail.
I recently asked here about flash software for creating a gallery for my photoblog, but I now relaise I want something that's probably far more straight forward (I hope).What I want is for the first image in a set to load when the user clicks a category link (say Landscapes, for instance). Somewhere alongside the image will be a list of numbers or titles which, when hovered over with the mouse cursor, will change the image to the next in the set. Here's an example of exactly what I want:
[URL]
Hover over 'photographs >> homes at night >> houses' to get to one of the galleries.
I've taking two existing bits of javascript and tried to put them together. What I would like is when you click on a "Thumbnail" the Image displays full size and has corresponding "Caption" text show up in a text box below. Code: