CeSeSe (pronounced "che-seh-seh") is a tiny CSS library that enables a variety of multicolumn layouts with extremely clean markup.

body { Margin: 0; Padding: 0; }
.left { Float: left; }
.right { Float: right; }
.fifth { Width: 20%; }
.quarter { Width: 25%; }
.third { Width: 33.33%; }
.half { Width: 50%; }
.full { Width: 100%; Clear: both; }
.box { Margin-left: -0.04em; } /* IE hack */
.guard { Height: 0; Clear: both; }

That's it! The code above is all you need to get started. For an usage example, look at the source of this page.

License

CeSeSe is Zen software under the Mu License:
If you are asking what license this software is released under, you are asking the wrong question.

Credits

CeSeSe was inspired by the Malo CSS Library.

Credit for the name goes to the fine folk at DIFFstudios.

Syntax highlighting courtesy of JUSH.

Last modified: Sun 28 12 2008, 14:20:56 UTC