Quantcast
Browsing latest articles
Browse All 6 View Live

Transparent PNGs

Okay sure. 8-Bit PNG transparency works, but I’m talking about doing more transparency than what GIF has to offer, so it doesn’t quite cut it. But 24-Bit PNG? Now, this has something web designers can...

View Article


Attribute Selectors

You can’t use some handy CSS selectors like: input[type=”text”] for selecting text input elements or abbr[title] for selecting all <abbr> tags with a title attribute or a[href$=”.pdf”] for all...

View Article


:first-child

You can’t use the psuedo selector :first-child (or :last-child) in IE6. There is a work around, of course, using conditional comments and expressions.

View Article

:first-line

You can’t select the first line of a block element with CSS in IE6. You can do this in all other current browsers. For example: blockquote.firstline-example p:first-line{ font-weight:bold; } Looks...

View Article

min/max-width/height

Daniel Luz of http://mernen.com/ says: For “Things You Can’t Do In IE6″, I’d like to suggest an article about min/max-width. I find it to be a quite useful feature, and IE7 already supports it, so it...

View Article


SVG Graphics

stelt of http://svg.startpagina.nl says: As IE doesn’t support SVG natively and all other browsers do, i like your initiative. –stelt Not sure what SVG is? Wikipedia to the rescue! Scalable Vector...

View Article
Browsing latest articles
Browse All 6 View Live