html - Separate stylesheets -


how use separate stylesheet opera?

like:

<![if !ie 6]> <link rel=»stylesheet» type=»text/css» href=»ctyle.css» /> <![endif]> 

but opera? (for versions of opera)

i don't think can without sniffing user agent server side code or javascript.

besides usual caveats of user agent sniffing, server side code more reliable wouldn't require javascript enabled.

there may possibly opera specific hacks, implementing these worse sniffing imo.

if there layout problems, google bug , see solutions exist fix. may not need separate stylesheet.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -