Posts Tagged ‘png’

PNG Background Color Change with CSS: Part 1

Friday, September 18th, 2009

PNGs are one of the most useful image types in the web design world, mostly because of their transparent ability. Most designers use them to create a drop shadow on an item and allow the background color surrounding the PNG to show through the shadow regardless of the background’s color. I began to reverse engineer a button thinking of what the shadows and reflections would look like without color. I set a color to the canvas layer and then began drawing gradients that were transparent over the top of it to creat the shadows and reflections I desired. Once I had a design that I liked, I put it into the HTML. That brought on this tutorial.

(more…)

Social Network Icons Added

Wednesday, August 12th, 2009

I have added the social network icons Facebook and Twitter to my side bar today. I had an RSS on in place but felt it was time for a change. The icons us one PNG image and CSS to position the image based on static or hover actions. If you view the source, you can see that it is fairly easy to accomplish.

(more…)