Navigation Bar Effect? - Page 2 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

    Navigation Bar Effect?

    avatar
    Demonic
    New Member


    Posts : 18
    Reputation : 0
    Language : United States

    Solved Navigation Bar Effect?

    Post by Demonic June 23rd 2011, 6:39 pm

    First topic message reminder :

    Is there a way I can add an effect on the navigation bar when a mouse is hovering over one of the tabs?
    Nera.
    Nera.
    Energetic


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

    Solved Re: Navigation Bar Effect?

    Post by Nera. June 24th 2011, 2:48 pm

    You told me you were planing on changeing colors of what's written on your images on hover and that is way I told you to do it this way.

    Since the only efect on hover (that I see on your pictures) is that they become lighter color there was a preety simplier way and that will hover your custom buttom also.

    Return your navigation in the AP (the darker navigation you made). Delete this CSS you've added (save it somwhere if you are planing to do it sometime).

    Add only this in your CSS and that is it.

    Code:
    a.mainmenu {
        opacity: 3;
    }

    a.mainmenu:hover {
        opacity: 0.7;
    }

    avatar
    Demonic
    New Member


    Posts : 18
    Reputation : 0
    Language : United States

    Solved Re: Navigation Bar Effect?

    Post by Demonic June 24th 2011, 3:23 pm

    Ohh, alright. 1 more question Razz is there a code I can use to make a drop down menu for a navigation button?
    Nera.
    Nera.
    Energetic


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

    Solved Re: Navigation Bar Effect?

    Post by Nera. June 24th 2011, 3:32 pm

    You have it explaind here.
    Though it's a bit complicated.
    avatar
    Demonic
    New Member


    Posts : 18
    Reputation : 0
    Language : United States

    Solved Re: Navigation Bar Effect?

    Post by Demonic June 24th 2011, 3:37 pm

    I think I change my mind on drop down menus Smile but thank you so much for helping me!
    Nera.
    Nera.
    Energetic


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

    Solved Re: Navigation Bar Effect?

    Post by Nera. June 24th 2011, 3:39 pm

    Hah, you welcome.

    Done.

    Solved ~ Locked