Re: Conceptual CSS Question

Joel Konkle-Parker <jjk3@msstate.edu> writes:

> With the advent of CSS positioning, it is possible to create a website 
> formatted entirely with positioned elements. If I were to try this, what would 
> be the best way to do it? If I put all that formatting in my style sheet, it 
> would get quite large and unwieldy with all those individual positioning 
> statements. If I do all my positioning with style= attributes, however, it's 
> not really separating the formatting from the html, one of the purposes of CSS 
> in the first place. Any thoughts?

Make several CSS files that you import into your main CSS on into your
HTML document.

Received on Tuesday, 13 November 2001 00:11:01 UTC