Thanks a lot. I've been killing myself with display:inline property. Grrrr.
I was unable to center the | between items with display:inline.
Have change to: float:left; now it's centered. Thanks to Don advice.

Show we reserved display:inline; to layout only? Should we use
display:inline at all?
Is this a big question that I need to read a lot before asking it?


About the border extra, I think I will go with David Laakso advice. Apply a
border-right and then, on the last item, apply a new class telling:
border-right: none; 
That way we can add more items, and we only need to keep the last one with
the property border set to none.

Just one last question to make it work properly if possible:


How can we put the | border line, shorter, without shortening the text?


Thanks once again,
Márcio



______________________________________________________________________
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