/    Sign up×
Community /Pin to ProfileBookmark

Floating div or image horizontal with srollbar

HI all,
I make a website and want to make a banner moving on the right with scrollbar, like in vertical align is middle of the page and right align to the page and movable up and down with the scrollbar?

Is it easy to do? because my knowledge in js and css is fair

thanks in advance and best regards,
ProfessorX

to post a comment
JavaScript

2 Comments(s)

Copy linkTweet thisAlerts:
@samanyoluNov 04.2006 — [code=php]

<html>
<head>
<style type="text/css">
body
{
background-image:
url('agac.bmp');
background-repeat:
no-repeat;
background-attachment:
fixed
}
</style>
</head>

<body>
<p>This is a paragraph. </p>
<p>This is a paragraph. </p>
<p>This is a paragraph. </p>
<p>This is a paragraph. </p>
<p>This is a paragraph. </p>
<p>This is a paragraph. </p>
<p>This is a paragraph. </p>
<p>This is a paragraph. </p>
<p>This is a paragraph. </p>
<p>This is a paragraph. </p>
<p>This is a paragraph. </p>
<p>This is a paragraph. </p>
<p>This is a paragraph. </p>
<p>This is a paragraph. </p>
<p>This is a paragraph. </p>
<p>This is a paragraph. </p>
<p>This is a paragraph. </p>
<p>This is a paragraph. </p>

</body>

</html>
[/code]


[code=php]
<html>
<head>
<style type="text/css">
body
{
background: #00ff00 url('agac.bmp') no-repeat fixed center;
}
</style>
</head>

<body>
<p>This is a paragraph. </p>
<p>This is a paragraph. </p>
<p>This is a paragraph. </p>
<p>This is a paragraph. </p>
<p>This is a paragraph. </p>
<p>This is a paragraph. </p>
<p>This is a paragraph. </p>
<p>This is a paragraph. </p>
<p>This is a paragraph. </p>
<p>This is a paragraph. </p>
<p>This is a paragraph. </p>
<p>This is a paragraph. </p>
<p>This is a paragraph. </p>
<p>This is a paragraph. </p>
<p>This is a paragraph. </p>
<p>This is a paragraph. </p>
<p>This is a paragraph. </p>
<p>This is a paragraph. </p>

</body>

</html>

[/code]
Copy linkTweet thisAlerts:
@ProfessorXauthorNov 04.2006 — thnx samanyolu, but i want a div contains html content to make a banner and not a body background and the banner moves with scrollber ?
×

Success!

Help @ProfessorX 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,
)...