Topic: Still learnin' (Page 1 of 1) |
|
---|---|
Paranoid (IV) Mad Scientist From: KC, KS |
posted 09-10-2003 05:08
I haven't done much web design for a while and lately I've been trying to brush up. I've put together a simple page layout in CSS just to see what was involved and I've run into a few hiccups. I've searched around a bit but it gets frustrating trying to load pages in a hotel on a 24k dial up connection. So I thought I'd hit up the pros. |
Maniac (V) Inmate From: California |
posted 09-10-2003 05:28
A link would be nice |
Paranoid (IV) Mad Scientist From: KC, KS |
posted 09-10-2003 05:34
heh And here I was trying to make sure I included all the relevant info to get the kinds of answers I wanted.... |
Maniac (V) Inmate From: California |
posted 09-10-2003 05:50
First of all, let me tell you that IE5 isn't the best browser to be testing CSS layouts in Now, I know you have no control over that right now, but until you do, things are gonna look screwy because of IE5's incorrect box model. quote:
|
Paranoid (IV) Mad Scientist From: KC, KS |
posted 09-10-2003 06:15
Ahhhh, there's my problem I *think*. I was misinterpreting the box hack. |
Paranoid (IV) Inmate From: A graveyard of dreams |
posted 09-10-2003 11:42
The page seems to work in Mozilla and Opera so it is probably something faulty with IE's rendering, as usual. Try setting the margin to 0, it might be that IE5 has a default margin of something else... |
Paranoid (IV) Mad Scientist From: KC, KS |
posted 09-10-2003 14:38
Thanks Vene. I'll keep that in mind about the heights but I just chose 500 as an arbitrary value to give the divs some height. |