How to Create CSS3 Christmas Tree Ornaments
In this guide, we will display the power of CSS3 in drawing complex shapes. We will magically create Christmas tree ornaments using only CSS3 and HTML (no images). In particular, we will be drawing baubles, which are the hallmark ornamentation of Christmas trees. Note that this is merely a fun, proof-of-concept that explores the possible applications [...]
CSS Sprites w/out Using Background Images
What’s the Downside of CSS Sprites? For this situation, there were a couple issues that I was not comfortable with: CSS Sprites requires basic CSS Knowledge. I didn’t want the client going in and potentially breaking his own site. The more affiliate banners, the more class names you will need to create. If we had [...]
IE and rounded corners
What people usually do to get around this problem is: Place 4 absolute-positioned divs in a relative-positioned container. Place each of the absolute divs in a separate corner. Give each of the absolute divs a background image that creates the effect of a rounded corner and this isn’t bad at all. I generally do something [...]

