Hover - HOVER NAV BARS(REP ASAP) Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
3 posters

    HOVER NAV BARS(REP ASAP)

    avatar
    ClintPurto
    New Member


    Posts : 8
    Reputation : 0
    Language : English

    Solved HOVER NAV BARS(REP ASAP)

    Post by ClintPurto June 1st 2011, 9:50 am

    I need help with my nav bars, I got a nav bar set that has hover effects. Like if you hover on a nav, it lights up. I cant find where to put the hover images. Is there a CSS code for this or something? Please help me... I have a deadline in making the forum...
    Nera.
    Nera.
    Energetic


    Female Posts : 7078
    Reputation : 2017
    Language : English
    Location : -

    Solved Re: HOVER NAV BARS(REP ASAP)

    Post by Nera. June 1st 2011, 9:53 am

    Hi
    Remove your navigations out of Admin panel and add them all
    through CSS. Also go to Display >> Headers and navigations
    >> Display only images in nav bar: YES

    Do this for the static image:
    Code:
    #i_icon_mini_index {
    background-image: url('IMAGE LINK GOES HERE');
    width: XYpx;
    height: XYpx;
    }

    And than this for hover:
    Code:
    #i_icon_mini_index:hover {
    background-image: url('IMAGE HOVER LINK GOES HERE');
    width: XYpx;
    height: XYpx;
    }

    Do it for all navigations, just change the end of #i_icon_mini

    Like this:
    _portal {
    _portal:hover {

    This is for the rest of navigations:
    _profile
    _calendar
    _gallery
    _message
    _new_message
    _register
    _login
    _logout
    _search
    _faq
    avatar
    ClintPurto
    New Member


    Posts : 8
    Reputation : 0
    Language : English

    Solved Re: HOVER NAV BARS(REP ASAP)

    Post by ClintPurto June 1st 2011, 9:56 am

    Thank you so much...
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    Solved Re: HOVER NAV BARS(REP ASAP)

    Post by Sanket June 1st 2011, 9:57 am

    Since this thread appears to be solved, I will lock this thread and mark it as solved.
    Hover - HOVER NAV BARS(REP ASAP) 2j4t5a8

    Sanket Smile