Posts tagged as:

css techniques

10 essential tips to get started with CSS

by harshit July 23, 2009 design
Thumbnail image for 10 essential tips to get started with CSS

As we discuss about CSS Sprites (a very handful technique for web performance) in earlier post,here I am going to discuss about some useful basic CSS tips for beginners.Now a beginner who is going to design web interface found it easy to deal with CSS.It can be extract independently and provides flexibility to designer. One [...]

Read the full article → 12 comments

How to improve your web performance using CSS-Sprites

by harshit July 3, 2009 css3
Thumbnail image for How to improve your web performance using CSS-Sprites

CSS sprites is a technique to combine unlimited number of images into one to improve the performance of your web page.Have you ever seen the CSS technique where the “on” and “off” states of a button are contained within the same image and are activated by shifting the background-position? Think of CSS Sprites as an [...]

Read the full article → 6 comments