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
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
[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
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