Topic: IE6 position absolute top issue (Page 1 of 1)  | 
  |
|---|---|
| 
       Obsessive-Compulsive (I) Inmate From: Buenos Aires, Argentina  | 
    
       
  posted 10-13-2005 03:18
      
      Hello people, please check out this url:  | 
  
| 
       Paranoid (IV) Inmate From: Florida  | 
    
       
  posted 10-13-2005 08:22
      
      IE likes both a vertical and horizontal value for absolute positioning, so just add this CSS: code: body { position: relative; } .body { left: 0; } | 
  
| 
       Nervous Wreck (II) Inmate From: Buenos Aires, Argentina  | 
    
       
  posted 10-13-2005 16:57
      
      Thank you VERY much, reisio!! Now it's working.  |