Hi everyone, Today I make a layout in Photoshop. Now I'm creating the HTML page. It's not in DIVs but html and tables, because I need it fast and I can't make it in DIVs at the moment. You can see the layout here. In Internet Explore everything is alright. But if open it in FireFox, the menu isn't good. What did I wrong? And what is the solution to solve this problem? Thanks for you help!
Try adding a DTD / Transitional statement at the top of the HTML doc, just before the first HTML tag. That usually does the trick. Just view the source of this page... it's the first line of the source code. HTH, Tom
It sounds to me like you were developing against a browser instead of to the standards, which is going to cause problems no matter what. What you have is actually pretty easy to make using semantic markup, so what is it about semantic markup and CSS that you're finding so difficult?