Talk:CSS:background-position
From MDC
[edit] Not working in Firefox?
The background-position: bottom seems to be not working in firefox 1.5.0.6 and firefox 2.0. It works well in internet explorer.
This is a script from a book: (The Css-anthology- 101 essential tips, Tricks and hacks)
body
{
color:#000000;
background: #FFFFFF url(ag.jpg) no-repeat;
background-position: bottom right;
}
it's also validated with css validator.
Can you solve this ? or is there some other trick to do that ?
Kind regards, Steven
- This is a wrong place for your question. Try the dev-tech-css mailing list and post a complete testcase (a simple HTML page with needed styles inline). --Nickolay 13:39, 4 September 2006 (PDT)