Question : Why is my line-height not the same in IE and firefox??

Hello, I created a website for a cattery, and my menu on the left side does not line up the same in both firefox and ie!!  how do I fix this???

http://ledacoons.com/

Answer : Why is my line-height not the same in IE and firefox??

For the menu issue, simple enough to fix. The problem I suspect is with the <br/> tags. Remove those and modify the sideBarLinks class as follows (add display, change height, everything else the same):

display:block;
height: 30px;

As for the fieldset and legend, I'm not 100% sure what your end result will be, but if you start by setting margin and padding to 0 for the <fieldset> itself, that at least appears to make it match in IE and Firefox.

Random Solutions  
 
programming4us programming4us