Re: [css-d] Extending border to height of tallest column.

2012-07-31 Thread David Hucklesby

On 7/31/12 8:16 PM, J.C. Berry wrote:

Hi everyone, I have a layout that has three columns with two of them of
varying heights, i.e. one is taller than the other. I need to have a 1
pixel border extend to the height of the taller of the two columns. Any
directions or tutorials would be welcome. I would like to also learn
this as compared to just getting an answer. Thanks so much!



"One is taller than the other."--Do you mean three columns, each of
differing height? If so, and you don't need to support Internet Explorer
earlier than version 8, perhaps this might work for you -

 

Hope so. View source to see all the code. CSS embedded in the .
--
Cordially,
David
__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Extending border to height of tallest column.

2012-07-31 Thread Al Sparber

On 7/31/2012 11:16 PM, J.C. Berry wrote:

Hi everyone,
I have a layout that has three columns with two of them of  varying
heights, i.e. one is taller than the other. I need to have a 1 pixel border
extend to the height of the taller of the two columns. Any directions or
tutorials would be welcome. I would like to also learn this as compared to
just getting an answer. Thanks so much!



In this day and age, the safest and simplest way to do it is with a 
CSS-driven script:


http://www.projectseven.com/tutorials/css/pvii_columns/

The tutorial can be done and the script used without Dreamweaver.

--
Al Sparber - PVII
http://www.projectseven.com
The Finest Dreamweaver Menus | Galleries | Widgets
Since 1998

__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/