marquee placement |
marquee placement |
Dec 22 2004, 10:02 PM
Post
#1
|
|
|
(¯`·._.·[fly away]·._.·´¯) ![]() ![]() ![]() ![]() Group: Member Posts: 240 Joined: Apr 2004 Member No: 11,583 |
okay so i've already asked about this, but it wont work... i need to know how to put a marquee into the box i made for the marquee on the left side of my page: here but it wont work. can some one please tell me whats wrong with this code??
CODE <!-- begin code provided by createblog.com --> <div style="overflow: auto; width: 350px; height: 130px; margin-top: -600px; margin-left: -190px;"> <marquee><img src="http://img.photobucket.com/albums/v136/krismiss678/ashthumb.jpg"> </marquee> </div> <!-- end code provided by createblog.com --> thanks... |
|
|
|
![]() |
Dec 23 2004, 12:26 AM
Post
#2
|
|
![]() Um....Its meeee ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,218 Joined: Mar 2004 Member No: 8,264 |
Um it should work..If not try this div then?
CODE <!-- begin code provided by createblog.com -->
<div style="position:static; margin-left:-213px;margin-top: -205px;border: 2px solid #000000; width: 95px; height: 800px;"><marquee><img src="http://img.photobucket.com/albums/v136/krismiss678/ashthumb.jpg"> </marquee></div> <!-- end code provided by createblog.com --> |
|
|
|
krismiss678 marquee placement Dec 22 2004, 10:02 PM
krismiss678 i need help... Dec 22 2004, 10:16 PM
krismiss678 so i got the marquee to work, but now the div for ... Dec 23 2004, 02:13 PM![]() ![]() |