Re: Two css files

2005-03-08 Thread Karan
omer can change the design with the extendedCssStyle, and whereever she does not do design, the basicCssStyle would be used. Bernd Thanks, Karan Bernd Schiffer wrote: Hi. I have two css files in the head of my jsp's: The basicCssStyle's first line has the state

Re: Two css files

2005-03-07 Thread Bernd Schiffer
she does not do design, the basicCssStyle would be used. Bernd Thanks, Karan Bernd Schiffer wrote: Hi. I have two css files in the head of my jsp's: The basicCssStyle's first line has the statement: @import url(../basic.css); The idea is that the user

Re: Two css files

2005-03-07 Thread Karan
Karan Bernd Schiffer wrote: Hi. I have two css files in the head of my jsp's: The basicCssStyle's first line has the statement: @import url(../basic.css); The idea is that the user of my webapp can edit the extendedCssStyle file for her own layout settings. When

Two css files

2005-03-05 Thread Bernd Schiffer
Hi. I have two css files in the head of my jsp's: href="" /> href="" /> The basicCssStyle's first line has the statement: @import url(../basic.css); The idea is that the user of my webapp can edit th