Contrail Shadow
Thursday, April 5th, 2007 Posted in Strange World | No Comments »With any luck I’ll finally post about last week’s trip to Las Vegas soon, but meanwhile, here’s something interesting that we spotted a couple of times on the drive back: The shadow of a contrail against the sky.
Here’s what it looked like, as the camera saw it. Actually, it was much more visible at the start. It faded considerably in the time it took to get the camera out and snap the photo.

And here it is with the contrast enhanced. You can see a dark line extending across the sky from the end of the trail down to the lower left. The sun was at the upper right, almost but not quite in line with the trail at that point.

Atmospheric Optics has a huge collection of cloud shadows, rays, rainbows, ice halos, and more, including a diagram of how contrail shadows work.
Simple drop shadows? IE/Win and NS4 don’t think so!
Friday, June 11th, 2004 Posted in Annoyances, Web Design | No Comments »I found myself thinking of A List Apart’s CSS Drop Shadows, and decided I’d modify my writing portfolio to use actual drop shadows instead of the clunky border mess I’ve had for the last few years.
The first thing I realized was that the technique isn’t suitable for large, arbitrarily-sized regions, because you need to have a background image as large as or larger than the area being given the shadow. When you’re trying to apply it to most of the page, you need a multi-thousand pixel image. That’s not only hard to work with, but even if it compresses well it’s still going to take up a lot of unnecessary room in the browser’s memory.
I wanted to keep the markup simple, so I shopped around a bit more and came across a CSS drop shadow example at W3C which was very simple: all you do is put a shadow-colored div behind the area and mess with margins.
Well, that worked great in
Mozilla,
Opera,
Konqueror and
Safari. Then, the dreaded
Internet Explorer test.
Read the rest of this entry »

