RE: May have to do with "column layout" WAS:RE: Proposal of alternative to CSS3 box-sizing property

Hey Rod,
Sorry for the long delay, busy days have become a routine lately.

Well, after checking the proposal, I still don't know if it's ok to
write something like

<div style="column-count: 3; column-rule: solid black 2px;
column-gap:20px">
	<div>lots of text here</div>
	<table><tr><td>some text here</td></tr></table>
	<div><img src='someUrl.png' alt='my image'/></div>
<div>


and what the outcome should be... maybe one of the editors can help a
little?

Manos

> -----Original Message-----
> From: Rod Dav4is [mailto:dav4is@bigfoot.com]
> Sent: Tuesday, June 19, 2001 9:45 PM
> To: www-style@w3.org
> Subject: Re: May have to do with "column layout" WAS:RE: 
> Proposal of alternative to CSS3 box-sizing property
> 
> 
> Manos Batsis wrote in part:
> 
> > 8>< Agreed. So, back to my original question, can the 
> Multi-column layout
> > be
> > used (or modified) to solve this?
> > Maybe that's where we should focus on coming posts in this thread.
> 
> <pause>
> while I study the proposal on the table.
> I assume we are referring to Håkon's, here:
> http://www.w3.org/TR/css3-multicol/
> -R.
> 
> 

Received on Monday, 25 June 2001 11:42:29 UTC