What are some interesting tricks to minimize image usage in a website? [closed]
I'm big on reducing the use of images in web pages wherever possible, like CSS gradients, transparency, rounded corners, etc. More functionality is becoming possible with the growth of HTML5 and CSS3. What are some good tricks to know?
Use images when they actually represent a picture, and use CSS when it's for graphics.
check the power of css3 on the following link http://css3.mikeplate.com/
Here are some good examples of drawing shapes using CSS.
http://css-tricks.com/examples/ShapesOfCSS/
精彩评论