Delta Tango Bravo

Comments

will -

I was thinking about this exact same thing yesterday. I'm hoping it will be included in CSS3 or whatever, because you're totally right. The problem at the moment is that for accurate positioning, borders must be defined in pixels, which means cannot define a content box in ems if you wanted to scale it with the text size and ALSO take extra space taken up by borders into account. My site has exactly this problem.

If they'd done the box model different, this wouldn't have been such a problem.

The Deuce -

A great example of dynamic design is the infamous ever changing header at http://www.1976design.com/blog/. I would love to see this achievable with simply CSS.

Craig -

http://www.w3.org/TR/NOTE-css-potential has the basic ideas that I believe that you are wanting.