Re: [css-d] extending columns in css ala table cells

2005-11-07 Thread Adriano Castro

 Hi,

 Let me guess, IE doesn't support this, right?

 Can anyone confirm?


 Tks,
 AD

Christian Montoya wrote:
 On 11/5/05, Spike Spencer [EMAIL PROTECTED] wrote:
 Are there any plans to include some kind of css property that allows
 you to extend two block elements in line with each other, as you can
 with tables? I know about the workarounds that exist, it'd just be
 great to be able to do it off the cuff. Not sure if it breaks the
 visual formatting model or not, but is something like

 #leftdiv {
 attach: right;
 }

 #rightdiv {
 attach: right
 }

 In the pipeline? Just curious :)

 Cheers.

 
 Not in the pipeline, already done:
 
 http://www.w3schools.com/css/pr_class_display.asp
 
 It's called display:table; and display:table-cell;
 
 But implementation is not very common among browsers. I'm pretty sure
 it will be a while before we can use it safely.
 
 --
 --
 C Montoya
 rdpdesign.com ... liquid.rdpdesign.com ... montoya.rdpdesign.com
 __
 css-discuss [EMAIL PROTECTED]
 http://www.css-discuss.org/mailman/listinfo/css-d
 List wiki/FAQ -- http://css-discuss.incutio.com/
 Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

-- 
[EMAIL PROTECTED]
www.adrianocastro.net
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] extending columns in css ala table cells

2005-11-07 Thread Adriano Castro

 Hi Spike,

 Would you be so kind to discuss these workarounds you mention 
knowing of?

 I'm trying to do something [1, 2] that involves extending two block 
elements (H1 and H5) in line with each other to the whole width of a 
page or area and I think your knowledge could be very useful to me.

 I've managed to get it to work using a container div set to 
display: table and then setting the headers to display: table-cell. 
However - surprise, surprise - IE doesn't like it. Mozilla displays it 
like the star it is, IE ignores it and still displays as block.

 Let me know if you can help.

 Tks,
 AD


1. http://archivist.incutio.com/viewlist/css-discuss/65491
2. http://dev.adrianocastro.net/help/0002/

Spike Spencer wrote:
 Are there any plans to include some kind of css property that allows
 you to extend two block elements in line with each other, as you can
 with tables? I know about the workarounds that exist, it'd just be
 great to be able to do it off the cuff. Not sure if it breaks the
 visual formatting model or not, but is something like
 
 #leftdiv {
 attach: right;
 }
 
 #rightdiv {
 attach: right
 }
 
 In the pipeline? Just curious :)
 
 Cheers.
 
 --
 spike
 __
 css-discuss [EMAIL PROTECTED]
 http://www.css-discuss.org/mailman/listinfo/css-d
 List wiki/FAQ -- http://css-discuss.incutio.com/
 Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

-- 
[EMAIL PROTECTED]
www.adrianocastro.net
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] extending columns in css ala table cells

2005-11-05 Thread Spike Spencer
Are there any plans to include some kind of css property that allows
you to extend two block elements in line with each other, as you can
with tables? I know about the workarounds that exist, it'd just be
great to be able to do it off the cuff. Not sure if it breaks the
visual formatting model or not, but is something like

#leftdiv {
attach: right;
}

#rightdiv {
attach: right
}

In the pipeline? Just curious :)

Cheers.

--
spike
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] extending columns in css ala table cells

2005-11-05 Thread Christian Montoya
On 11/5/05, Spike Spencer [EMAIL PROTECTED] wrote:
 Are there any plans to include some kind of css property that allows
 you to extend two block elements in line with each other, as you can
 with tables? I know about the workarounds that exist, it'd just be
 great to be able to do it off the cuff. Not sure if it breaks the
 visual formatting model or not, but is something like

 #leftdiv {
 attach: right;
 }

 #rightdiv {
 attach: right
 }

 In the pipeline? Just curious :)

 Cheers.


Not in the pipeline, already done:

http://www.w3schools.com/css/pr_class_display.asp

It's called display:table; and display:table-cell;

But implementation is not very common among browsers. I'm pretty sure
it will be a while before we can use it safely.

--
--
C Montoya
rdpdesign.com ... liquid.rdpdesign.com ... montoya.rdpdesign.com
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/