/    Sign up×
Community /Pin to ProfileBookmark

Body tag background image not displaying in FF

Hi everyone,
Can someone explain why the following code works fine in IE(running Vista) but the background image in Mozilla FF displays only the [U]bottom half[/U]
of the background image.

<style type=”text/css”>
body {
background-color:#FFFF99;
background-image: url(images/test_background2.gif);
background-repeat: no-repeat;
background-position: center center;
}

</style>
</head>

<body>

</body>
</html>

Thanks for your time.
Sig

to post a comment
CSS

2 Comments(s)

Copy linkTweet thisAlerts:
@goyneyJan 29.2009 — Try putting a min-height:###px on the body style where ### is the actual height of the background image.

Firefox is actually handling the CSS correctly. A background image shouldn't determine the height of a tag, the content that fills it should. Unfortunately, this is one of IE's bugs that people feel is done "correctly".

Let me know if providing that min-height works.
Copy linkTweet thisAlerts:
@captsigauthorJan 29.2009 — Thanks very much. You nailed it. 'min-height:zzzzpx' fixed the problem.
×

Success!

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