Hello everybody! Hopefully someone here can help me with this problem. I'm busy on this website: http://www.lisettebast.nl/MarcovanZelst3/index.html As you can see there are some problems.. Firstly, the menu. If you check it out in IE and you go over the word 'webalbum' the whole menu takes a step down.. ( i really have no idea why?) Then the second thing, the copyright bar. In IE it's on it's place, but in FF totally not.. What do i have to change in my CSS to fix this problem? Hopefully someone can me help me.. Thanks!
Not sure about the menu part, but as far as the copyright bar, you've set margin-top: 495px; Code (markup): That's pushing it 495px down, relative to the table you've got. Try adding position:absolute; to the copyright div. If I where you I'd redo the site in CSS instead of using tables and JavaScript, and use some divs to control the menu, which would also help out as far as SEO goes. By the way, the menu is way of in IE mac - upper right corner...