On Nov 4, 2005, at 7:29 PM, Kenoli Oleari wrote:
> I'm working on a MacIntosh system.
>
> I notice that when I use the style:
>
> body {
> background-image: url(assets/bottom_image.gif);
> background-repeat: no-repeat;
> background-position: bottom center;
> }
>
> It is rendered differently in different browsers.
>
> Safari puts it at the bottom where it is supposed to be.
> Firefox puts it about 15% down the page from the top.
> Internet Explorer sort of tiles it, but in some kind of messed up up
> way sarting about half-way down the page and creating overlapping 
> tiles.
>
> What's up.  All the resources I've read indicate that all current
> browsers should render background styles correctly.


Example page?

Maybe try using units instead of keywords:

background: url(assets/bottom_image.gif) no-repeat scroll 100% 50%;

Prob wont help, but worth a try... Post a link if you can.

Micky



-- 
BCC for Privacy!
http://www.cs.rutgers.edu/~watrous/bcc-for-privacy.html
----------------------------------
My del.icio.us: http://del.icio.us/mhulse
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to