Results 1 to 2 of 2

Thread: CSS menu positioning

  1. #1
    Join Date
    Feb 2008
    Posts
    13
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default CSS menu positioning

    Hi, here's my website: Click

    I'm having problems positioning the menu. Why is it sort of floating somewhere in the middle? How do I align it to the left closer to the grey border?

    My next question is... if you click the links, you notice that the activated link will have a gradient green background. I would like to know why is there a white gap on the left of each link and how do I ensure that the gradient green background covers it up?


    Thanks,
    DarkArcher

  2. #2
    Join Date
    Mar 2008
    Location
    Beijing
    Posts
    4
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    Code:
    .menu ul {
       margin: 0;
       padding: 0;
       list-style: none
    }
    ctba.cn you can refer to the top of the menu, you may be helpful

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
  •