Help - Search - Members - Calendar
Full Version: marquee
Forums > Resource Center > Webmasters' Corner > Resolved Topics
shorty_d09
ok. so i am trying to put 2 marquees on my page. but when i put both of the codes there. only one works..



why is this??


the code i use=


<div class="content" style="position: absolute; left:583px; top:835px; width:433px; height:120px; background-color:transparent;overflow: auto;"><center>


<MARQUEE WIDTH="100%" BEHAVIOR="scroll" SCROLLAMOUNT="7" DIRECTION="left"height=100 </MARQUEE>
Alvin
It could be because you don't close the center tag (</center>) and div tag (</div>).
shorty_d09
nope. i closed them both. is there a different code to use?
Alvin
I only see one marquee code on here.
shorty_d09
hmm.... and the code tha is first always is the marquee to show.
Mulder
the marquee's not going to work if theres nothing in there.

<marquee>
blah
</marquee>
alovesopure
You don't have an end > on your marquee code either.

<MARQUEE WIDTH="100%" BEHAVIOR="scroll" SCROLLAMOUNT="7" DIRECTION="left"height=100[should be a > here] and then what you want to scroll hereee. </MARQUEE>
speakerboxx123
you should have:

<div class="content" style="position: absolute; left:583px; top:835px; width:433px; height:120px; background-color:transparent;overflow: auto;"><center>


<MARQUEE WIDTH="100%" BEHAVIOR="scroll" SCROLLAMOUNT="7" DIRECTION="left"height=100>content here... </MARQUEE>

</center>
</div>
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.