View Full Version : Falling Images Need Help!!!


Pitt
11-09-2006, 01:15 AM
im having a problem with my falling images marquees. its not showing all of the image only part of it. im not sure how to fix it so it will show the entire image?? heres the code i have so far;


<marquee behavior="scroll" direction="down" scrollamount="3" style="position:absolute; left:120; top:50; width:8; height:450; z-index:645"><img src="http://i72.photobucket.com/albums/i192/web01/legend/fallingS.gif"></marquee>
<marquee behavior="scroll" direction="down" scrollamount="4" style="position:absolute; left:170; top:70; width:8; height:300; z-index:645"><img src="http://i72.photobucket.com/albums/i192/web01/legend/fallingS.gif"></marquee>
<marquee behavior="scroll" direction="down" scrollamount="5" style="position:absolute;left:220; top:90; width:8; height:250; z-index:645"><img src="http://i72.photobucket.com/albums/i192/web01/legend/fallingS.gif"></marquee>
<marquee behavior="scroll" direction="down" scrollamount="6" style="position:absolute; left:270; top:30; width:8; height:370; z-index:645"><img src="http://i72.photobucket.com/albums/i192/web01/legend/fallingS.gif"></marquee>
<marquee behavior="scroll" direction="down" scrollamount="7" style="position:absolute; left:320; top:30; width:8; height:340; z-index:645"><img src="http://i72.photobucket.com/albums/i192/web01/legend/fallingS.gif"></marquee>
<marquee behavior="scroll" direction="down" scrollamount="2" style="position:absolute; left:240; top:30; width:8; height:70; z-index:645"><img src="http://i72.photobucket.com/albums/i192/web01/legend/fallingS.gif"></marquee>
<marquee behavior="scroll" direction="down" scrollamount="3" style="position:absolute; left:140; top:30; width:8; height:50; z-index:645"><img src="http://i72.photobucket.com/albums/i192/web01/legend/fallingS.gif"></marquee>
<marquee behavior="scroll" direction="down" scrollamount="2" style="position:absolute; left:290; top:30; width:8; height:60; z-index:645"><img src="http://i72.photobucket.com/albums/i192/web01/legend/fallingS.gif"></marquee>
<marquee behavior="scroll" direction="down" scrollamount="3" style="position:absolute; left:100;top:130; width:8;height:80; z-index:645"><img src="http://i72.photobucket.com/albums/i192/web01/legend/fallingS.gif"></marquee>
<marquee behavior="scroll" direction="down" scrollamount="2" style="position:absolute; left:360; top:30; width:8; height:330; z-index:645"><img src="http://i72.photobucket.com/albums/i192/web01/legend/fallingS.gif"></marquee>
<marquee behavior="scroll" direction="down" scrollamount="3" style="position:absolute; left:390; top:50; width:8; height:400; z-index:645"><img src="http://i72.photobucket.com/albums/i192/web01/legend/fallingS.gif"></marquee>
<marquee behavior="scroll" direction="down" scrollamount="4" style="position:absolute; left:440; top:70; width:8; height:300; z-index:600"><img src="http://i72.photobucket.com/albums/i192/web01/legend/fallingS.gif"></marquee>
<marquee behavior="scroll" direction="down" scrollamount="2" style="position:absolute; left:470;top:100; width:8; height:300; z-index:645"><img src="http://i72.photobucket.com/albums/i192/web01/legend/fallingS.gif"></marquee>
<marquee behavior="scroll" direction="down" scrollamount="4" style="position:absolute; left:560; top:70; width:8; height:300; z-index:645"><img src="http://i72.photobucket.com/albums/i192/web01/legend/fallingS.gif"></marquee>
<marquee behavior="scroll" direction="down" scrollamount="2" style="position:absolute; left:590; top:100; width:8; height:300; z-index:645"><img src="http://i72.photobucket.com/albums/i192/web01/legend/fallingS.gif"><</marquee>
<marquee behavior="scroll" direction="down" scrollamount="4" style="position:absolute; left:520; top:170; width:8; height:300; z-index:645"><img src="http://i72.photobucket.com/albums/i192/web01/legend/fallingS.gif"></marquee>
<marquee behavior="scroll" direction="down" scrollamount="2" style="position:absolute; left:610; top:200; width:8; height:300; z-index:645"><img src="http://i72.photobucket.com/albums/i192/web01/legend/fallingS.gif"></marquee>
<marquee behavior="scroll" direction="down" scrollamount="3" style="position:absolute; left:650; top:250; width:8; height:340; z-index:645"><img src="http://i72.photobucket.com/albums/i192/web01/legend/fallingS.gif"></marquee>
<marquee behavior="scroll" direction="down" scrollamount="2" style="position:absolute; left:690; top:290; width:8; height:380;z-index:645"<img src="http://i72.photobucket.com/albums/i192/web01/legend/fallingS.gif"></marquee>
<marquee behavior="scroll" direction="down" scrollamount="3" style="position:absolute; left:660; top:40; width:8; height:70; z-index:645"><img src="http://i72.photobucket.com/albums/i192/web01/legend/fallingS.gif"></marquee>
<marquee behavior="scroll" direction="down" scrollamount="2" style="position:absolute; left:690; top:60; width:8; height:90; z-index:645"><img src="http://i72.photobucket.com/albums/i192/web01/legend/fallingS.gif"></marquee>

angelic.deception
11-09-2006, 06:56 AM
Try changing the width of your marquee to the width of your image. (Which seems to be 38px.)

Like this:
<marquee behavior="scroll" direction="down" scrollamount="3" style="position:absolute; left:120px; top:50px; width:38px; height:450px; z-index:645">
<img src="http://i72.photobucket.com/albums/i192/web01/legend/fallingS.gif">
</marquee>

Worked for me, so I hope it does for you too! =)

Pitt
11-12-2006, 04:09 AM
ok ill try it & if i want to change the heigth of the image i change this part??




<marquee behavior="scroll" direction="down" scrollamount="3" style="position:absolute; left:120px; top:50px; width:38px; height:23px; z-index:645">
<img src="http://i72.photobucket.com/albums/i192/web01/legend/fallingS.gif">
</marquee>

angelic.deception
11-12-2006, 04:22 AM
No. That is how you change the height of the marquee.

If you want to change the height of the image you should probably resize it in an image editing program.

However I believe you can change the height of the image in the HTML like this:
<img src="http://i72.photobucket.com/albums/i192/web01/legend/fallingS.gif" height="0px">

Hope that helps. =)

J to the izzosh
11-12-2006, 02:26 PM
You would omit the unit if specifying dimensions in an attribute, without CSS, unless using percentages: pixels are assumed, otherwise.
<img src="http://i72.photobucket.com/albums/i192/web01/legend/fallingS.gif" height="0">

angelic.deception
11-13-2006, 05:52 AM
You would omit the unit if specifying dimensions in an attribute, without CSS, unless using percentages: pixels are assumed, otherwise.
Ah, I see. I was under the impression you had to define the unit.

Thanks for letting me know. =)

Pitt
11-15-2006, 08:47 AM
um....ok....i just did t th way i posted & it actually worked so....i have no clue to wat u guys just said lol!