Closed Thread Icon

Topic awaiting preservation: Rollovers Pages that link to <a href="https://ozoneasylum.com/backlink?for=8328" title="Pages that link to Topic awaiting preservation: Rollovers" rel="nofollow" >Topic awaiting preservation: Rollovers\

 
Author Thread
danica
Bipolar (III) Inmate

From:
Insane since: Oct 2002

posted posted 10-01-2002 20:52

I have a bunch of rollovers that are not working , can't figure out why...., Maybe u can :d

The URL:
http://www.importationdirect.com/test/id.html

Help!!

bitdamaged
Maniac (V) Mad Scientist

From: 100101010011 <-- right about here
Insane since: Mar 2000

posted posted 10-01-2002 21:00

you have a bunch of lines like so
images/idrolls_09.src = ...

These judging by the looks should be p1 or p11 is also off.



.:[ Never resist a perfect moment ]:.

danica
Bipolar (III) Inmate

From:
Insane since: Oct 2002

posted posted 10-01-2002 21:11

changed!!, still does not work...


bitdamaged
Maniac (V) Mad Scientist

From: 100101010011 <-- right about here
Insane since: Mar 2000

posted posted 10-01-2002 21:35

also you need 2 parentheses after the preload function

function preload() {


}

Then all these lines
document.getElementById('products').innerHTML ="<img src='images/id-copy_09.jpg' onmouseover="cambia(1)" onMouseOut="get(1)">";

You need to escape the onmouseover and onmousOut double quotes or turn them into single quotes

document.getElementById('products').innerHTML ="<img src='images/id-copy_09.jpg' onmouseover=\"cambia(1)\" onMouseOut=\"get(1)\">";



.:[ Never resist a perfect moment ]:.

danica
Bipolar (III) Inmate

From:
Insane since: Oct 2002

posted posted 10-01-2002 22:59

Its working now thanks

« BackwardsOnwards »

Show Forum Drop Down Menu