Scrolling pictures, possible under 'general'? |
![]() ![]() |
Scrolling pictures, possible under 'general'? |
Jun 27 2006, 06:50 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 47 Joined: Jan 2006 Member No: 357,515 |
QUOTE <div style="position:absolute; top:1; left:1; overflow: auto; width:300; height:100; scrollbar:false; "> <marquee><center><table border="+" cellspacing="0" cellpadding="5"><tr> <td><img src="http://img.photobucket.com/albums/1003/Jchris34232/w5.png" alt="Image hosted by Photobucket.com" border="0"></td> <td><img src="http://img.photobucket.com/albums/1003/Jchris34232/w5.png" border="0"></td> <td><img src="http://img.photobucket.com/albums/1003/Jchris34232/w5.png" border="0"></td> <td><img src="http://img.photobucket.com/albums/1003/Jchris34232/w5.png" border="0"></td> </tr></table></center></marquee></div> I placed that code under "Music" in on those tables. But it didn't work because the scrolling pictures are at the top left hand of the screen. Is this the wrong code or what? Please help. Here's my site: http://www.myspace.com/25922697 |
|
|
|
Jun 27 2006, 09:26 PM
Post
#2
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
Wrong code. You put them in a div that is positioned top left. If you just want scrolling pictures use this:
CODE <marquee><center><table border="+" cellspacing="0" cellpadding="5"><tr> <td><img src="http://img.photobucket.com/albums/1003/Jchris34232/w5.png" alt="Image hosted by Photobucket.com" border="0"></td> <td><img src="http://img.photobucket.com/albums/1003/Jchris34232/w5.png" border="0"></td> <td><img src="http://img.photobucket.com/albums/1003/Jchris34232/w5.png" border="0"></td> <td><img src="http://img.photobucket.com/albums/1003/Jchris34232/w5.png" border="0"></td> </tr></table></center></marquee> If it doesn't work take out <table border="+" cellspacing="0" cellpadding="5"><tr> and all the <td>'s and the <center> and </tr></table></center> |
|
|
|
Jun 28 2006, 04:55 AM
Post
#3
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 47 Joined: Jan 2006 Member No: 357,515 |
Yay! It worked. Thanks.
|
|
|
|
![]() ![]() |