Designer wrote:
http://www.rhh.myzen.co.uk/gam/sandbox/elc.html

The basics...
<http://www.gunlaug.no/tos/alien/d/Structure%20template.html>
...but far from finished.

Now you have to ask IE/win how tall an em is - regardless of font-size
and resizing, and subtract the padding-top/-bottom on those two floats
from the height the expression give you.
Otherwise the columns will become 2em too tall, and IE/win will run in
circles trying to figure out how tall their container really is.

I've subtracted 30px in the example, but that's just a suitable value
for _this_ case with its fixed font-size in IE/win.

The "em to px" part of the calculation - needed for correct subtraction
of that padding, can be extracted here...
<http://www.gunlaug.no/tos/alien/d/Structure%20template.html>
...where I use it to simulate 'em-based min/max-width' in IE6. IE7 will
of course need the same workaround in your case.

regards
        Georg
--
http://www.gunlaug.no


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to