— this layout has loads of them. It's a test layout for the companion columns technique.
Lots of background images are used for shadows and gradients, the ones that have to run from top to bottom are located in the companions in the pedestal — and run from bottom to top. For an in-depth explanation please read the article mentioned above.
This layout consists of three columns, each of which of different width. The image column (right) has a fixed width in pixels, the notes column (left) is 1/3 of the rest of the available width, the main column is 2/3. There are min-width and max-width in em assigned to the containing element.
Yes, this is experimental. No margins or paddings were harmed in the creation of this layout.
IE Win 5/5.5/6
For IE Win, this layout uses some critical techniques — namely: stacked, shifted and widened columns with large paddings and negative margins both horizontal and vertical. But with some hacking it seems to be stable.
As always, some hasLayout-hacks are needed — and as %-widths tend to cause rounding errors, some negative backside-margins are used to prevent float-drops.
No min-/max-width hack applied.
Safari 2.0.2
All columns and companions need to be positioned to prevent Safari from hiding some (parts of) background-images.
Opera prev. 9, Safari 1.0 - ?
Opera prev. 9 and elder Safaris get the stacking context wrong when there's float applied to a relative positioned element.
To get the columns in front of the companions, they need to be wrapped in an element which is positioned and z-indexed (and not floated, of course).