Re: Passing parameters to style sheet, e.g. "mystyle.c ss?color=ffffff "
rjensen@viewcen tral.com wrote:[color=blue]
> Thanks Harlan. Simply using an .asp page instead of a .css page
> allows the query string process and appears to work, at least under
> IE 6.
>
> Do you think any browsers are sensitive to the .css extension, or
> should all browswers access any style sheet reference, as long as the
> reference in the html file is correct and the style sheet has the
> correct syntax?
>
> Thanks again,
>
> Roger[/color]
Mozilla (I think) doesn't pick up that a .php/.asp file contains css data
unless you send it with "Content-Type:text/css"
rjensen@viewcen tral.com wrote:[color=blue]
> Thanks Harlan. Simply using an .asp page instead of a .css page
> allows the query string process and appears to work, at least under
> IE 6.
>
> Do you think any browsers are sensitive to the .css extension, or
> should all browswers access any style sheet reference, as long as the
> reference in the html file is correct and the style sheet has the
> correct syntax?
>
> Thanks again,
>
> Roger[/color]
Mozilla (I think) doesn't pick up that a .php/.asp file contains css data
unless you send it with "Content-Type:text/css"
Comment