Topic: 4px High Div (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: Phoenix |
posted 03-07-2006 03:47
Why when I set an empty div tag filled blue to 4px high, that the smallest it seems to be is 20px? This is IE browser. Here's the code: |
Lunatic (VI) Inmate From: under the bed |
posted 03-07-2006 05:27
try 'line-height:0;' |
Paranoid (IV) Inmate From: Norway |
posted 03-07-2006 09:45 |
Bipolar (III) Inmate From: Phoenix |
posted 03-09-2006 06:45
What exactly does "non-structural tag" mean? I am striving to do it right! Please explain. |
Nervous Wreck (II) Inmate From: |
posted 03-09-2006 08:38
A "non-structural tag" is one which doesn't correspond to an element in the content. More commonly, this is called semantics -- don't add an element to your markup that doesn't mean/add anything of substance. code: border-color: #000; border-style: solid; border-width: 0 0 2px 0; border-bottom-color: #000; border-bottom-style: solid; border-bottom-width: 2px; border-bottom: 2px solid #000;
|
Bipolar (III) Inmate From: Phoenix |
posted 03-09-2006 15:19
This is great input.. (great links) and finally my thick head caught on! Now, this approach might even be questioned, but: |
Lunatic (VI) Inmate From: under the bed |
posted 03-09-2006 18:37
quote:
|