Overwride CSS Class
The properties of a second class will override those already set. There is no need to use !important here. For […]
The properties of a second class will override those already set. There is no need to use !important here. For […]
This tip is great for use with Joomla and mmenu. @micha149 has shown me this jQuery snippet which will catch […]
<style> .img { /* basic responsive img */ max-width: 100%; height: auto; width: auto\9; /* IE8 */ } </style> […]
This technique might be very useful for this that deal with templates where the CSS themes may be overridden […]
You must be logged in to post a comment.