Hier habe ich noch ein Beispiel gefunden, welches aber ebenfalls nicht funktioniert. Jetzt erkennt mir nicht mal mehr Firefox das Stylesheet...
Code:
# Firefox
page.includeCSS.file1 = fileadmin/styles.css
# IE 7
[browser = msie]
page.includeCSS.file2 = fileadmin/styles.css
[global]
# IE 6
[browser = msie] && [version= <7]
page.includeCSS.file3 = fileadmin/styles.css
[global]
# Opera
[browser = opera]
page.includeCSS.file5 = fileadmin/styles.css
[global]
# Safari
[useragent = *Safari*]
page.includeCSS.file6 = fileadmin/styles.css
[global]