hwg-techniques archives | Mar 2000 | new search | results | previous | next |
Re: DIVs / NN 4.x / reflowing imagesby ShoeString Network <dk(at)shoestringnet.com> |
|
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