Categories
Marching

Poppen Design

Mark at Poppen Design says:

I’ll stop designing around it too, so you can add Poppen Design to the list.

At last, somebody steps up!

Categories
Marching

Brandan Lennox

Brandan Lennox says:

Probably have plenty of support from freelancers, but here’s another! I’ll be dropping support (really, charging for support) at the new year.

Categories
Marching

Sponge Project

Rob of Sponge Project says:

Another thing you can’t do in IE6…relax (if you’re a developer). Death to IE6 and all who sail in her. –Rob Mason

Categories
Marching

Justin Jones

Justin Jones says:

Completely dropping IE6 support as of yesterday. God it feels good.

Categories
Marching

Davenport Designs

Gerald of Davenport Designs says:

Heck we dropped support before there was an IE6.

This site is optimized for real browsers, delete IE and get something else. –Gerald Martin Davenport

Categories
Marching

Chosen Creative

Chosen Creative says:

Our company will not be supporting IE6 after January 1, 2009, feel free to add us to the list –Chosen Creative

Categories
Marching

New Age Design

Clay of New Age Design says:

As a freelancer i will not be supporting IE6 as of January 1, 2009 –Clay McIlrath

Categories
Marching

square1games

Monkey of square1games says:

We recently shut down our website for remodeling, and it’s still in the works. However, seeing all these limitations of IE6 I’ve never seen anymore makes me not want to support it anymore! We’re not quite that big yet, but we’re planning on it, so count us in on the IEDM!

You should host a script (js or otherwise) to turn users away from the site if it is <=IE6, as well - it would give them more incentive to join. -J.D. Ballard CEO Square1 Games -Monkey

Categories
Blog

How to Deal with IE 6

Fellow marcher Jeff Starr uses a couple conditional tags to save some bandwidth and some sanity.

Categories
Things You Can't Do In IE6

: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 like:

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.