Propaganda Party: The Pop Stalin Design Manifesto

 

2 People Have Bloviated

  1. Emily | Apr 5

    I love this, but the only problem is again IE6. It doesn’t seem to support position: fixed. That darn IE6!

  2. Jen | Apr 5

    Well, for most things in IE6 there is a hack that is best put into a separate stylesheet for IE6 crap code.

    Here’s the solution to the problem in IE6 (and keep in mind this really only works with ‘body’ elements):

    1. body { background-image:url(images/your-image-name.jpg)
    2. background-attachment: fixed;
    3. background-repeat: no-repeat;