Re: [css-d] links separated by a pipe ... pipe too tall

2008-07-18 Thread Bill Brown
Kelly Moore wrote: > Bill, Yes, except for shorter pipes. I've opted with the following > solution. This way I get the short pipes, and semantically it holds > together. > > | Hello There > > and the css: > #footerlinks .pipefix{ > margin-left:3px; > margin-right:3px; > } Hi Kelly, A

Re: [css-d] links separated by a pipe ... pipe too tall

2008-07-18 Thread Adam Ducker
Kelly Moore wrote: > | Hello There > > #footerlinks .pipefix{ > margin-left:3px; > margin-right:3px; > } Kelly: As a suggestion you can always just use "#footerlinks span" to save on having to add the classname to each span, unless of course span is used somewhere else inside #f

Re: [css-d] links separated by a pipe ... pipe too tall

2008-07-18 Thread Kelly Moore
On Thu, Jul 17, 2008 at 4:59 PM, Bill Brown <[EMAIL PROTECTED]> wrote: > Kelly Moore wrote: >> So I have a list links, separated by a pipe, a la alistapart. My >> issue, the pipes are so darned tall! Odd from a design perspective. >> Is there a way to set a height to 'border-left' ? > > Sorry, >

Re: [css-d] links separated by a pipe ... pipe too tall

2008-07-17 Thread Bill Brown
Kelly Moore wrote: > So I have a list links, separated by a pipe, a la alistapart. My > issue, the pipes are so darned tall! Odd from a design perspective. > Is there a way to set a height to 'border-left' ? Sorry, Pasted wrong code... This is the CSS I /meant/ to paste: #footerlinks { border

Re: [css-d] links separated by a pipe ... pipe too tall

2008-07-17 Thread Bill Brown
Kelly Moore wrote: > So I have a list links, separated by a pipe, a la alistapart. My > issue, the pipes are so darned tall! Odd from a design perspective. > Is there a way to set a height to 'border-left' ? Kelly-- Are you looking for something like this? HTML: Link 1 Link 2 Link 3 L

Re: [css-d] links separated by a pipe ... pipe too tall

2008-07-17 Thread Kelly Moore
On Thu, Jul 17, 2008 at 4:05 PM, Adam Ducker <[EMAIL PROTECTED]> wrote: > Kelly Moore wrote: > >> The span and font trick works, but now the pipes are not vertically >> aligned properly. How to set the position? > > If you set "position: relative;" on the SPAN and "top: -3px;" or "top: 3px;" > dep

Re: [css-d] links separated by a pipe ... pipe too tall

2008-07-17 Thread Adam Ducker
Kelly Moore wrote: > The span and font trick works, but now the pipes are not vertically > aligned properly. How to set the position? If you set "position: relative;" on the SPAN and "top: -3px;" or "top: 3px;" depending on what's wrong, that should be okay unless there's an issue with "over

Re: [css-d] links separated by a pipe ... pipe too tall

2008-07-17 Thread Michael Geary
> > From: Kelly Moore > > So I have a list links, separated by a pipe, a la alistapart. My > > issue, the pipes are so darned tall! Odd from a design perspective. > > Is there a way to set a height to 'border-left' ? > From: Adam Ducker > Pipes are always too tall for me too. One solution I've

Re: [css-d] links separated by a pipe ... pipe too tall

2008-07-17 Thread Adam Ducker
Kelly Moore wrote: > So I have a list links, separated by a pipe, a la alistapart. My > issue, the pipes are so darned tall! Odd from a design perspective. > Is there a way to set a height to 'border-left' ? > > Pipes are always too tall for me too. One solution I've used in the past is to p

Re: [css-d] links separated by a pipe ... pipe too tall

2008-07-17 Thread Marshal Horn
You could just not have a border there, and instead use a background-image with y-repeat. On Thu, Jul 17, 2008 at 2:10 PM, Matijs <[EMAIL PROTECTED]> wrote: > Not directly, you could give line-height a go and fiddle with padding to > get > stuff the way you want it. > > > > On Thu, Jul 17, 2008 a

Re: [css-d] links separated by a pipe ... pipe too tall

2008-07-17 Thread Matijs
Not directly, you could give line-height a go and fiddle with padding to get stuff the way you want it. On Thu, Jul 17, 2008 at 11:43 PM, Kelly Moore <[EMAIL PROTECTED]> wrote: > So I have a list links, separated by a pipe, a la alistapart. My > issue, the pipes are so darned tall! Odd from a

[css-d] links separated by a pipe ... pipe too tall

2008-07-17 Thread Kelly Moore
So I have a list links, separated by a pipe, a la alistapart. My issue, the pipes are so darned tall! Odd from a design perspective. Is there a way to set a height to 'border-left' ? here's the CSS: #footerlinks ul{ margin-left: 0; padding-left: 0; display: inline; } #footer