Re: DIVs / NN 4.x / reflowing images

by ShoeString Network <dk(at)shoestringnet.com>

 Date:  Mon, 13 Mar 2000 07:10:11 -0500
 To:  hwg-techniques(at)hwg.org
  todo: View Thread, Original
Michael:

You've just run into the infamous NS DHTML resize bug. check out the 
following references and/or use the script below. <div> tags are very buggy 
in NS. I find it easier to use their proprietary <LAYER> tags and redirect 
the viewer to IE and NS sites, more time consuming but it works and if you 
use DW, it is easy to make both sites at the same time.


http://www.webreference.com/dhtml/column21/addendum2/col21addII2.html
http://www.webreference.com/dhtml/diner/resize/


<SCRIPT LANGUAGE="JavaScript1.2">
<!--
function reDo(){ window.location.reload() }
window.onresize = reDo;
//-->
</SCRIPT>

Good luck,

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