Joe Wilson <[EMAIL PROTECTED]> wrote: > > You chose to embed the CSS settings on each page to avoid the round > trip to the web server. You can always put the css info in a separate > file, and define it only once for the entire site. It should reduce > the number of bytes sent over the wire. >
I don't think the extra bandwidth is an issue. Dan points out that if you put the CSS in a separate file, then sometimes a browser will render the page without CSS, then when the CSS arrives a fraction of a second later, everything shifts. I'd rather avoid that. I am now also told that web pages need to be designed for three separate browsers: IE6, IE7, and all others. This is madness. -- D. Richard Hipp <[EMAIL PROTECTED]> ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------