What  am I doing wrong?  When the following is viewd on FireFox, the 1st and
3rd "row" show correctly, but on IE 6, the middle row shows right.  Any
suggestions?
 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html>
<head>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 <STYLE type="text/css">
 * { font-face: "Arial, Helvetica, sans-serif";
  }
  #label {display:block; width: 3in; height: 2.25in; } 
   #topLeft {position:fixed; top: .1in; left:.1in; right:.7in; bottom:.75in}
   #topCenter {position:fixed; top: .1in; left:.8in;  right:2.4in;
bottom:.75in;  font-size: 12px;}
   #topRight {position:fixed; top: .1in; left: 2.5in;  right:2.9in;
bottom:.75in;}
 
   #middle {position:fixed; top: .8in; left: 0in; bottom:1.4in; right:2.9in;
font-size: 9px;}
 
   #bottomLeft {position:fixed; top:1.5in; left: 0.1in; right: .8;
bottom:2.25in; }
   #bottomRight {position:fixed; top:1.5in; left: 1in; right: 2.9in;
bottom:2.25in; }
 </STYLE>
</head>
 
<body>
 
<div id="label">
 <div id="topLeft">
  <IMG alt="" src="//localhost/images/omg_logo_BW.bmp" border="0"> 
 </div> 
 <div id="topCenter">
  Chick in Egg<br>Net Wt. 2.5 oz(70 g)
 </div>
 <div id="topRight">
  <IMG alt="" src="//localhost/images/CRCLogo.bmp" border="0">
 </div>
 <div id="middle">
  <strong>Ingredients:  Cookie:</strong>  unbleached flour, butter, sugar,
eggs, vanilla<BR>
  <strong>Icing:</strong> powdered sugar, meringue powder [potato starch,
cream of tartar, baking soda, xanthan gum, salt, lactic acid, egg albumen],
water and corn syrup, contains 2% or less of the following: artificial color
yellow #5, titanium dioxide yellow #6, red #3, red #40, blue #1, glycerin,
sorbitol modified food starch, preservative [sodium benzoate, potassium
sorbate], vegetable gum, citric acid
 </div>
 <div id="bottomLeft">
  <p>Last Row</p>
 </div>
 <div id="bottomRight">
  <img src="images/Small/79448700118.jpg">
 </div>
 
</div>
</body>
</html>

 
Andy



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303277
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to