Thursday, September 18, 2008

Testing My iPhone

Want to know if it's possible to blog from the back of my cab with an iPhone. Apparently it is.

Posted with LifeCast

How to stop ridiculous dotted lines around links in Firefox

Use this .css

.noline {
outline:none;
}

It doesn't even have to be on the a tag, it can be on a parent. I know, I know, it's supposed to help the disabled. But what about my eyes? Who's gonna help them?

Thursday, June 19, 2008

CSS madness

If I had the people who created CSS in the back of my cab, I would ask them this:

Why, oh why, should the margin of the first element inside another element, be applied to the containing element, instead of the element itself?