DHTML and Mac IE4.5

by "Caramel Antoon" <caramel28(at)earthlink.net>

 Date:  Thu, 6 Apr 2000 21:20:10 -0400
 To:  "hwg-techniques" <hwg-techniques(at)hwg.org>
  todo: View Thread, Original
Hi,

I know there's a work-around code for the resizing issue with DHTML in
Netscape, but in reviewing some pages, I just found out that the pages
also break apart on the MAC ie4. The DHTML looks fine on the MAC
Netscape 4 though. 

Has any MAC users or others familiar with DHTML and cross-platform
compatibilities ever seen this?  This is using div tags ... a sample of
the code is below ... This image should be flushed in the upper left
hand corner. On the MAC ie4 it drops about 60 pixels down and 20 pixels
right.  Any help would be greatly appreciated.

thanks,
CA

****************
start code

<html>
<head>
<title>test page</title>

<style>
<!--

#logodiv {
        position:absolute;top:0px;left:0px;z-index:2;visibility:show;
}
... snip more styles listed ...
</style>

<body>
<table width="755" border="0" cellspacing="0" cellpadding="0">
  <tr>
  <td width="253" height="79"> 
  <div id=logodiv style=""><a href="index.htm"
onMouseOver="window.status = 'Home Page'; return true"
onMouseOut="window.status = ''; return true"><img src="images/logo.gif"
width="253" height="79" border="0" alt="Test Logo"></a></div></td>
	<td> ... snip more images inside of div tags ... </td>
  </tr>
</table>

</body>
</html>

HWG hwg-techniques mailing list archives, maintained by Webmasters @ IWA