Posted by: Amit Nazare on: July 6, 2009
CSS sprites group multiple images into one composite image and display them using CSS background positioning. By this you can save significant amount of HTTP requests by combining it into one or more sprites and using them by CSS. Before knowing more about Sprites you need to know why to use CSS Sprites. Now you [...]
Posted by: Amit Nazare on: April 27, 2009
Most of us might have seen to make any div position fixed we normally use css attribute as position:fixed, but this doesn’t work with IE as ususal the crap browser. So to make it compatible with IE here is a solution where we can make the div position fixed. Just copy the below code and [...]