Related Articles

3 users responded in this post

Subscribe to this post comment rss or trackback url
User Gravatar
3of7 said in November 12th, 2008 at 1:58 am

Thanks :)

User Gravatar
oomes said in May 18th, 2009 at 4:36 pm

IT didn’t work….

here’s my code:

#topSection {
width: 980px;
float: left;
padding: 5px 0;
background: url(../images/shadedMid.png) 35px top;
background-repeat:repeat-y;
}
* html #topSection {
background-image:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=’../images/shadedMid.png’, sizingMethod=’scale’);
}

User Gravatar
Jake Churchill said in May 18th, 2009 at 6:52 pm

This may have something to do with the fact that you are trying to repeat your image down the page. in the IE6 code, you are removing it completely and replacing it with a single instance of the image, not a repeating image.

Leave A Reply

 Username (Required)

 Email Address (Remains Private)

 Website (Optional)