Preserved Topic: problem in Javascript (Page 1 of 1) |
|
---|---|
Obsessive-Compulsive (I) Inmate From: Singapore |
posted 03-24-2000 17:14
Hi, I need help on this javascript script.. It is found at http://cgworld.virtualave.net/newpage1.htm |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 03-24-2000 21:27
document.images[0] refers to the image you want to change. Right now you have it set to image 0 (zero), or the first image on the page. Set it to a higher number (I think 7 will work) and it will change a different image.<P>BTW - on Internet Explorer 5, the table is set up a little weird, and the circle gets split up between the rows. Ah, I see - look at your source code. You have each TD tag set to HEIGHT="300", but the images set to smaller heights - you need to make the heights of the table cells smaller. |
Bipolar (III) Inmate From: Alaska, USA |
posted 03-25-2000 00:26
The cells should be "103". I'm curious to see how it looks once it's fixed and ready to go |
Bipolar (III) Inmate From: Alaska, USA |
posted 03-25-2000 00:29
Oh and BTW, I saw the same problem Slime mentioned (the one that will be fixed once you correct the cell size) with NSC 4.7 as well. |
Obsessive-Compulsive (I) Inmate From: Singapore |
posted 03-25-2000 09:51
hi, thanks for responding to my message ^-^ |
Obsessive-Compulsive (I) Inmate From: Singapore |
posted 03-26-2000 07:36
Hi everyone, I'm wondering whether this script will work in a circle. Preivously, I did one(not a circle form) and it works alright. http://cgworld.virtualave.net/ This is my main page.. <P>I don't know whether I'm correct( this script don't work in circle) Could anyone tell me whether I'm correct.. ^-^ Thanks a millon<P>------------------ |
Maniac (V) Lord Mad Scientist Sovereign of all the lands Ozone and just beyond that little green line over there... From: Stockholm, Sweden |
posted 03-28-2000 06:24
OK, forget trying to find which image it should be based on number, that's always a pain. Take your image tag <P><img src="newface/cgworld.jpg" |