Category Archives: Tips

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 | Leave a comment

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 | Tagged , , | Leave a comment