Topic: Questions about "display: compact" (Page 1 of 1) |
|
---|---|
Maniac (V) Inmate From: Seoul, Korea |
posted 10-20-2002 15:42
Well, it's been a while since I've been in this forum... figures that I only come back when I need something, right? Heh. I'll have to try to make a more concerted effort in the future. |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 10-20-2002 16:01
Suho1004: Without checking the browser compliance tables I'd guess that this style is poorly implemented which is why it isn't working. You might be better of waiting for CSS3 |
Paranoid (IV) Inmate From: Dallas, TX |
posted 10-21-2002 03:13
not wait for CSS3, but for actual browser implementation of all of CSS2 ... or most of it... lots of CSS1 isn't even implemented completely. |
Maniac (V) Inmate From: Seoul, Korea |
posted 10-21-2002 03:44
Hmm... I had thought about incomplete browser implementation... I'll have to look that up. Thanks guys. |
Maniac (V) Inmate From: Seoul, Korea |
posted 10-21-2002 16:19
Well, float works like a charm--except for one little thing. According the CSS2 specs: quote:
|
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 10-21-2002 17:44
Suho1004: Damn I was reading down through that and saying to myself 'I know the answer' and then I reached the bottom and lo and behold you'd already tried it. As far as I'm aware doing: code: <div>
|
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 10-21-2002 18:09
Put a "dummy" DIV after the image and content with "clear" set to "both": |
Maniac (V) Inmate From: Seoul, Korea |
posted 10-22-2002 05:23
OK, this is some weird stuff.... |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 10-22-2002 06:31
I know the feeling. I had to make these sorts of compromises when I made my current front page. And sometimes scripting makes it worse (though sometimes workarounds are easier when you're working with a script). |
Maniac (V) Inmate From: Seoul, Korea |
posted 10-22-2002 07:10
Good point, Slime, and that does make me feel a little better. I think I'll just go with what works for now, experiment a little along the way, and then maybe bring the subject up again when the site goes online for review (crosses fingers), if I haven't figured it out by then. |