View Full Version : Mouse fireworks!!! help!!


elenifaerie
01-27-2003, 10:36 PM
Mouse fireworks won't work on this page:
http://www.geocities.com/vetman_223//index.htm

Help!!!! Someone help me! I put mouse fireworks there and they won't work!

Dude128
01-29-2003, 12:59 AM
you have no <html> or <head> tags, and you have two <body> tags. your </head> tag is misplaced, and you have a <a before it.

add <html> and <head> tags
combine the <body> tags
move the </head> tag so that it's right before the <body> tag
get rid of the <a

elenifaerie
01-29-2003, 02:45 PM
Where's the extra body tag and the <a tag?

Dude128
01-30-2003, 02:16 AM
you have this in your code:

<body OnLoad="initMouseEvents()">

<div id="sparks">
<div id="sDiv0" style="position:absolute; visibility: hidden;"><img src="http://www.gpetz.com/animations/animation282.gif"></div><div id="sDiv0" style="position:absolute; visibility: hidden;"><img src="http://www.gpetz.com/animations/animation282.gif"></div>
<div id="sDiv0" style="position:absolute; visibility: hidden;"><img src="http://www.gpetz.com/animations/animation282.gif"></div>
<div id="sDiv0" style="position:absolute; visibility: hidden;"><img src="http://www.gpetz.com/animations/animation282.gif"></div>
<div id="sDiv0" style="position:absolute; visibility: hidden;"><img src="http://www.gpetz.com/animations/animation282.gif"></div>
<div id="sDiv0" style="position:absolute; visibility: hidden;"><img src="http://www.gpetz.com/animations/animation282.gif"></div>
<div id="sDiv0" style="position:absolute; visibility: hidden;"><img src="http://www.gpetz.com/animations/animation282.gif"></div>
<div id="sDiv0" style="position:absolute; visibility: hidden;"><img src="http://www.gpetz.com/animations/animation282.gif"></div><div id="sDiv0" style="position:absolute; visibility: hidden;"><img src="http://www.gpetz.com/animations/animation282.gif"></div><div id="sDiv0" style="position:absolute; visibility: hidden;"><img src="http://www.gpetz.com/animations/animation282.gif"></div>

<body background="http://www.gpetz.com/bgs/bg141.jpg">

I don't see the <a anymore

your CSS and title should be in the head section, also

elenifaerie
01-30-2003, 01:50 PM
but WHERE's the extra body tag?? (I fixed the <a)

lefty
01-30-2003, 03:53 PM
one's this:

<body OnLoad="initMouseEvents()">

and one's this:

<body background="http://www.gpetz.com/bgs/bg141.jpg">

elenifaerie
01-31-2003, 03:09 AM
I erased the background. Still won't work. Now what?