different CSS for each browser
GHengeveld |
|
---|---|
if/endif doesnt work that way as far as i know. You can use those tags only inside a <style> element. @import might work but its not supported in all browsers. You should google 'browser specific css'.
A final note: you dont need to specify the entire url (http...) if you have set basehref. |