On Fri, Jan 31, 2014 at 9:42 AM, John Johnson <[email protected]> wrote:
> in a ul/li set of links/nav, is it possible to make all of the border-bottoms 
> of equal length, regardless of how long the linked word(s) are?
>
> Example:
>
> HTML:
> <ul>
>         <li><a href=“#”>peas</a></i>
>         <li><a href=“#">Triskaidekaphobia</a></i>
>         <li><a href=“#">The Rain in Spain stays Mainly in the Plain</a></li>
>         <li></li>
> </ul>
>
> CSS:
> ul a{
>         text-decoration:none;
>         border-bottom:1px dotted rgb(0,0,0);
> }
>
> So, the border-bottom would have to be as long as the longest thing, so all 
> would need to be that long.
>
> Possible to do this?
>
> thank you!
>
> John\

How about min-width?


-- 

Tom Livingston | Senior Front-End Developer | Media Logic |
ph: 518.456.3015x231 | fx: 518.456.4279 | mlinc.com
______________________________________________________________________
css-discuss [[email protected]]
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/

Reply via email to