Tuesday, September 14, 2010

CSS for fixed backgrounds in Blogger

Here's a nice snipet of code which works marvelously in all browsers with the exception of INTERNET EXPLORER.... which 35% of my viewers statistically happen to use so.... I guess it is not useful to me unless something changes. Love the code, fixed background, lovely... sigh.

I'll have to opt out of using it because I want all viewers to see my background. When using the code, it displayed the fixed background in all but IE, where you saw no background at all. Bummer.

.body-fauxcolumn-outer {
background: url(http://yourimage.jpg)no-repeat;
background-color: black;
background-attachment: fixed;
background-position: center right;
}

1 comment:

  1. This bug has been fixed and is now a selection in the advanced settings in the design area

    ReplyDelete