Topic: Tables to CSS (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: Dublin, Ireland |
posted 03-30-2006 18:53
Im used to using tables, so I could have done this really easily, but in a in effort to switch to pure css I came across a few problems: |
Lunatic (VI) Inmate From: under the bed |
posted 03-30-2006 18:58
1) Before trying to fix layout issues, make sure your code validates - |
Paranoid (IV) Inmate From: Dublin, Ireland |
posted 03-30-2006 19:16
I was gonna just do that when its finished, but ill fix that now so .. |
Paranoid (IV) Inmate From: Dublin, Ireland |
posted 03-30-2006 19:37
ok, now that its validated: |
Paranoid (IV) Inmate From: Dublin, Ireland |
posted 03-30-2006 20:12
HELP! |
Maniac (V) Mad Scientist with Finglongers From: Germany |
posted 03-30-2006 21:48
Indeed it could. Going from quirkmode to xhtml-strict will make your output much more reliable, but it will also change it from the quirkmode output. |
Paranoid (IV) Inmate From: Dublin, Ireland |
posted 03-30-2006 22:55
Cool thanks, I've been looking everywhere for relatively positioned 3 column setups the nearest ive seen is using float. |
Paranoid (IV) Inmate From: Dublin, Ireland |
posted 03-30-2006 22:59
Oh also.. any idea why you gotta scroll to the right? |
Lunatic (VI) Inmate From: under the bed |
posted 03-31-2006 01:03
quote:
quote:
quote:
|
Lunatic (VI) Inmate From: under the bed |
posted 03-31-2006 01:06
Hmm, missed this: quote:
|
Paranoid (IV) Inmate From: Dublin, Ireland |
posted 03-31-2006 01:22
I've been playing with all sorts of combinations of stuff, I stripped all the top left and position relatives etc.. and used floats, it look okay, but I couldnt see it as being possible to make a 9 gridded layout with a variable width and height in the center and outside. After spending about 4 hours on it tonight (which i really shouldnt have as I have exams on monday) and because its to be rushed a little bit, a gave it a go in tables, it only took 10 min: |
Lunatic (VI) Inmate From: under the bed |
posted 03-31-2006 02:01
quote:
|