1 reply [Last post]
daevski
daevski's picture
User offline. Last seen 2 years 11 weeks ago. Offline
newbie
Timezone: GMT-5
Joined: 2010-03-05
Posts: 2
Points: 3

Sorry for the awekward title Smile

Here are my links for full HTML/CSS:
http://thedarknoise.com/test_index.php
http://thedarknoise.com/css/test_design.css

and here is my trouble...
If you'll notice, the (top navigation) menu is not centered vertically. I previously (temp) fixed this with setting line-height: 1px; /* or 0.1em or 0.1% ... for the ul, li of the navbar... While this quick fix worked in most browsers, it doesn't seem to work anymore, and I know it's not proper coding.

I scoured google and this forum (etc.) and I can't seem to identify the root cause or proper fix. Any thoughts?

Thanks,

daevski
daevski's picture
User offline. Last seen 2 years 11 weeks ago. Offline
newbie
Timezone: GMT-5
Joined: 2010-03-05
Posts: 2
Points: 3

Well, line-height: 0.1em (or

Well, line-height: 0.1em (or similar) still does work for most browsers, I just had a syntax error this morning, but...

Does anyone know of a better fix for this? The links are still not vertically centered, which would be ideal.

thanks!