The Example doesn't display the same in Explorer because Explorer doesn't support the direct child selector ">" (nor most of the advanced selectors in that chapter).
Code:
/**
* Direct Child Selectors
**
*/
form > div > label {
float: left;
}
form > div {
clear: left;
}
The above is what puts the labels to the left of the input fields.
If I remember correctly, one of the exercises at the end of Chapter 5 deals with rewriting the example using only selectors that Explorer understands.
Regards,
Rich
--
[
http://www.smilingsouls.net]
Mail_IMAP: A PHP/C-Client/PEAR solution for webmail
Author: Beginning CSS: Cascading Style Sheets For Web Design