Posted by: Amit Nazare on: December 23, 2008
CSS hack the name itself says hiding something from someone, that is hiding CSS Rules from specific Web Browser. Some example of CSS hack.. .container{ font-family: Verdana,Arial; font-size:11px; padding-top:5px; } If you are using the above container class and you want there shouldn’t be any padding-top in IE then the following code would do for [...]