» CSS
-
-
UnderStand CSS Free Report for BeginnersBy Tony Tran on January 26th, 2010 | 17 CommentsAre you professional web design or expert ? If you answer is yes, please pass this free report because it’s just some begin guide for beginners to learn about CSS. What is CSS ? - CSS stands for Cascading Style Sheets - Styles define how to display HTML elements - Styles were added to HTML 4.0 to solve a problem - External Style Sheets can save a lot of work - External Style Sheets are stored in CSS files Or you can find full detail to explain what is css in Wiki. Cascading Style Sheets (CSS), was brought about by the World Wide Web Consortium (W3C), and not by evil programmers with too ...
-
CSS SpritesBy Tony Tran on April 19th, 2009 | 3 CommentsYouve heard of them, but Do you really understand them? The name might be a little misleading, because sprites arent little images like you might be picturing, a sprite is actually one big image. 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 extension of that technique. The difference is that instead of just two or three images being combined into one, you can combine an unlimited number of images into one. Why combine all those images? Isnt it qu...