Problem with Marquee, Help plz |
![]() ![]() |
Problem with Marquee, Help plz |
Aug 31 2004, 02:43 PM
Post
#1
|
|
![]() b r o k e n ON t h e INSIDE ![]() ![]() ![]() ![]() Group: Member Posts: 120 Joined: Jun 2004 Member No: 25,500 |
I used the marquee that slows down when you hover over it. Well I want it to go left and it does but the problem is there are two rows. How do i get it to be one row? If you know what I'm talking about can you plz help me????!!! Or if I need to tell you more I will. Thanks Plz help!
|
|
|
|
Aug 31 2004, 03:06 PM
Post
#2
|
|
![]() The voices talk too much... -.-u ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,099 Joined: Aug 2004 Member No: 39,078 |
CODE <!-- begin code provided by createblog.com --> <marquee scrollAmount= "5" onMouseover="this.scrollAmount=2" onMouseout="this.scrollAmount=5" onMouseDown="this.scrollAmount=2" onMouseUp="this.scrollAmount=5"> Scrolling, scrolling, scrolling... </marquee> <!-- end code provided by createblog.com --> Should work right... Same code I used when I was testing it out. Example! (You can fiddle with the numbers and stuff.) |
|
|
|
![]() ![]() |