Is there a way to make some CSS rules apply only for Opera (11)?
相关问题
- Adding a timeout to a render function in ReactJS
-
Why does the box-shadow property not apply to a
- Add animation to jQuery function Interval
- jQuery hover to slide?
- Issue with star rating css
The following style would indeed only get rendered in Opera. See Webmonkeys blog post for details:
But keep in mind, that all sort of CSS hacks might not work anymore in the future. So I would strongly recommend you to add the styles dynamic only for Opera with jQuery (jQuery.browser).
check out this SO Community Wiki.