So I have a css problem with IE, I tested it on IE9, so here you go http://latest-mtv.net/randa/, you can see that drop-down menu with the romanian flag, click on it, it doesn't display the list correctly in IE, do you know how can I fix this?

Best Regards

link|improve this question

67% accept rate
Looks the same in IE8 as it does in Chrome, for what its worth. Formatting looks ok but the dropdown could use a bg color. – Dutchie432 May 17 '11 at 20:58
Chrome:screencast.com/t/6TyfoxTzvabQ and IE screencast.com/t/tt3juUjShn – Uffo May 17 '11 at 21:02
feedback

closed as not a real question by Jeff Atwood May 19 '11 at 9:33

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.

2 Answers

set background color to it - like background-color:#FFF to ul

link|improve this answer
Chrome:screencast.com/t/6TyfoxTzvabQ and IE screencast.com/t/tt3juUjShn – Uffo May 17 '11 at 21:04
feedback

Experiment with adding width to ul. I'm also suggesting to move a with arrow out of ul.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.