Tag Archives: css

Disabling a previously specified max-width

I just did something stupid with my CSS but it had me scratching my head for a while. If you have a max-width set and need to disable it in a cascaded style, you need to set it to none rather than auto i.e.: This sounds obvious (and it is really), but because you usually […]

Posted in Tips | Tagged | 16 Responses

Handling the proprietary CSS filter attribute in dotless

I’m a big fan of the LESS CSS library – a fantastic way of simplifying the process of writing CSS by offering a number of basic programming capabilities such as variables, functions and mixins. There are a number of implementations available for different platforms, and the purpose of this blog post is to highlight a […]

Posted in Tips | Also tagged , | 8 Responses