I'm trying to add a Flash logo at the top of the page in a DIV called
header, which is in a DIV called container. The logo is 890 x 162. It looks
fine on IE8, Chrome, and Safari, but when it's viewed on AOL 9.1 and IE8 in
"compatibility mode", there's a hair-line thin white line to the left of
the Flash logo - almost as if the logo is slightly compressed in width. Any
ideas?
body {
margin:0;
padding:0;
height:100%;
min-width:890px;
background-image:url(images/background_001.jpg);
background-position:center;
text-align: center;
}
#container {
min-height:100%;
position:relative;
text-align:center;
}
#header {
width:890px;
max-width:890px;
height:162px;
text-align:center;
margin: 0 auto;
padding:0px;
}
<div id="container">
<div id="header">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8
,0,0,0" width="890" height="162" id="banner_004" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="banner_004.swf" /><param name="quality"
value="high" /><param name="bgcolor" value="#ffffff" /><embed
src="banner_004.swf"
quality="high" bgcolor="#ffffff" width="890" height="162"
name="banner_004" align="middle" allowScriptAccess="sameDomain"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</div>
</div>
______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/