Topic: css question (layout) (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: switzerland |
![]() hi, |
Maniac (V) Inmate From: California |
![]() 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 |
![]() Cheers, clear:both; worked perfectly! |
Bipolar (III) Inmate From: Berlin (almost) |
![]() At deviantart they used a nice workaround to get the z-indexing effect: code: h1 {
|
Bipolar (III) Inmate From: switzerland |
![]() Thanks! worked perfectly |