Hi,
I am a beginner at CSS and think there is a big disadvantage using
DIVs in combination with CSS.
What I see happening, on sites like CSS Zen Garden etc is the
following. People claim that CSS really make up your page-layout. But
I think it doesn't. The reason is the DIV's that are used. They
actually FIX the layout on a page as they get marked up in the
..html-file, and dus not maintained in the central .css-file. The
nesting of DIV's is a way of FIXING the layout, so this is bad I
guess.
I am tending to have one big .html-file with all DIV's unnsted placed
in one line. Can any-one explain?
Henk
I am a beginner at CSS and think there is a big disadvantage using
DIVs in combination with CSS.
What I see happening, on sites like CSS Zen Garden etc is the
following. People claim that CSS really make up your page-layout. But
I think it doesn't. The reason is the DIV's that are used. They
actually FIX the layout on a page as they get marked up in the
..html-file, and dus not maintained in the central .css-file. The
nesting of DIV's is a way of FIXING the layout, so this is bad I
guess.
I am tending to have one big .html-file with all DIV's unnsted placed
in one line. Can any-one explain?
Henk
Comment