shorty_d09
Jun 1 2007, 10:53 PM
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
Jun 1 2007, 10:54 PM
It could be because you don't close the center tag (</center>) and div tag (</div>).
shorty_d09
Jun 1 2007, 11:02 PM
nope. i closed them both. is there a different code to use?
Alvin
Jun 1 2007, 11:04 PM
I only see one marquee code on here.
shorty_d09
Jun 1 2007, 11:04 PM
hmm.... and the code tha is first always is the marquee to show.
Mulder
Jun 1 2007, 11:30 PM
the marquee's not going to work if theres nothing in there.
<marquee>
blah
</marquee>
alovesopure
Jun 2 2007, 01:52 AM
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
Jun 5 2007, 09:47 AM
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.