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.
The forum of the forums
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 Tue Jul 17, 2012 9: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 Tue Jul 17, 2012 10: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 Tue Jul 17, 2012 9: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 Tue Jul 17, 2012 10:51 pm

    OK thanks LG
    SLGray
    SLGray
    Administrator
    Administrator


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

    Solved Re: Navigation Button mouseover code for HTML page

    Post by SLGray Tue Jul 17, 2012 11:35 pm

    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.

      Current date/time is Mon Sep 23, 2024 1:10 pm