Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • parpar Friend
    #138141

    hello
    if i move the circle of ja-menu to the bottom of the manu, it goes behind the div of ja-newsflash
    how can i fix this ?

    thanks

    John Wesley Brett Moderator
    #291458

    Got a live URL you can share of the issue?
    Probably a simple z-index setting in the CSS

    John Wesley Brett Moderator
    #291475

    I’m not seeing the issue. Can you explain further?

    parpar Friend
    #291483

    sure,

    if you hoover on a menu you can see a little circle on top of the menu .
    if you click on the link the circle goes under the menu , but it is behind the ja-newsflash div,
    i am trying to bring it above that div

    thank you

    John Wesley Brett Moderator
    #291521

    Now I understand!
    Here your fix:

    In ja.cssmenu.css (line 115)

    Change this:


    #ja-cssmenu li a.active, #ja-cssmenu li a.active:hover, #ja-cssmenu li a.active:active, #ja-cssmenu li a.active:focus {
    background:transparent url(../../images/circle.png) no-repeat scroll center 118%;
    color:#FA6900;
    }

    To this:


    #ja-cssmenu li a.active, #ja-cssmenu li a.active:hover, #ja-cssmenu li a.active:active, #ja-cssmenu li a.active:focus {ja.cssmenu.css (line 115)
    background:transparent url(../../images/circle.png) no-repeat scroll center 100%;
    color:#FA6900;
    padding-bottom:4px;
    }

    Have fun!
    John.

    parpar Friend
    #291545

    yep, it’s working 🙂 thanks very much

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

This topic contains 6 replies, has 2 voices, and was last updated by  parpar 15 years, 9 months ago.

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