There is a web page (pixeldevelopment.com) that has a CSS based set of
buttons that allow you to dynamically change the look on the fly. This is
very cool, and I want to learn. Any resources or tutorials would be great.

Some things in their code I don't understand.  What's the relationship
between the ID and the class?

<div id="styleswitchheader" class="hidden">

How can a class attribute have more than one entry?
<body class="highc smallfont leftalign">

Can divs be used without a closing tag like this (or maybe I missed them).
<div id="container"><div id="leftedge"><div id="rightedge">

Appreciate the geniuses who know this. BTW, that web page has a CSS sheet
that prints to 16 pages. Wow...

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to