Re: [css-d] FW: vertical-align middle NOT in tables (was: problem w/ table-less horizontal nav bar)

2007-11-29 Thread Rob Emenecker
Thanks again David! ...Rob -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Laakso Sent: Wednesday, November 28, 2007 10:21 PM To: Rob Emenecker Cc: css-d@lists.css-discuss.org Subject: Re: [css-d] FW: vertical-align middle NOT in tables

[css-d] FW: vertical-align middle NOT in tables (was: problem w/ table-less horizontal nav bar)

2007-11-28 Thread Rob Emenecker
Hi all (again), Okay, David and Jim provided some great info on table-less navbars. (David, you really do above and beyond with the visuals! Don't stop!) Now here's my next *newb* question... If I have a horizontal nav bar comprised of LI elements, where the lines of text varies from one LI to

Re: [css-d] FW: vertical-align middle NOT in tables (was: problem w/ table-less horizontal nav bar)

2007-11-28 Thread Jim Davis
Rob, Here is one solution: In body {...} change the font-size to an em value such as 1em (more on this later). Then change to: ul#navbarUl { clear: both; height: 20px; width: 100%; margin: 0; padding: 13px 0; background-image: url(images/navbar-bg.jpg);

Re: [css-d] FW: vertical-align middle NOT in tables (was: problem w/ table-less horizontal nav bar)

2007-11-28 Thread David Laakso
Rob Emenecker wrote: Okay, David and Jim provided some great info on table-less navbars. (David, you really do above and beyond with the visuals! Don't stop!) How about I stop. And you try? Now here's my next *newb* question... If I have a horizontal nav bar comprised of LI elements,