Previous Message
Next Message

links separated by a pipe ... pipe too tall

Sent by Bill Brown on 18 July 2008 01:01


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-left: 1px solid #000;
  display: inline-block;
  line-height: 1;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
#footerlinks {
  display: block;
}
#footerlinks li {
  border-right: 1px solid #000;
  display: inline;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
#footerlinks li a {
  display: block;
  padding: 0 20px;
  text-decoration: none;
  position:relative;
}
#footerlinks li a:hover {
  display: block;
  padding: 0 20px;
  text-decoration: none;
}

Hope /this/ helps. ;)
Bill



-- 
/**
 * Bill Brown
 * TheHolierGrail.com & MacNimble.com
 * From dot concept...to dot com...since 1999.
 ***********************************************/
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
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/
Previous Message
Next Message

Message thread:

Possibly related: