Hello, Everyone again!
Last time you guys were a huge help.
I am running into a problem. The buttons on my site that are controled via javascript for some reason cauing all other hyperlinked images to work incorrectly.
here is the example (just hove over adobe image)...
Good Evening everyone!
It is so nice to see you all again. I am trying to change my career from graphic designer to computer repair tech and therefore building a site for myself.
I want to add a box on one side of the site with links to different sites or aticles and so on. But I want the...
Funny! I am the only person who posted something today. ANyways guys, I am missing something very simple while trying to preload several images
in javascript:
var bigSample = new Array("samples/55.jpg","samples/54.jpg",
"samples/50.jpg","samples/51.jpg");
function preloading() {
for (var j=0...
Can anyone help me figure out why
window.open('someimage.jpg') doesn't work in IE. Is there some sort of build-in pop-up blocker?
Also if my page has javascript on it IE displays a message at a top of the browser window asking weather or not I want to allow blocked content. Is there any way...
Guys can anyone tell me what is wrong with this a basic fade in or out effect in javascrtipt. That is what I have but it doesn't do anything. I want images to fade out as next image loads for my slideshow.
function autoChangeHandler() {
imageTimerId = setInterval("processNext()", 2000)...
Hi, thanks to everyone who helped me with this slideshow.
I am now adding some finishing touches to it and I run into a problem. for some reason javascript doesn't want to load my initLinks function.
I am pretty sure that the function itself it good and fine cos I tested it but in combination...
Hi, everyone!
How do you guys change or add image border color with javascript. that is what I have now and it doesn't work.
in HTML
<td width="64"><img src="thumbnails/1.jpg" width="64" height="64" id="square0" onmouseover="borderOver();"/></td>
in Javascript
function borderOver(){...
For some reason my previous post was removed? Anyhow, I am a web designer and not a programmer but I am learning javascript.
So, if I am creating a slideshow with thumbnails, where when a user clicks on a thumbnail it displays a large image.
document.getelementbyid("thumbnail1").onclick =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.