Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • wolfix Friend
    #138706

    Hi,

    How do I move the vertical shadow of a dropdown over to the right?

    See: http://todd.360pro.com/index.php?option=com_content&view=article&id=1&Itemid=4

    Under Main Menu > Communities > test

    Best,

    wolfix

    ShannonN Friend
    #294113

    wolfix;115412Hi,

    How do I move the vertical shadow of a dropdown over to the right?

    See: http://todd.360pro.com/index.php?option=com_content&view=article&id=1&Itemid=4

    Under Main Menu > Communities > test

    Best,

    wolfix

    Have a look at these

    .transMenu .shadowBottom {ja.transmenuh.css (line 69)
    height:2px;
    left:10px;
    opacity:0.4;
    position:absolute;
    z-index:1;
    }

    and this one
    .transMenu .shadowRight {ja.transmenuh.css (line 57)
    opacity:0.4;
    position:absolute;
    top:3px;
    width:2px;
    z-index:3;

    it may assist you
    ShannonN

    wolfix Friend
    #294122

    I tried those and couldn’t get the horizontal shadow to move to the right. I even tried to put right: -3px;

    I can get it to move up and down…

    And I can get the bottom shadow to move left and right.

    Thanks

    ShannonN Friend
    #294124

    wolfix;115449I tried those and couldn’t get the horizontal shadow to move to the right. I even tried to put right: -3px;

    I can get it to move up and down…

    And I can get the bottom shadow to move left and right.

    Thanks

    change the “position: absolute” to relative and see if that gives you control, absolute may fix it according to other elements. a look at the code shows a lot of inherited parameters also check in the template.css on particular DIV that the menu uses etc
    ShannonN

    wolfix Friend
    #294170

    Changing absolute to relative caused other issues…

    I noticed in the comment above .transMenu .shadowRight it says “It’s left, height,
    and background are set by script.”

    I’ve already looked for this in ja.transmenu.js but I’ll keep looking. Let me know if you know which line of the script the setting is on.

    Thanks!

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 2 voices, and was last updated by  wolfix 15 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum