Re: Adaptive size determination

> My basic concept is a way to arrange for every item of a given selector to be 
> set to the same size (width, height or both). This allows for beautiful fluid 
> grids that adapt to user preferences as well as a variety of other nice tricks.

This conflicts with the normal implementation of CSS, which is that 
elements look up their CSS, rather than the CSS looks up the elements.

Also, what happens if one li has a higher priority rule.

Received on Friday, 23 February 2007 22:14:33 UTC