Warning: Cannot modify header information - headers already sent by (output started at /home/popstali/public_html/blog/index.php:2) in /home/popstali/public_html/blog/wp-includes/feed-rss2-comments.php on line 9
Comments on: A Quick Tip for Large Background Images http://blog.popstalin.com/articles/css/a-quick-tip-for-large-background-images The Pop Stalin Design Manifesto Tue, 21 Apr 2009 01:04:24 +0000 http://wordpress.org/?v=2.9.2 hourly 1 By: Jen http://blog.popstalin.com/articles/css/a-quick-tip-for-large-background-images#comment-650 Jen Sun, 05 Apr 2009 17:04:27 +0000 http://blog.popstalin.com/a-quick-tip-for-large-background-images/#comment-650 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): <ol class="code"> <li>body { background-image:url(images/your-image-name.jpg)</li> <li>background-attachment: fixed;</li> <li>background-repeat: no-repeat;</li> </ol> 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;
]]>
By: Emily http://blog.popstalin.com/articles/css/a-quick-tip-for-large-background-images#comment-649 Emily Sun, 05 Apr 2009 16:47:47 +0000 http://blog.popstalin.com/a-quick-tip-for-large-background-images/#comment-649 I love this, but the only problem is again IE6. It doesn't seem to support position: fixed. That darn IE6! I love this, but the only problem is again IE6. It doesn’t seem to support position: fixed. That darn IE6!

]]>