On Mar 22, 2009, at 12:41 PM, Kim Brooks Wei wrote:

> CSS NOT VALIDATING
> Because of the inline-block statement on this ul, the stylesheet will
> not validate . . .
> ul#sitenav li {
>       display: inline-block;
>       height: 1%;
>       }

Why not ?
Per CSS2.1:9.2.4, inline-block is a perfectly valid value for the  
display property.
<http://www.w3.org/TR/CSS21/visuren.html#propdef-display>

( I wouldn't add the 'height:1%' rule, inline-block sets 'hasLayout'  
to true in iExploder 6&7 anyway).

Philippe
---
Philippe Wittenbergh
http://l-c-n.com/





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

Reply via email to