www.webdeveloper.com
Results 1 to 2 of 2

Thread: CSS Issue

  1. #1
    Join Date
    Feb 2011
    Posts
    1

    CSS Issue

    Hi,

    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?

    Thanks in advance.
    Guillaume.

  2. #2
    Join Date
    Dec 2003
    Location
    Bucharest, ROMANIA
    Posts
    15,427
    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...

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
HTML5 Development Center



Recent Articles