CSS Archive

I recently started learning the basics of CSS3 features that you can use to create tiny animations.One of the simple css3 technique that many websites use on their comment section is to display the user’s photo in a circle

Read More...

The most important part of increasing the webpage performance is to reduce the number of http requests,Which can be achieved by CSS Sprites.Sprite images require single http request to load the sequence of images but usually the sprite images are somehow difficult to construct and there is no automated tool available.Data URI is the alternate way of performance improvement instead of css sprites

Read More...

HTML and CSS are considered to be the best language in designing and developing a web page online. While everyone knows that it doesn’t contain any advanced concepts but still these two languages are the best for building any kind of web pages including Flash Web page, E Commerce Web Page and anything like that

Read More...

CSS sprites are used to minimize the webpage load time by reducing the number of server requests for separate images.Also woth web page optimization sprites are used in animations along with javascript.For example Google Doodle’s which contain anomations are mostly created using css sprites [Google dancing animation doodle- How did they do

Read More...