On Wed, Feb 27, 2008 at 4:55 PM, Michael Horowitz < [EMAIL PROTECTED]> wrote:
> Just inherited a site and saw pages with multiple style sheets. Is > there a reason for that and how does the browser determine what to use > if there is a conflict > In the same way that it determines what to use at any other time - specificity and the cascade. Using multiple stylesheets can make it easier to manage and maintain a large site where the total amount of CSS is unweildy if it were all in one file. Some people also like to separate out particular aspects of their styles, e.g. layout, typography, colour, etc. -- - Matthew ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************