I recently changed a .css file to .asp to insert some server side code to
write different css elements based upon some data base criteria. IE and
Opera appear to process the .asp file and use the adjusted css. Mozilla and
Firefox ignore it completely and display the pages with no css.
I couldn't find anything stating I couldn't use server side scripting to
write a css file. Is there anything in the spec that prohibits it?
The HTML I'm using is
<link rel="stylesheet " type="text/css" href="css.asp">
__
dp
write different css elements based upon some data base criteria. IE and
Opera appear to process the .asp file and use the adjusted css. Mozilla and
Firefox ignore it completely and display the pages with no css.
I couldn't find anything stating I couldn't use server side scripting to
write a css file. Is there anything in the spec that prohibits it?
The HTML I'm using is
<link rel="stylesheet " type="text/css" href="css.asp">
__
dp
Comment