CSS Organisation – Grouping Selectors
In the previous post in this short series on CSS [http://miller.limethinking.co.uk/2011/02/11/css-organisation-sections/] I wrote about splitting CSS files into »
In the previous post in this short series on CSS [http://miller.limethinking.co.uk/2011/02/11/css-organisation-sections/] I wrote about splitting CSS files into »
Quick version I found a bug in IE8 when adding a form to the DOM using jQuery, fortunately there is a simple solution, unfortunately it took »
Quick gotcha - well it got me anyway. I was manipulating an HTML response from an Ajax request with jQuery before inserting it into the DOM »
This is the first of a few posts on some CSS organisation tips. These are by no means unique to me or new ideas but are »
Yesterday's post [http://miller.limethinking.co.uk/2011/02/08/internet-explorer-conditional-comments-and-javascript/] reminded of the following issue with conditional comments for Internet Explorer when you »