Navigation Button mouseover code for HTML page 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 Button mouseover code for HTML page

    avatar
    runawayhorses
    Hyperactive


    Male Posts : 2537
    Reputation : 166
    Language : English
    Location : United States

    Solved Navigation Button mouseover code for HTML page

    Post by runawayhorses July 17th 2012, 10:03 pm

    On these codes below you can see the Navigation Button mouseover code for the Home button, but what do you use for an HTML page?

    For your Home or Index nav button you use this:

    _index

    But what do you use for an HTML page?

    Static Image:
    Code:
    #i_icon_mini_index {
        background-image: url('IMAGE LINK GOES HERE');
        width: XYpx;
        height: XYpx;
        }

    Mouseover Image:
    Code:
    #i_icon_mini_index:hover {
        background-image: url('IMAGE HOVER LINK GOES HERE');
        width: XYpx;
        height: XYpx;
        }


    Last edited by runawayhorses on July 17th 2012, 11:52 pm; edited 1 time in total
    LGforum
    LGforum
    Hyperactive


    Male Posts : 2265
    Reputation : 264
    Language : English
    Location : UK

    Solved Re: Navigation Button mouseover code for HTML page

    Post by LGforum July 17th 2012, 10:15 pm

    Do you mean with buttons you add yourself?

    You give them a classname or ID and use that.
    avatar
    runawayhorses
    Hyperactive


    Male Posts : 2537
    Reputation : 166
    Language : English
    Location : United States

    Solved Re: Navigation Button mouseover code for HTML page

    Post by runawayhorses July 17th 2012, 11:51 pm

    OK thanks LG
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51520
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: Navigation Button mouseover code for HTML page

    Post by SLGray July 18th 2012, 12:35 am

    Topic Solved & Locked



    Navigation Button mouseover code for HTML page Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.