Re: [WSG] vertically aligning objects of unknown height

2007-03-29 Thread James Gollan
if they both shared a container and the input was positioned absolutely to top:50% from that container would that work? On 3/29/07, Andreas Boehmer [Addictive Media] [EMAIL PROTECTED] wrote: Hi guys, Is there any way to vertically align objects in CSS next to each other if the height of them

Re: [WSG] vertically aligning objects of unknown height

2007-03-29 Thread Designer
Andreas Boehmer [Addictive Media] wrote: Hi guys, Is there any way to vertically align objects in CSS next to each other if the height of them is not set? This is what I am trying to achieve: http://www.prototype.net.au/boxes.html I want to create a box with an undefined amount of text

Re: [WSG] vertically aligning objects of unknown height

2007-03-29 Thread James Gollan
.container { display:block; position:relative; } .checkbox { position:absolute; top:45%; } .box { background-color:#00CCFF; width:620px; margin-left:21px; } something like this On 3/29/07, Designer [EMAIL PROTECTED] wrote: Andreas Boehmer [Addictive Media] wrote: Hi guys, Is there any way

[WSG] vertically aligning objects of unknown height

2007-03-28 Thread Andreas Boehmer [Addictive Media]
Hi guys, Is there any way to vertically align objects in CSS next to each other if the height of them is not set? This is what I am trying to achieve: http://www.prototype.net.au/boxes.html I want to create a box with an undefined amount of text inside of it and next to the box I want a