"Melissa Lawhorne" <mlaw...@itgs-presearch.com> wrote in message news:3BCDE8E3...@itgs-presearch.com...Upon exporting my page to HTML, the final version appears fine on Internet Explorer 5, but is totally screwed up while viewing in Netscape 6.In the dialog box that appears while exporting to HTML, under the HTML Layout Method pulldown, I have selected Styles (Netscape 4/MS IE 4.5). Is there a way to change the version numbers here? I'm suspecting that this might clear up my problem with visual discrepencies between the two browsers.
Does anyone have a suggestion or answer to this one??
Thanks,
M.
There is a bit of a diference in CSS positioning <div></div> between almost every browser.
Your <div> tags (in the source of the HTML) should look something like this:
<div style="position: absolute; left: 31px; top:262px; width: 91px; height: 57px;">
<img src="images/sample_image.xyz" alt="sample_image" height="57" width="91" align="top" border="0" />
</div>
This example has been modified to xhtml, but html is basically the same.
Maybe this can help?
http://www.w3schools.com/css/pr_class_position.asp
Check Browser Notes . . . .
--
ah