Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • billyk Friend
    #130895

    Hello everyone,

    I have been struggling with this one…take a look at the screen grab. i can get the active state to work on all the other menu items, EXCEPT on the “Sign up for the Newsletter” one…What am I doing wrong??? It’s so frustrating.

    Here’s the actual URL

    Thanks for any quick help…

    Will (in VERMONT!) 😎

    Sherlock Friend
    #260100

    Hi
    You open ja.transmenuh.css file in templates/ja_pariiti/ja_menus/ja_transmenu folder and add following code section to it :


    /* Last item */
    #ja-transmenu a.havechild-mainlevel-active-trans-last,
    #ja-transmenu a.havechild-mainlevel-active-trans-last:hover,
    #ja-transmenu a.havechild-mainlevel-active-trans-last:active,
    #ja-transmenu a.havechild-mainlevel-active-trans-last:focus,
    #ja-transmenu a.mainlevel-active-trans-last,
    #ja-transmenu a.mainlevel-active-trans-last:hover,
    #ja-transmenu a.mainlevel-active-trans-last:active,
    #ja-transmenu a.mainlevel-active-trans-last:focus {
    color: #FFF;
    background: #e4d7af;
    }

    #ja-transmenu a.havechild-mainlevel-trans-last:hover,
    #ja-transmenu a.havechild-mainlevel-trans-last:active,
    #ja-transmenu a.havechild-mainlevel-trans-last:focus,
    #ja-transmenu a.mainlevel-trans-last:hover,
    #ja-transmenu a.mainlevel-trans-last:active,
    #ja-transmenu a.mainlevel-trans-last:focus {
    background: url(../../images/arrow-down.gif) no-repeat top center;
    color: #FFF;
    }

    billyk Friend
    #260167

    Wow! now if I could only have figured that out myself. Would you have any good ideas about where I could start learning about this stuff myself? I love JA so much, and yes, you all have been teaching me much…in a roundabout way 🙂

    Will

    Sherlock Friend
    #260339

    Hi billyk !
    I think that you can learn more about css , this is a import part in making a template. 😉

    billyk Friend
    #260340

    yes, but where would be a good place to start?

    Sherlock Friend
    #260398

    Hi billyk !
    http://www.w3schools.com/Css/default.asp is one of the best site for html and css learning .
    good luck 😉

    billyk Friend
    #264241

    thanks buddy. you are great man!

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

This topic contains 7 replies, has 2 voices, and was last updated by  billyk 16 years, 1 month ago.

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