Michael Morris
First Post
Not really - PAM evals the stylesheet as it sends it. My stylesheet may have a line like thisPlane Sailing said:Michael,
I suppose you've considered using conditional comments to load a different stylesheet for IE, but dismissed it?
Cheers
Code:
[[IE6: background: url(images/top.gif)
[else]
background: url(images/top.png) ]]
PHP reads the sheet before sending it and adjusts as necessary. This way I don't have to maintain multiple sheets nor do I need to rely on CSS hacks.