|
|
|
|
|
by rimantas
5274 days ago
|
|
Doing something in CSS instead of graphics often can let you save some HTTP requests and/or bandwidth — this comes handy if you are into client-side optimization.
Also it is easier to update later: just change some values instead of recreating entire image (or set of them).
However, depending on the case using sprites or data-uris may by preferable. |
|
With a 129kb CSS file I'm not so sure
> Client-side optimization
Depends how you look at optimization... will definitely take a lot more processing to render all that CSS instead of an image
> Easier to update
If you consider mucking with CSS layout properties and doing pixel calculations easier to update than using a program such as photoshop/fireworks, I'm somewhat scared.