You are browsing the Kristin Pishdadi archives for the tag 'css' . Posts from both the Notebook and Photoblog are divided to help you find what you're looking for.

Photos

Entries

Understanding The “C” in CSS

April 22nd, 2008  |  Published in Notebook

Understanding how CSS Cascades is very simple… but it’s tricky at first, and I find it’s something I end up explaining to many people as a FED consultant.
**Generally** speaking, the lower down a selector is in a stylesheet, the more weight it gets, and it will override anything that was listed before it…
But what [...]

pngfix, positioning & IE6

March 5th, 2008  |  Published in Notebook

In order to spare anyone the headache I went through tonight I’m posting this up here with the hopes that someone will find it useful.
AlphaImageLoader is a css-only way to fix png transparency in IE6.
The problem is, IE6 will not let you click on a PNG background image when it’s absolutely positioned.
Sometimes you can position [...]