Topic: IE vs. Firefox - CSS Shift (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: |
posted 10-02-2006 15:54
Simple question - what property causes absolutely positioned div's to shift downwards in Firefox (relative to their correct positioning in IE?) |
Maniac (V) Mad Scientist with Finglongers From: Germany |
posted 10-02-2006 17:55
Probably a not defined margin or padding. |
Bipolar (III) Inmate From: |
posted 10-02-2006 18:42
Padding *and* margin are both set to 0 0 0 0; |
Maniac (V) Inmate From: PA, US |
posted 10-02-2006 18:45
Make sure you have also set the margin to 0 on any block level elements inside the div as well, for example headers and p tags. |
Paranoid (IV) Inmate From: Florida |
posted 10-02-2006 19:09 |