/    Sign up×
Community /Pin to ProfileBookmark

marquee over image

hello, i put a marquee to scroll over my image but im trying to get it to start and end at a certain part on the image and scroll all the way to the end of the image. is there anyway i can do this. here is the code i been trying.

[code=php]
<div id=”bottomcontent” style=”background-image:url(‘artist.jpg’);width:684px;height:414px;overflow:auto;position:absolute;top:420px;left:164px;”>
<font style=”font-family:tahoma;font-size:12px;color:black”>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<center>
<marquee>
photos go here
</marquee>
</center>
</font>
</div>
[/code]

thanks in advance

to post a comment
CSS

2 Comments(s)

Copy linkTweet thisAlerts:
@DJsACSep 02.2006 — [code=html]<div id="bottomcontent" style="background-image:url('artist.jpg');width:684px;height:414px;overflow:auto;position:absolute;top:420px;left:164p x;">
<font style="font-family:tahoma;font-size:12px;color:black">
<br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<center>
<marquee style="margin:0px 0px 0px 40px;">
margin: top right bottom left;
or: style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;"
photos go here
</marquee>
</center>
</font>
</div> [/code]


Beware of the different browser interpretations of margin, border and width etc...
Copy linkTweet thisAlerts:
@harlemrisinauthorSep 03.2006 — thanks again man
×

Success!

Help @harlemrisin spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.16,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @nearjob,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...