I found a great piece of Javascript on this forum for linked random images with rollover effect but I can't figure out how to add "no border" to the script as I do not want to have a border around the linked images.
What I want to do is change the border of several images on the page to show a 4px border. There are many images on the page so I just want to call the changeborder() function on the onClick event so as the image that has been clicked changes. However, I don't think using this.style.border to identify the element works when placed within the function. That is, how do I identify, from the function, which image has been clicked? My current code (which does not work) looks like this but I am sure its possible to gather what i'm trying to achieve:
I am trying scrolling of images as like: [url]. I do want to set border for the images with border property as "2px solid #000" and i do want gap between the images so that the horizontal gap value is 20px.
I tried even with image border propoerty and image style properties both border and padding as 0 20px. Both not working properly. The style padding property is working fine in firefox and google chrome. But it is working in IE 6.0
I want to give a code snippet to partnering websites, so that the script on their page draws from a page on my server. I think "quote of the day" type widgets use this.I copied this code from a site and it works for them, but when I switch the url to a php page (containing only text wrapped in a div) on my site, it doesn't work. I realize this might also be a php question, but I didn't want to cross-post. Does it have something to do with the "jscript=1" variable being passed?
I am very new to javascript and have only just started looking into it after working quite a bit in html, css and php.I have a working image banner on my webpage that switches between 1 of 2 images every 7 seconds. This all works fine but i now need to make the second image 'pcm2.jpg' a clickable link where as the first image 'pcm.jpg' which starts off the image rotation in the html page has no link. I have tried using 'document. rollbanner.href =' inside the function but that hasn't helped. Is that because the first image in the html page has no href value to begin with? If so how do i get around this as i dont want the first image to have a link, only the second one.
I am trying to assess why the slider that I've linked to in the head tag of my source code will not load properly on my page. My site's link is : [url]
I have a couple of images in a fisheye that I want to be displayed with some space between them. Currently, jQuery displays the images directly connected to each other:
is there a way how to detect if mouse is over the border table and over cell border? and if yes, when user click and host button and move mouse cursor (to increase cell width) which event should i detect ?
Is there code to just underline linked text to a certain color (red) but doesn't change the text color (it was white & when hovered over, it still stays white with a red underline)?
My Javascript abilities are sub-par so I normally try to follow tutorials or examples to implement java for now. Although I digress. To the point... I'm coding a web site for a photographer and need a natural looking picture selecting menu.
For example...
Now you kinda grasp what I'm attempting to do here.. anyone know of a good tutorial or example showing how to do this? I've seen several auto scrolling menus but that's not what I'm looking for. I just want an intuitive nav bar for pics...
I am looking for some recommendations for JS/HTML code that will allow me to generate drop down menus, sort of like the ones here Code:
where you can see the drop down menus if you roll over "Flights", "Hotels" and so on. The only thing I want to do differently with this is that I want to put a repeating background image behind the entire menu that drops down, and not necessarily just each item. So, in the above example, if you rolled over Flights, I'd like a background graphic to span all the menu items -- "Search Flights", "Top Deals", "Web Fares", "Low Fare Alert", and "Last Minute Packages."
i have two images which are part of a rollover button that i want to have paused until the intro animation finishes. I have the javascript code but the rollover images are specified in the css. I just have the id to them in the html. I was wondering if anyone knew how to include the rollover files with the pausing javascript code. the files are profile.gif and profileover.gif. I tried to add the files to the preload part of the javascript but that didn't work.
i have two images which are part of a rollover button that i want to have paused until the intro animation finishes. I have the javascript code but the rollover images are specified in the css. I just have the id to them in the html. I was wondering if anyone knew how to include the rollover files with the pausing javascript code. the files are profile.gif and profileover.gif. I tried to add the files to the preload part of the javascript but that didn't work. The website is [URL]...
I have two images which are part of a rollover button that i want to have paused until the intro animation finishes. I have the javascript code but the rollover images are specified in the css. I just have the id to them in the html. I was wondering if anyone knew how to include the rollover files with the pausing javascript code. the files are profile.gif and profileover.gif. I tried to add the files to the preload part of the javascript but that didn't work. [url]...
I know nothing about javascript, but have found a useful code for enlarging images, and it would be great if I could just insert a line or two to get the overlay effect - so, what I want to add is a background when an image is open: for example - [url].
I have two images which are part of a rollover button that i want to have paused until the intro animation finishes. I have the javascript code but the rollover images are specified in the css. I just have the id to them in the html. I was wondering if anyone knew how to include the rollover files with the pausing javascript code. the files are profile.gif and profileover.gif. I tried to add the files to the preload part of the javascript but that didn't work. The website is [url]
I have an html file which contains link to 4 reports ( html files ). Instead of letting the user open one link at a time, and then printing the report , I want to print all the reports with a single button click, say on pressing a button "Print All" .
I have found out a way, in which the reports can be printed , but the print dialog box is coming up each time( eg. for 4 reports it is 4 times, and for n documents it would be n number of times ) ; which I find very irritating . I would rather prefer a single print dialog box coming up for n number of reports .
I would like to have the properties of a linked file appear on the page linking to it, so that the user can see the date last modified and file size. I.E.
<a href="filename>Click here to download file: size <script to insert file size>, last modified on <script to insert date last modified></a>
Is this possible using only javascript. I don't have access to PHP/ASP/anything else useful on the server. Perhaps you might know of an alternate way to achieve my aims?
Is there a good linked list implementation in the public domain? Or that someone on this group has already written that they'd like to put in the public domain, right here on this newsgroup?
I am trying to use a linked list to add a song. 'A' is supposed to add the song to list of objects. My problem is that every time I append a song again it seems my list gets reset. Also on the side. How come I cant use the showFromMeOn method down in 'P'?
I have a text box labeled "Number of pages" and a select box labeled "Page List" Requirement: I want tht on entering any integer value in the text box that many pages shall be populated in the list box
I have a select box populated with about 1000 names. What I would like to do is to have a text box available that a user can type in say "mi" and have the select box jump down to the first entry starting with "mi", i.e. "Michael" followed by "Mike". Code:
This script and code works great, but in order for me to finish, I need a way of passing to the next PHP page which check box is checked. Currently, it is just passing a single value (1, 2, 3, 4, 5, or 6) depending on the last box checked. I need a way to record which check boxes are selected.
I am trying to build a linked drop down menu script with descriptions. Meaning that there are 5 drop down boxes all linked together. So when somebody choses an option in the first drop down box, the options in the second box appear. And depending on which option they choose there, more other options appear in the third box and so on.
At the end (or after every drop down menu box) there must be a description area (either by using a textarea or just some space for descriptions and a table) where text will appear depending on the chosen options.
I have the script with the linked drop down boxes, but I cannot seem to add a description box. Everytime I try, the whole script gets messed up.
I have a real-estate site of a client's and it has a big bug which is beyond my scripting skills.The user submits a search form and is shown the results of the property's (houses). They then click on the desired house and are taken to the page which the relevant content. All good.Then they use the browser back button, as everybody does, and is taken back to the search results, page 1 of results, or page n ofBUTIf the user selects another page of results from the navigation e.g. [1] [2] [3]instead of directing the user to the page n of results page, the user is taken to the last viewed property (house) page.I know alot of you must be thinking its me incorrectly scripting...but the wierd thing is that this bug only occurs in FF and doesn't occur in IE...(only checked 8).It's doing my tits in and my client is making an issue of it. BTW I'm using VBscript aswell to insert variables (pageID).