Topic: Blasted 100% height issues... (Page 1 of 1) |
|
---|---|
Maniac (V) Inmate From: Cell 666 |
posted 07-16-2003 04:07
Here's my deal: I want a page that has a 10px border all around with a container box inside, and inside that is all my actual content. code: body {
|
Maniac (V) Inmate From: California |
posted 07-16-2003 04:12
Ah! |
Maniac (V) Inmate From: Cell 666 |
posted 07-16-2003 04:28 |
Maniac (V) Inmate From: California |
posted 07-16-2003 05:56
Hmm.... |
Maniac (V) Inmate From: Cell 666 |
posted 07-16-2003 16:49
quote:
|
Maniac (V) Inmate From: Cell 666 |
posted 07-16-2003 18:03
Ok, I've found some interesting information. If your document is in Quirks mode (that is, you remove the DOCTYPE) the following will work (in IE, it won't work in Mozilla): code: /* Mozilla fix */
|
Maniac (V) Inmate From: California |
posted 07-16-2003 19:07
removing the doctype throws IE6 into "quirks mode", and makes is behave like IE5 once did... |
Maniac (V) Inmate From: under the bed |
posted 07-16-2003 19:47 |
Maniac (V) Inmate From: California |
posted 07-17-2003 00:02
Setting borders in percentages would work, but I personally never use anything but pixels for borders. Sometimes you just have to have it 1px wide: no more, no less. |
Maniac (V) Inmate From: under the bed |
posted 07-17-2003 00:53
Yeah, when you're talking things that need to be 1px, sure. |
Maniac (V) Inmate From: Cell 666 |
posted 07-25-2003 18:43 |
Bipolar (III) Inmate From: Cold Sweden |
posted 07-25-2003 19:23 |
Maniac (V) Inmate From: California |
posted 07-25-2003 21:16
Yeah, you're right. It's easy to forget such things when working with IE. Thanks for clearing that up, HZR. |