Results 1 to 3 of 3

Thread: AnyLink CSS Vertical Menu

  1. #1
    Join Date
    Mar 2008
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default AnyLink CSS Vertical Menu

    i want help about the tutorial on
    http://www.dynamicdrive.com/dynamici...nylinkcss2.htm

    how can i remove the bullets so that the menu starts along left corner of my table.

    thanks

  2. #2
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

    Default

    Change

    Code:
    .navlist li {
    width: 135px;
    background-color: #FFFFB9;
    padding-bottom: 2px;
    }
    to

    Code:
    .navlist li {
    width: 135px;
    background-color: #FFFFB9;
    padding-bottom: 2px;
    list-style:none;
    }

  3. #3
    Join Date
    Mar 2008
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    thanks Medyman
    please help me how can i decrease indent from left. I want it to appear to the left of my table??
    please guide me

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
  •