Positioning.

 I really think I'm missing something. I got some nested DIVs. While the parent one has
it's position stated as Relative and the inner one as Absolute. The inner one is:

 #divContThema {
   position:absolute;

   left:0%;

   top:0px;
   width:310; height:74;
   margin-left:6px; margin-top:11px; margin-bottom:0;
   overflow:hidden;
   visibility:hidden;
   clip:rect(0,315,74,0)
 }


But although it has  left:0% , it positions itself as if the position was given as
relative. Maybe using percentage values is wrong?
Thank you for your time.

Kindest regards,

Manos Batsis
Interactive Media Director
BeCom : A Profile Company
http://www.becom.gr
http://www.profile.gr
e-mail: manosb@profile.gr
Tel: +301 3270500,+301 3270565
Fax: +3013221268

Received on Friday, 24 November 2000 18:04:43 UTC