My website, http://www.francemeetsthemedia.co.uk/, has a css menu (li) that works well on FF & IE. However with Chrome the last part of the menu is pushed to as second line, which makes it look quite bad.
I've tried several things but nothing seems to work, I don't really understand why it's that way.
Could anyone point out the right direction for me to look at?
It acts like the ul would have gained a right padding.
But I don't like the way you created that menu. You should have given to all your LI elements a display block and float left. The way it is now, one li has display:block, others display:inline. Position:relative is another weird solution...
Bookmarks