Making A Marquee Work. |
Making A Marquee Work. |
Aug 19 2006, 04:20 PM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 42 Joined: Aug 2006 Member No: 451,088 |
Hey, I made a div layout on my myspace & everything works great on both IE & Fire Fox.
My only problem is..I have a picture marquee under a friend section and this code: CODE <marquee><img src="http://i14.photobucket.com/albums/a329/TrApTgUrLy2010/all.jpg" <img src="http://i14.photobucket.com/albums/a329/TrApTgUrLy2010/lorraineyyyy.jpg" <img src="http://i14.photobucket.com/albums/a329/TrApTgUrLy2010/Megan.jpg" <img src="http://i14.photobucket.com/albums/a329/TrApTgUrLy2010/Mandaa.jpg" <img src="http://i14.photobucket.com/albums/a329/TrApTgUrLy2010/Bush.jpg" <img src="http://i14.photobucket.com/albums/a329/TrApTgUrLy2010/Mal.jpg" <img src="http://i14.photobucket.com/albums/a329/TrApTgUrLy2010/ShanMorgan.jpg"</center></marquee> ..works fine on Fire Fox but screws up on IE. & This code: CODE <marquee><img src="http://i14.photobucket.com/albums/a329/TrApTgUrLy2010/all.jpg" <marquee><img src="http://i14.photobucket.com/albums/a329/TrApTgUrLy2010/lorraineyyyy.jpg" <marquee><img src="http://i14.photobucket.com/albums/a329/TrApTgUrLy2010/Megan.jpg" <marquee><img src="http://i14.photobucket.com/albums/a329/TrApTgUrLy2010/Mandaa.jpg" <marquee><img src="http://i14.photobucket.com/albums/a329/TrApTgUrLy2010/Bush.jpg" <marquee><img src="http://i14.photobucket.com/albums/a329/TrApTgUrLy2010/Mal.jpg" <marquee><img src="http://i14.photobucket.com/albums/a329/TrApTgUrLy2010/ShanMorgan.jpg"</center></marquee> ..works fine on IE but screws up on Fire Fox. I am positive that I can get this to work somehow because I know people with divs that have marquees that dont do this & work fine on both browsers. If anyone can help, please do. Thanks soo much. |
|
|
|
![]() |
Aug 19 2006, 04:30 PM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 187 Joined: Jul 2005 Member No: 172,262 |
you're not closing your image tags ...
it has to be like this .. CODE <img src="YOU URL HERE"> edit - also don't put CODE <marquee> infront of every image ... put it like thisCODE <marquee><img src="YOUR URL HERE"></marquee>
|
|
|
|
Aug 19 2006, 04:36 PM
Post
#3
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 42 Joined: Aug 2006 Member No: 451,088 |
Haha.
Oh my godd. Didn't even notice that, sorry. Thanks. Topic can be closed. |
|
|
|
![]() ![]() |