<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.3103.1000" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Here is my problem: (no problem with IE but with 
Netcape 4+)</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I have got one div in an other div:</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&lt;DIV ID="boite1" style= "position: 
absolute;visibility:visible; top: 210px; left : 10px; width: 500px; height: 
80px; z-index:1&nbsp;</FONT><FONT face=Arial size=2>;clip:rect(0,600,70,0) ; 
"&gt;</FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&lt;DIV ID="boite2" style="position: 
absolute;visibility:visible; top: 5px;&nbsp;&nbsp; left : 1px;&nbsp;&nbsp; 
width: 500px; height:100px;</FONT><FONT face=Arial size=2> z-index:2 
;clip:rect(0,600,200,0);"&gt;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>.......</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&lt;/DIV&gt;</FONT></DIV>
<DIV><FONT face=Arial size=2>&lt;/DIV&gt;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>In a function </FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; document.boite1.width=600; 
</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>// Is OK, but how to do the same with boite2 
?</FONT></DIV>
<DIV><FONT face=Arial size=2>Neither&nbsp;</FONT>&nbsp;<FONT face=Arial 
size=2>document.boite2.width=600 nor document.boite1.boite2.width=600 are OK 
!</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thank you for help</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Felix</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;</FONT></DIV>
<DIV><FONT face=Arial 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;<BR></FONT></DIV></BODY></HTML>