/    Sign up×
Community /Pin to ProfileBookmark

How can I push this image down?

The top of the image on this payment page I’m working on won’t lower so I can see it…

[URL=”http://tinyurl.com/9gal62″]Page here[/URL]

I don’t understand it…..I always have difficulties…Anyone?

In firefox, i might add. Image seems to be good in IE and Chrome.

to post a comment
CSS

3 Comments(s)

Copy linkTweet thisAlerts:
@willypDec 29.2008 — Hello,

Try changing:

background-position:center;

to

background-position:center 0;

or

background-position:center 10px;

You can play with the second number to control how far down the image goes.

hope that helps.
Copy linkTweet thisAlerts:
@gavshouseDec 29.2008 — replace your body css with this

[code=html]body{
background: url("http://www.xclusivexcursion.com/paymentbackground.png");
background-repeat: no-repeat;
background-size: 100%;
background-position:center top;
background-color: #000;
font-size 19px;
color: #fff;
font-family:verdana, arial;
}[/code]
Copy linkTweet thisAlerts:
@mike444authorDec 30.2008 — Thanks guys!

I used willyp's solution and it worked right away!

>)
×

Success!

Help @mike444 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 5.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: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

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

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...