July 10, 2013 路 1 min read
As you probably know Internet Explorer 10 doesn鈥檛 support the good-old IE CSS conditional comments. This means that the below code won鈥檛 work in IE10! <!-- Not working :-( --> <!--[if IE 10]> ...
February 5, 2013 路 2 min read
Working on a recent project I found out the hard way that Firefox doesn鈥檛 allow you to style a file input element the way you want. I鈥檓 using Chrome for surfing and...
September 5, 2012 路 1 min read
Mobile Safari is probably the best browser solution for iOS devices. The browser offers many advanced features and some eye-candy form elements to interact with. These eye-candy form elements already have some...
August 28, 2012 路 2 min read
The placeholder attribute is one of the most useful HTML5 attributes, because with just a tiny attribute you provide a better user experience to the end user, you make your code more...
August 20, 2012 路 1 min read
Last year I posted how to add conditional comments for webkit-based browsers. This time I found a really cool hack聽on how to do the very same thing for Firefox/Gecko-based browsers (from聽Chris Coyier)....
July 4, 2012 路 2 min read
There鈥檚 no reason to explain everything from scratch, there are plenty of posts on this topic, but if you are building a responsive layout, don鈥檛 forget to apply these media rules to...
April 4, 2011 路 1 min read
Edit: Please keep in mind that the below code works also on MS Edge. You can re-write MS Edge specific CSS using @supports (-ms-accelerator:true) {} (read more on the comment section). On a...
September 23, 2010 路 1 min read
IE sucks big time, period! Even version 8 doesn鈥檛 support many useful CSS rules such as border radius and box shadow, both standard things for 2010. For those who already use all...