elaurvick
04-04-2006, 08:37 PM
I've finally got some pages converted (more or less) to CSS, with most of it looking good in IE, FF and Netscape. One thing though, is still not working in Firefox and Netscape. Here's an example page:
http://www.enablemobility.com/it_01006.html
The product image, the product name, and the text starting with "Please contact us . . . " should be lined up 220px from the top. Here's the source for all three of them:
<div style="position: absolute; left: 280px; top: 220px; width: 287px; height: 184px;">
<img alt="Masonair Low Air Loss Support Surface" src="Photos/01006.jpg" border="0" /> </div>
<div style="position: absolute; left: 600px; top: 220px; width: 240px;">
<h2> Masonair™ LS-6000 <br /> Low Air Loss <br /> Support Surface </h2> <br /> <br />
<h1> HCPCS Code E0277 </h1> </div>
<div style="position: absolute; left: 850px; top: 220px; width: 120px;">
<h5> Please contact us for delivery outside the continental United States. </h5>
<img src="Tabs/spacer2.gif" alt="" /> <a href="inq_01006.html">
<img alt="Inquiry Link" align="top" src="Tabs/Small Button.gif " border="0" /></a> </div>
This works in IE (all three line up perfectly), but FF and Netscape both insert
some space above the product name, and insert more space before the "Please contact . . " text. Is there a way to fix this?
http://www.enablemobility.com/it_01006.html
The product image, the product name, and the text starting with "Please contact us . . . " should be lined up 220px from the top. Here's the source for all three of them:
<div style="position: absolute; left: 280px; top: 220px; width: 287px; height: 184px;">
<img alt="Masonair Low Air Loss Support Surface" src="Photos/01006.jpg" border="0" /> </div>
<div style="position: absolute; left: 600px; top: 220px; width: 240px;">
<h2> Masonair™ LS-6000 <br /> Low Air Loss <br /> Support Surface </h2> <br /> <br />
<h1> HCPCS Code E0277 </h1> </div>
<div style="position: absolute; left: 850px; top: 220px; width: 120px;">
<h5> Please contact us for delivery outside the continental United States. </h5>
<img src="Tabs/spacer2.gif" alt="" /> <a href="inq_01006.html">
<img alt="Inquiry Link" align="top" src="Tabs/Small Button.gif " border="0" /></a> </div>
This works in IE (all three line up perfectly), but FF and Netscape both insert
some space above the product name, and insert more space before the "Please contact . . " text. Is there a way to fix this?