Re: [css-d] background image center in FireFox

2006-08-08 Thread [EMAIL PROTECTED]
html { background: #00 url('500.jpg') no-repeat center center; height: 100%; } [EMAIL PROTECTED] wrote: > here is the url > > http://constructweb.com/temp/back.html > __ > css-discuss [EMAIL PROTECTED] > http://www.css-discu

Re: [css-d] background image center in FireFox

2006-08-08 Thread neal
here is the url http://constructweb.com/temp/back.html __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-di

Re: [css-d] background image center in FireFox

2006-08-08 Thread Gunlaug Sørtun
[EMAIL PROTECTED] wrote: > I can put up a url if needed Yes, please :-) -- http://www.gunlaug.no __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio

[css-d] background image center in FireFox

2006-08-08 Thread neal
Hello all trying to center a background in firefox - -dead center seems this all works on IE this: background: #00 url('/images/500.jpg') no-repeat center center; or this: background: #00 url('/images/500.jpg') no-repeat 50% 50%; FireFox seems to have a problem - anyone else havve