Hi,
I've got two external css files added to a page on a website. The reason there are two files is because one css file contains all the positioning information and the other file contains all the colour information. The reason for having the two files seperate is because we are using a wizard to generate the colour css file so that the website can be styled by a client.
The problem i'm having with it is that the colour css file doesn't contain any positioning styles and when the css file overwrites the first one all i get are the colour properties.
Is there any way of making the second css file ADD TO the properties of the first style sheet instead of overwrite it?
thanks in advance