I'm trying to get the site to appear the same way in Internet Explorer as it does in Firefox. As you can see in the images below, IE6 does not render the navigation title & menu and part of the header correctly. If anyone can help with a resolution to this problem it will be greatly appreciated!
Re: Navigation menu appears correct in FF not in IE6
Wow thank you dab42pat!!! That did the trick. I couldn't really determine what is different about the code you posted and the original html. If it wouldn't be too much trouble could you please explain to me what you did different so I can avoid this problem in the future. Does it have something to do with how the li tag is closed?
Re: Navigation menu appears correct in FF not in IE6
Yes it is to do with the <li>, if you drop the > from the li tag it ensures that each navigation item remains indented on its own line and the whitespace between the elements is removed. I believe there are other ways but this is the option that works for me.