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
Post a Comment