Topic: css question (layout) (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: switzerland |
posted 09-18-2003 20:53
hi, |
Maniac (V) Inmate From: California |
posted 09-18-2003 21:16
Add "clear: both" to the footer div. The "clear" property tells which sides of the div that floated elements are not allowed to appear. So the div will be pushed down, out of the way. |
Bipolar (III) Inmate From: switzerland |
posted 09-18-2003 21:31
Cheers, clear:both; worked perfectly! |
Bipolar (III) Inmate From: Berlin (almost) |
posted 09-18-2003 21:42
At deviantart they used a nice workaround to get the z-indexing effect: code: h1 {
|
Bipolar (III) Inmate From: switzerland |
posted 09-18-2003 22:22
Thanks! worked perfectly |