> I have a unordered list sitting in a div. I'd like it to sit right in
> the middle both vertically and horizontally without using padding or
> anything like that because it's dynamically fed.
> 
> is there such a way using CSS?

If you can set height/line-height on the parent, then you can try this:

For the DIV:

height: 4em;
line-height: 4em;
text-align:center;

For the LIs:
display:inline;

Whatever height you use make sure line-height as the same value


--
Regards,
Thierry
www.tjkdesign.com | www.ez-css.org | @thierrykoblentz




______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
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