Re: In support of the "line space" (nee <hr>)

> > How can I add a line only at the end of the 3rd
> indented sections?
> 
> How about the CSS
> 
>   section section section{
>     border-bottom: thin black solid;
>     padding-bottom: 1em;
>     margin-bottom: 1em;
>   }
> 
> or 
> 
>   section section section{
>     border-bottom: thin black solid;
>     padding-bottom: 1em;
>   }
> 
>   section section section + section {
>     padding-top: 1em;
>   }
> 
> 
> This is just a quick suggestion. Maybe you can think
> of something better for 
> your needs. The "hr" will have the full width of the
> section though.
> 
> 

Which leads me to wonder, if hr is going to be
removed, then would there be a need for change in the
way borders are implemented?  I'm sure there are cases
where we wouldn't want the border having the full
width of the section.

Just some food for thought.

Bill Daly

__________________________________________________
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com

Received on Wednesday, 21 August 2002 10:41:07 UTC