- For individual users
- Instant access to solutions
- Ask your tech questions
- Start your 30-day Free Trial
Main Topics
Browse All TopicsHi I'm having a rendering problem that is related to line-height, I believe The page is rendering exactly how I want in Firefox, and very close in IE. However, Opera, IE Mac and Safari are problematic. I'm hoping some of you might be able to offer a solution for me.
You can see the template I'm working on here:
http://www.mariadianaramos
The CSS is here:
http://www.mariadianaramos
There is a IE only sheet here:
http://www.mariadianaramos
The biggest problem is in the sub-navigation area on the left. In Firefox and IE it looks fine. But in Opera, Safari, and IE Mac the line-height does not seem to be applied. And all the navigation items are pushed to the top.
The Main Navigation on the top is also slightly out of alignment in Safari, IE Mac, and Opera compared with what I want which is how Firefox is rendering it.
One very minor problem is the way IE is rendering the spacer bullets in the top navigation area in that they are aligning to the bottom of the text rather than the middle. I've tried various vertical alignment methods and changing the graphic itself with more whitespace above or below but can't quite seem to get it to render the same on various browsers. This is a very minor issue for me I just thought I would throw it out there.
Thanks for any input you can provide.
JB
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: D4LyPosted on 2005-11-25 at 16:16:37ID: 15363140
Hi jb1013-
Why not remove the line-height from #services_subcat, and add some padding instead?
#services_subcat li {
margin: 0px;
padding: 5px 0px 5px 0px;
}