Home
Blog
Training
Web Design
Social Media





Sign up for blog:

  via reader

September 14, 2009

Basic CSS for Links

Filed under: CSS,Tutorials — Carma Leichty @ 9:58 am

I was asked recently how to use CSS to format links on a web page.  This is a very basic introductory tutorial. There are many additional features one can use to spice up your buttons, but this will get you started.

In this brief tutorial, I define how I want my links to appear via CSS  (more…)

May 26, 2009

Chris Coyier Answers CSS Questions

Filed under: CSS — Carma Leichty @ 7:36 am

Great information from a CSS guru, Chris Coyier. He answers questions that come up regularly with CSS, http://tinyurl.com/pr4kpv

May 9, 2009

PNG Transparency for IE6

Filed under: CSS,Tutorials — Carma Leichty @ 8:15 am

Have you ran into the ever-so-frustrating issue with png images not being transparent in IE6? I recently found very good documentation that explained how to implement the fix. The author of this fix is at twinhelix.com. I am going to cover the very basic steps here, but if you want more info, open the iepngfix.html file that’s included in the zip files.

Here are the basic steps. (more…)

May 7, 2009

CSS: Absolute and Relative Positioning

Filed under: CSS,Tutorials — Carma Leichty @ 11:03 pm

For a long time, the use of Absolute and Relative positioning has confused me..and it still does sometimes, but I think I am understanding it more and more. In this 10 minute video, I explain how Absolute positioning works with Relative positioning in placing elements on the page.

Here are the files I use, if you want to see them.  zip file

Video:  CSS: Absolute and Relative Positioning (opens in new window)