I’m developing a new website.
Testing out the page in different browsers, I find that the nav bar renders differently depending on the browser. In Chrome and Safari it looks correct, but in Opera, IE and Firefox the nav bar renders differently. I’ve validated the HTML, I’m not sure what to do.
Looks like you have a problem with floats after unfloated content – very similar to a question I just answered:
CSS issue with IE8
Let me know if reviewing that question gets you going in the right direction.