hello,
Im having an anoying problem with a bacground image (palm tree) when the
page is scrolled in ie.
http://www.destinationturkey.com/indexw.html
The image of the palm is a background image inside the wrap rule(see below).
The wrap div is nested in a shadow div which has the columns/shadow
bacground image.
The main-content div is nested in the wrap div. now the artifacts only occur
when there is content in the maincontent div.
-best
kevin
heres the css for #wrap
#wrap{ background-image:url(../../images/tree.gif);
background-position: 13px 0px;
background-repeat:no-repeat;
text-align:left;
background-color:transparent;
}
#shadow{
padding:0;
margin: 0 auto;
width: 770px;
background-image: url(../../images/bgshadow.gif);
background-repeat: repeat-y;
background-position:top;
}
#main-content {
font-size:100%;
_font-size:85%;
line-height:1.1;
float: left;
color: #666;
width: 498px;
margin: 0px;
padding: 0px;
margin-left: 70px;
display: inline;
}
complete css files
http://www.destinationturkey.com/App%5FThemes/MasterTheme/global.css
http://www.destinationturkey.com/App%5FThemes/MasterTheme/boxes.css
http://www.destinationturkey.com/App%5FThemes/MasterTheme/maincontent.css
http://www.destinationturkey.com/App%5FThemes/MasterTheme/subcontent.css
http://www.destinationturkey.com/App%5FThemes/MasterTheme/nav2.css
******************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************