I have two problems with my website : http://test2.tamarawobben.nl
Problem 1 : In IE9 the header is placed well but the text area is at the wrong place.
Problem 2 : An area around the header stays white but it supposes to be shown the background.
Anyone a tip how to solve these two anoying problems?
Roelof
Edit 1 : Sorry, the wrong url. I will change it now.
Concerning the first problem, it’s is not very clear what it is that it’s not ok.
I guess the search field is supposed stick to the top of the page. Right now it looks like the body has a margin-top or a padding.
Actually looking at the markup, there is a textnode right after the body which adds the space at the top:
Remove it and the “sort-of” margin will go away.
Concerning the white background, you are using a GIF that has a white background! It won’t magically dissapear. You have several choices:
I also noticed that your
<meta>,<title>… tags should be in the HEAD and not in the BODY !