Re: CSS: %% length unit. Proposal. Some clarifications.

> appear to be achievable with the existing CSS table display
> properties combined with the proposed calc() function.

Ok, here is the question:

Take a look on screenshot:
http://www.terrainformatica.com/htmengine/screenshots/tablebackgrounds.png
At the bottom you will find three edit boxes with captions "from" , "to" and
"subject",
they are declared in HTML and rendered in my experimental browser as:

<P>from:<INPUT ... style="width:100%%" /></P>
<P>to:<INPUT ... style="width:100%%" /></P>

<P>subject:<INPUT ... style="width:100%%" /></P>

How to achieve same layout in current or proposed CSS?
If we introduce calc() what formula would be?

And what about this:
<P>from:<INPUT ... style="width:25%%" /> to:<INPUT ... style="width:75%%"
/></P>

May be I missed something?

Andrew Fedoniouk.
http://terrainformatica.com

Received on Sunday, 9 May 2004 02:14:18 UTC