Problem with IE

Hi

on IE 9 I get the Israeli flag with white background and it cover the white dots on the top. :mad:
Any idea how to solve this?

thanks

Link? Code?

this is what happens when you try do something while someone else talking to you…

First, remove the background colour from the anchor (it is currently an in-line style) and you will also need to apply border:none; to the image (#menu a img { border:none; })

That should get you there.

Try adding these styles to your style sheet:


#menu a {vertical-align: bottom;}
#menu img {border: none;}

EDIT: beaten to it, it seems. :slight_smile:

Yeah but your reply looks allot nicer than mine :stuck_out_tongue:

thank you very much - that helps a lot
any idea why the big picture on the middle is jumping to the bottom on this page:
http://luxurioustay.com/he/ (IE)

I cannot tell for sure at the moment without testing it properly however your source code is quite messy, there is allot of tags that could be condensed (would make bug fixing allot simpler). The only thing that jumps out at me currently is the fact you are using float:right allow which can break things, I would strongly suggest using float:left when possible, this may or may not help fix this particular error.

Which IE are you seeing this in? Looks OK in IE9.