Topic: layout and color |
|
---|---|
Author | Thread |
Paranoid (IV) Inmate From: beyond the gray sky |
posted 11-20-2004 21:03
The Site |
Bipolar (III) Inmate From: Umeå, Sweden |
posted 11-20-2004 22:34
If you ran the CSS through the W3C validator you would see two things: |
Paranoid (IV) Inmate From: beyond the gray sky |
posted 11-21-2004 00:55
thanks |
Bipolar (III) Inmate From: Umeå, Sweden |
posted 11-21-2004 03:13
As for the 'html, body' versus 'body' part, I was referring to this: code: body { Which would probably be better off written as code: html,body{
|
Paranoid (IV) Inmate From: beyond the gray sky |
posted 11-21-2004 04:10 |
Bipolar (III) Inmate From: Umeå, Sweden |
posted 11-21-2004 04:28
Typically, you do it by including a block level element as the last child of the element that is parent to the floats, and define the CSS clear: both; for this element. |
Paranoid (IV) Inmate From: beyond the gray sky |
posted 11-21-2004 08:40 |
Paranoid (IV) Inmate From: beyond the gray sky |
posted 11-29-2004 01:27
well, here goes... |
Paranoid (IV) Inmate From: beyond the gray sky |
posted 12-17-2004 13:00
been playing around with it A LOT lately, been working on alot of PHP/MySQL as well as the layout. |