Thank you aznbbj! It worked fine!! The only prob I have left is the margin (and not the padding, as I wrote in the 1st post). It should be 15px on either side of each main div (#content and #menu), but in Firefox I’d say there only is about 4px en each side and a wide empty space between the two.
I would also like to have 50px of top margin for my footer, but if I do that it won’t center.
I tried this but that won’t work either:
margin-top: 50px;
margin-right: 0;
margin-left: 0;
margin-bottom: 0;
If I want it to be centered, the margin: 0 auto; line you gave me is the only thing that works.
I just read about the browser differences on this page
https://ajax-prototype.blogspot.com/2005/12/browser-competition.html
Does this mean there’s nothing to be done about it?
I don’t understand what I should do here.