Topic: css - div problem |
|
---|---|
Author | Thread |
Bipolar (III) Inmate From: INFRONT OF MY PC |
posted 12-27-2004 15:02
this is what it looks like at the moment |
Bipolar (III) Inmate From: f(x) |
posted 12-28-2004 10:37
Your missing a closing div tag. code: border-bottom:1;
code: border:1px solid navy;
|
Bipolar (III) Inmate From: New York, USA |
posted 12-28-2004 11:25
So <br clear="all" /> closes every open DIV? |
Maniac (V) Inmate From: under the bed |
posted 12-28-2004 16:09
No, clear="all" (or, more appropriately, in the css - "clear:both;") ends the effect of any previous floats. |
Bipolar (III) Inmate From: INFRONT OF MY PC |
posted 12-28-2004 18:56
thanks for the help i will try it as soon as i have time |
Bipolar (III) Inmate From: INFRONT OF MY PC |
posted 12-29-2004 15:20
hmmm somehow this didn't realy work or am i still doing somthing wrong? |