Umm, you do have a point. Lol. Sorry about that. Here's the full code for the index.html file. I've noted the beginning and end of the problem area. If you want to see the problem, the url is: [
irenesdogs.blodgettranchquarterhorses.com...]
It looks just fine in Firefox, but I just can't get that bg color to display in IE6-8. Thanks for responding to my post. I hope you'll be able to help resolve this pain in the rear end... and again, I apologize for forgetting to include the code with the original post. Regards, Scott.
ADDED AFTER POSTING: I just went to look at it again in Firefox and the Flash object has disappeared. Refreshing the page didn't help. It was working fine last night when I posted my first message. Now I'm REALLY getting frustrated!
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta name="generator" content="HTML Tidy for Linux (vers 6 November 2007), see www.w3.org">
<title>Irene's Dogs Official Website</title>
<style type="text/css">
body {
background-color: #f48b8b;
color: black;
}
:link { color: black }
:visited { color: black }
:active { color: black }
div.c7 {text-align: center}
span.c6 {font-size: 150%}
img.c5 {border-style:none}
span.c4 {font-size: 70%}
span.c3 {font-size: 80%}
span.c2 {font-size: 120%}
span.c1 {font-size: 200%}
</style>
</head>
<body>
<table width="100%">
<tr>
<td width="20%" height="100%" align="center" valign="center"></td>
<td width="60%" height="100%" align="center" valign="center">
<div class="c7"><strong><img src="skipcolorleft.jpg" alt="** PLEASE DESCRIBE THIS IMAGE **"> <span class="c1">IRENE'S DOGS</span> <img src="skipcolorright.jpg" alt="** PLEASE DESCRIBE THIS IMAGE **"></strong><br>
<strong><span class="c2">Specializing in Training and Showing dogs in Obedience and Agility</span><br>
*****THE FOLLOWING PART IS WHERE THE PROBLEM IS*****
<!--[if !IE]> -->
<object type="application/x-shockwave-flash" data="http://www.bezzmedia.com/swfspot/resources/45-picturecube.swf?bgcolor="#f48b8b"
im0=http://example.com/cubedpics/captmidnight1cubed.jpg&im1=http://example.com/cubedpics/foxylady1cubed.jpg&im2= http://example.com/cubedpics/foxyshamrockcubed.jpg&im3=http://example.com/cubedpics/lucy1cubed.jpg&im4=http://example.com/cubedpics/pard1cubed.jpg&im5=http://example.com/cubedpics/shamrockcubed.jpg&cubesize=250" width="450" height="450
<!-- <![endif]-->
<!--[if IE]>
<object type="application/x-shockwave-flash" bgcolor="f48b8b" data="http://www.bezzmedia.com/swfspot/resources/45-picturecube.swf?im0= http://example.com/cubedpics/captmidnight1cubed.jpg&im1=http://example.com/cubedpics/foxylady1cubed.jpg&im2=http://example.com/cubedpics/foxyshamrockcubed.jpg&im3=http://example.com/cubedpics/lucy1cubed.jpg&im4=http://example.com/cubedpics/pard1cubed.jpg&im5=http://example.com/cubedpics/shamrockcubed.jpg&cubesize=250" width="450" height="450">
<!--><!--dgx-->
<param name="movie" value="http://www.bezzmedia.com/swfspot/resources/45-picturecube.swf?im0= http://example.com/cubedpics/captmidnight1cubed.jpg&im1=http://example.com/cubedpics/foxylady1cubed.jpg&im2=http://example.com/cubedpics/foxyshamrockcubed.jpg&im3=http://example.com/cubedpics/lucy1cubed.jpg&im4=http://example.com/cubedpics/pard1cubed.jpg&im5=http://example.com/cubedpics/shamrockcubed.jpg&cubesize=250"></object>
<!-- <![endif]-->
*****END OF PROBLEM*****
<br>
<span class="c3">View a picture by clicking on it. Return to the cube by clicking on the picture again. The cube changes directions as you move your mouse around the screen.</span><br>
<br>
<span class="c4">Click a Doggie to Navigate</span><br>
<img src="skipbuttonbar2.gif" usemap="#skipbuttonbar2" alt="" class="c5"><map id="skipbuttonbar2" name="skipbuttonbar2">
<area shape="rect" alt="" coords="0,33,90,124" href="http://example.com/bio.html" title="">
<area shape="rect" alt="" coords="90,33,180,124" href="http://example.com/photogallery.html" title="">
<area shape="rect" alt="" coords="180,33,270,124" href="http://example.com" title="">
<area shape="rect" alt="" coords="270,33,360,124" href="http://example.com/ireneslinks.html" title="">
<area shape="default" nohref="nohref" alt=""></map><br>
<br>
<span class="c6">IRENE'S DOGS &</span><br>
<span>xx RANCH QUARTER HORSES</span><br>
<span>Irene & Ray Blodgett, xx Wade Lane, xx, NV 00000</span><br>
<span>Phone: (775) 423-0532 \ email: <a href="mailto:irene.blodgett@example.com">irene.blodgett@example.com</a></span></strong></div>
</td>
<td width="20%" height="100%" align="center" valign="center"></td>
</tr>
</table>
</body>
</html>