[thelist] Liquid Layouts with CSS?
aardvark
roselli at earthlink.net
Wed Jun 21 11:36:38 2000
erin, looks like MajorGumbo caught your email for an attachment
or something... you can thank djc for forwarding it...
are you planning to use CSS-P? or just CSS1?
CSS-P is not fully supported in any browser out there... in fact,
Netscape6 is compliant to the CSS1 specs only...
if you plan to use CSS-P exclusively for layout, i think you will run
into a lot of headaches... much as it pains me, i would stick with
tables for layout, and take comfort in the fact that you are ditching
your <font> tags in favor of CSS1...
> From: Erin Kissane <ekissane@sapient.com>
>
> General question...I'm in the tables-to-css transition process --
> who's got good resources for (or the willingness to explain) how to
> create truly liquid layouts with css? I need to be able to have
> certain graphic elements associated with all four sides of the browser
> window; please tell me I don't have to stick with tables to accomplish
> this.