marquee, major help needed. |
![]() ![]() |
marquee, major help needed. |
Jun 1 2007, 10:53 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 125 Joined: Aug 2006 Member No: 455,453 |
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> |
|
|
|
Jun 1 2007, 10:54 PM
Post
#2
|
|
![]() ;) ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 9,573 Joined: Feb 2005 Member No: 99,124 |
It could be because you don't close the center tag (</center>) and div tag (</div>).
|
|
|
|
Jun 1 2007, 11:02 PM
Post
#3
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 125 Joined: Aug 2006 Member No: 455,453 |
nope. i closed them both. is there a different code to use?
|
|
|
|
Jun 1 2007, 11:04 PM
Post
#4
|
|
![]() ;) ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 9,573 Joined: Feb 2005 Member No: 99,124 |
I only see one marquee code on here.
|
|
|
|
Jun 1 2007, 11:04 PM
Post
#5
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 125 Joined: Aug 2006 Member No: 455,453 |
hmm.... and the code tha is first always is the marquee to show.
|
|
|
|
Jun 1 2007, 11:30 PM
Post
#6
|
|
![]() i lost weight with Mulder! ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 4,070 Joined: Jan 2005 Member No: 79,019 |
the marquee's not going to work if theres nothing in there.
<marquee> blah </marquee> |
|
|
|
| *alovesopure* |
Jun 2 2007, 01:52 AM
Post
#7
|
|
Guest |
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> |
|
|
|
Jun 5 2007, 09:47 AM
Post
#8
|
|
|
im with the marching band ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 740 Joined: Dec 2006 Member No: 491,167 |
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> |
|
|
|
![]() ![]() |