New Layout Wiki4D [OT]

Pragma ericanderton at yahoo.removeme.com
Thu Mar 1 07:12:04 PST 2007


Daniel Keep wrote:
> http://weblogs.mozillazine.org/roc/archives/2005/03/gecko_18_for_we.html
> 
> Of course, you'll need a fairly recent version of a Mozilla browser.
> Just try resizing the window left and right to see what happens.

That's about as solid an example as anyone could hope for.  Thanks for sending that. :)

.columns {
	-moz-column-width: 20em;
	-moz-column-gap: 3em;
	-moz-column-rule: medium solid;
	-webkit-column-width: 20em;
	-webkit-column-gap: 3em;
	-webkit-column-rule: medium solid;
}

Shame it uses all proprietary styles, but at least it degrades well on IE.

-- 
- EricAnderton at yahoo



More information about the Digitalmars-d-announce mailing list