Results 1 to 2 of 2

Thread: SuckerTree Vertical Menu (v1.1)

  1. #1
    Join Date
    Dec 2009
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default SuckerTree Vertical Menu (v1.1)

    1) Script Title:
    SuckerTree Vertical Menu (v1.1)

    2) Script URL (on DD):
    http://www.dynamicdrive.com/style/cs...menu-vertical/
    3) Describe problem:

    Hy,

    I'm French and i'm not a expert in english

    It is possible to position the menu in a precise (absolute) place on a picture ?

    I would like the menu to be in the middle of the image ?

    Thanks,

  2. #2
    Join Date
    Dec 2009
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Unhappy

    Hello,

    I try to explain more :

    I am trying to move the menu to an specific position on my page.

    If I add:
    top: 140px;
    left: 160px;

    to this :

    /*Top level list items*/
    .suckertreemenu ul li{
    position: relative;
    display: inline;
    float: left;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    background-color: #0D4804; /*overall menu background color*/
    Font-Weight: Bold;
    top: 140px;
    left: 160px;
    }


    The Top level menu moved to the position I want but then all of the sub just appear way below the top menu but not on a good position.

    Is there an easy fix to this?


    Thanks,

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
  •