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
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
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,
>
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
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
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
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
> > 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
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
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
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
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
12 matches
Mail list logo