Forums

This topic is locked

rollover works, rollover doesn't!!

Posted 23 May 2003 14:03:06
1
has voted
23 May 2003 14:03:06 Russell Webb posted:
platform: mac 9.2 and osx
version: DWMX

i have a site with 11 matching jumpmenus pages. 8 of these pages work perfectively, the other 3 simply wont operate the javascript rollovers. i re-created these pages three times and still no luck. all they are is simply swap image rollovers that when clicked should launch popup additionals.

from creating the visi in ps, slicing it in imageready then creating the table in DW i'm find the process exhausting especially when it yields the wrong results, check:

www.spindlelegs.co.uk/00_home/00_spindlehome.html

and compare it to:

www.spindlelegs.co.uk/08_ads/08_spindleverts.html

both pages where created exactly the same way but on the first link the left hand side rollovers simply wont work. netscape javascript checker hightlights there is no swap image but in my code there is.

any suggestions?

<font face='Andale Mono'></font id='Andale Mono'>

--

www.spindlelegs.co.uk
+44 (0) 7971 70 80 27

Replies

Replied 27 May 2003 11:29:59
27 May 2003 11:29:59 Russell Webb replied:

Links to personal pages and signatures are frowned upon here (See the TOS for more!). I'd suggest that you remove them before a mod/admin does.

The error you are getting is because you have a comment tag before your &lt;head&gt; which does not get closed until the end of your script:


&lt;!--
&lt;HEAD&gt;
.....
title - meta - script
.....
//--&gt;//--&gt;
&lt;/script&gt;

So the browser is not seeing any of the script at all (or the title) and does not understand your preload or swap image commands.

HTH


--

www.spindlelegs.co.uk
+44 (0) 7971 70 80 27

Reply to this topic