Forum Moderators: open
IE seems to be the prima donna that I always have to work around. For some reason, I can't get the transparent border to show as transparent in IE 6
Here's the code
div.picturebody {
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #FFFFFF;
}
table#whole {
background-color: transparent;
border-color: transparent;
padding: 0px;
border-spacing: 0px;
width: 718px;
border-width: 0px;
margin-left:auto;
margin-right:auto;
}
table#submit {
background-color: transparent;
width: 266px;
border-width: 0px;
color: #FFFFFF;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
td#rightsidebottom {
background-color: #9f2214;
border-color: transparent;
background-image: url(/images/iseourightside.gif);
background-repeat: repeat;
background-attachment: scroll;
background-position: 50px 0px;
}
td#leftsidebottom {
background-color: #9f2214;
border-color: transparent;
background-image: url(/images/iseouleftside.gif);
background-repeat: repeat;
background-attachment: scroll;
background-position: 0px 0px;
}