i have to make a simple site for my sister and i am kind of a newbie at the whole web development thing am pretty ok with html tho. wo i was trying to make a slide show on the front page of the site, so i got a little help from a site called java script city,
var my_imgs_off = new Array();
var my_imgs_on = new Array();
/* Set "Off" image URLs */
I am totally new to jquery but have had a bit of experience at other languages. I was just trying to make a front page with a changing background and a nice menu. Havent a clue where to start. Do i use dreamweaver etc.
I'm confused about this as I am very very new to JavaScript.
I am using a number of photos on one page that are selectable to then move over to a second page with a working slide on it.
I need the user to be able to select 4 of the pictures and have their selections be viewable in page 2 slide show. How would I do this? I'm very confused
I followed the tutorial on this site how to create a slide show. The slide show works great. What I am wondering is there anyway to make the slide show stop after running so many times?
Doing my own fitness bootcamp site and want to fancy up my front page. My front page loads a picture and I want it to load like flash. What could I do? I have all the Adobe Software, just don't know how to use it.
i want to make a iframe page that loading a page from other site. I have try "jQuery iFrame Sizing" to set auto height in iframe... but it is failed.
This is my code : ------------- on Head <script type="text/javascript" src="js/jquery.js"></script> <script type="text/javascript" src="js/iframe.js"></script> on Body
I'm designing a user login system website with a big java applet canvas to give my user real time communication. The design looks great, but when I put in the java applet and made it functional it conflict with javascript drop-down menu, says when you click to initiate the drop-down menu it fall (hid) behind the applet and text on the menu list are unseen. I cannot relocate theses objects because it is a design of choice, so how can I overcome this.
The drop-drown menu is as most important as the applet because they are form in which the user can submit a query and way to connect to some other cool stuffs. I've try everything, but the only thing I can think of now is make some element appears in front of the others.
Although I have done a fair bit of html coding after taking several HTML courses, I have never become involved in JavaScript beyond adding the occasional pre-made script for a particular function.
Which is what I am trying to do at the moment. I want to insert a slide show into a page and have tried 2 scripts from Java Kit Scripts. Both are similar and I am having the same problem with both.
The problem: Inserting the image path. They both ask for the image path (naturally) and give the following examples:
Example 1:
Example 2:
But there is no reference to an "image" folder. I have tried inserting the folder name: "images/iss-bunker-1tn.jpg",
I have also tried leaving the word "images" out and also tried saving the related images in the same folder as the html coded pages. I have also tried using "shtml" pages. But nothing seems to work.
How to make an image map link to another page AND open a specific accordion section?I guess I need a script that knows which area of the image map was clicked and not only navigate to page 2 but opens the section via slide toggle I need it too.Here is the the page with the image map (although image map version not upload yet so I have what will be uploaded below)[URL] ...and the page I need to navigate to based on the area of the image map clicked and also slidetoggling the div I need it [URL] Here is the image map:
i have some fixed position elements at 100% width of the the page, but they keep on showing in front of the scrollbar if there is one. all i've been able to do so far is force those fixed elements 15 pixels away from the right edge but then if there's not a scrollbar i can see behind them where the scrollbar would be... grr
what i need is to either force the scrollbar to show in front of the other elements or detect it's presence and width and style the fixed elements accordingly.
I would like to create a "slide show" on my website's home page.
Here are some examples of what I mean...[URL]
[URL]
KSLX-FM 100.7Apparently most websites use Flash to accomplish this effect, however I don't have any Adobe software. In the past people told me this could be done with JavaScript, but I don't JavaScript.
P.S. Attached are 4 images that can be used for a "mock-up". (Just some silly jokes!)
I've seen websites that had large flash ads that covered content on pages that, after they had run, resized or disappeared.
We would like to use the technology behind that (presumably JavaScript) to show and hide an intro flash on a home page. We would like to have a "close" link on the flash also.
I have searched Google and here but haven't found any good resources and many of the sites I have seen using the technology are no longer using them. I just need a little assistance on the JavaScript part of the puzzle.
We want the flash to start over the copy on the page and then roll out softly when it's done playing, revealing the content below. Code:
I have a problem on my wordpress blog that is integregated with a 3rd party shopping system. What I'm finding is that the Image Slide Show will not show up on the product page but will show up on other pages. obviously there is some conflict but I don't know where.Example: here is the product listing page while in the header the slide show seems to work fine.Now here is the page if you select one of the t-shirts but as you will see the image slide show in the Header vanishes?
I paid a student from the local university to do a basic Wordpress template install [url] for me but the jQuery slider on the front page seems to be hung and never finishes loading. Naturally I can no longer get a hold of the kid and the developer of the template requires a subscription fee for installation support.
It seems like an easy fix but I'm no code sleuth; if I knew what was wrong I'd be comfortable editing the appropriate file(s). Is there an easy way to bring this up in Firebug or something and determine what the problem is?
I am trying to put an image on the front page of my website that changes to one of two random images on mouseover. This part was easy, and has been done (I got the code from [URL] But what I am finding difficult is to make each image link to a different page. For example, if the user mouseovers the main image and sees the 'thumbs up' image, then clicks on it, they should be taken to the 'thumbs up' page. And if the user mouseovers the main image and sees the 'thumbs down' image, then clicks on it, they should be taken to the 'thumbs down' page. The site is here: [URL] I think using 2 arrays is the way to go, but am not sure.
I've pared this down as much as I can to demonstrate the issue. What can I do to make the slide in go over the top of the image rather than underneath as at present?
I try to build my own preview image in javascript (specifically in jQuery). Now about every image have an atribute onclick="ShowBigImg(NAME_OF_IMAGE)" and the function ShowBigImg shows the image in original size. But in every photogallery are 5-10 images and I would to add an option paging in this photo gallery -- similary, how it knows Fancybox eg., or Thickbox...
My idea is following code...
And I try after press a key "a" to get the name of following image... but always insted a name of image only 'Name of next images: undefined'.
I have a script that shows/hides a div but rather than making it sort of snap I would like to make it glide/slide. I have looked at other scripts but can't make them work with mine.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html>
Anyone could give me some leads on where to find a javascript program to make an automated slideshow with pictures located in an specific directory? What I mean is that I do not wish to specify specific pictures, but just tell the program to use all the contents (*.*) of a specific directory.