crwhite0527
12-13-2007, 09:16 PM
I FIXED IT... had a style loaded on a perl template that was getting in the way... didn't realize I had duplicates that were different.
http://web184.plainblack.net
Please note that in FF the image on the right with the picture of the smiling couple shows up. In IE7, the image does not show up. I'm sure what I'm doing will be quite obvious to some of you... so your advice is so greatly appreciated.
Strangely enough, the bgimage that is being used in the main content area works in both IE and FF... but the one to the right isn't.
Thanks for your help. Here's the CSS for that area.
#focus {
background-image:url(^FileUrl(images/enews-success.gif););
background-repeat: no-repeat;
position:relative;
width:200px;
height:389px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}
#focus #enews {
position:absolute
padding:35px 5px 5px 9px;
height:150px;
}
#focus #success {
margin-top:15px;
padding:5px 5px 5px 9px;
max-width:100px;
height:100%;
}
http://web184.plainblack.net
Please note that in FF the image on the right with the picture of the smiling couple shows up. In IE7, the image does not show up. I'm sure what I'm doing will be quite obvious to some of you... so your advice is so greatly appreciated.
Strangely enough, the bgimage that is being used in the main content area works in both IE and FF... but the one to the right isn't.
Thanks for your help. Here's the CSS for that area.
#focus {
background-image:url(^FileUrl(images/enews-success.gif););
background-repeat: no-repeat;
position:relative;
width:200px;
height:389px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}
#focus #enews {
position:absolute
padding:35px 5px 5px 9px;
height:150px;
}
#focus #success {
margin-top:15px;
padding:5px 5px 5px 9px;
max-width:100px;
height:100%;
}