PHP2 Hover effect on Navbar 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.
2 posters

    PHP2 Hover effect on Navbar

    SiKiN
    SiKiN
    Forumember


    Posts : 62
    Reputation : 0
    Language : english

    Solved PHP2 Hover effect on Navbar

    Post by SiKiN Mon 28 Jun 2010 - 13:06

    https://help.forumotion.com/manage-the-appearance-of-your-forum-f45/changing-the-image-in-the-navbar-when-hover-on-it-in-php2-t71405.htm?highlight=hover+php2+nav

    The above thread is said to of been resolved, I followed the same advice and well have no idea what im doing differently.

    Code:
    #i_icon_mini_portal {
    background-image: url(http://www.servimg.com/image_preview.php?i=80&u=14671729);
    width: 100;
    height: 40;
    }
    #i_icon_mini_portal:hover {
    background-image: url(http://www.servimg.com/image_preview.php?i=79&u=14671729);
    width: 100;
    height: 40;
    }


    Last edited by SiKiN on Mon 28 Jun 2010 - 14:48; edited 1 time in total
    avatar
    Guest
    Guest


    Solved Re: PHP2 Hover effect on Navbar

    Post by Guest Mon 28 Jun 2010 - 13:14

    you need to add the image URL. here

    https://i.servimg.com/u/f67/14/67/17/29/home_o11.png

    Not

    https://servimg.com/view/14671729/80

    to get the image URL, right click on it and copy image link.
    SiKiN
    SiKiN
    Forumember


    Posts : 62
    Reputation : 0
    Language : english

    Solved Re: PHP2 Hover effect on Navbar

    Post by SiKiN Mon 28 Jun 2010 - 13:17

    Yea thnx but I also needed to put "px" ...
    avatar
    Guest
    Guest


    Solved Re: PHP2 Hover effect on Navbar

    Post by Guest Mon 28 Jun 2010 - 13:18

    Hehe okay xD so its works now? if yes give me your forum link, i want to how it looks xD lol
    SiKiN
    SiKiN
    Forumember


    Posts : 62
    Reputation : 0
    Language : english

    Solved Re: PHP2 Hover effect on Navbar

    Post by SiKiN Mon 28 Jun 2010 - 13:42

    This dosnt seem to work with "memberlist" and "usegroups". TT

    and...Search beu
    avatar
    Guest
    Guest


    Solved Re: PHP2 Hover effect on Navbar

    Post by Guest Mon 28 Jun 2010 - 13:47

    Well, you have of course typed it wrong xD check it our again Smile
    SiKiN
    SiKiN
    Forumember


    Posts : 62
    Reputation : 0
    Language : english

    Solved Re: PHP2 Hover effect on Navbar

    Post by SiKiN Mon 28 Jun 2010 - 13:57

    Idunno man that wasnt what I wrote in my code. :/

    Code:
    #i_icon_mini_search {
    background-image: url(http://i656.photobucket.com/albums/uu281/Sickmood/new%20navbar/SEARCHOFF.png);
    width: 100px;
    height: 40px;
    }
    #i_icon_mini_search:hover {
    background-image: url(http://i656.photobucket.com/albums/uu281/Sickmood/new%20navbar/SEARCHON.png);
    width: 100px;
    height: 40px;
    }
    #i_icon_mini_memberlist {
    background-image: url(http://i656.photobucket.com/albums/uu281/Sickmood/new%20navbar/MEMBERSOFF.png);
    width: 100px;
    height: 40px;
    }
    #i_icon_mini_member-list:hover {
    background-image: url(http://i656.photobucket.com/albums/uu281/Sickmood/new%20navbar/MEMBERSON.png);
    width: 100px;
    height: 40px;
    }
    #i_icon_mini_usergroups {
    background-image: url(http://i656.photobucket.com/albums/uu281/Sickmood/new%20navbar/GROUPSOFF.png);
    width: 100px;
    height: 40px;
    }
    #i_icon_mini_usergroups:hover {
    background-image: url(http://i656.photobucket.com/albums/uu281/Sickmood/new%20navbar/GROUPSON.png);
    width: 100px;
    height: 40px;
    }

    The guy in the video also didn't include usergroups and memberlist so maybe they don't work which is sad but he definitely says search should work.
    avatar
    Guest
    Guest


    Solved Re: PHP2 Hover effect on Navbar

    Post by Guest Mon 28 Jun 2010 - 14:04

    at members list you added this - between one of them the others i will try to find, or any mod has them.
    SiKiN
    SiKiN
    Forumember


    Posts : 62
    Reputation : 0
    Language : english

    Solved Re: PHP2 Hover effect on Navbar

    Post by SiKiN Mon 28 Jun 2010 - 14:07

    Got it.

    memberslist = members
    usergroups = groups
    search = another fail by sikin, uploaded the same picture twice so it looked like it wasnt changing bwi
    avatar
    Guest
    Guest


    Solved Re: PHP2 Hover effect on Navbar

    Post by Guest Mon 28 Jun 2010 - 14:11

    Good for you xD.
    Sanket
    Sanket
    ForumGuru


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

    Solved Re: PHP2 Hover effect on Navbar

    Post by Sanket Mon 28 Jun 2010 - 19:12

    Since this thread is marked solved, I will lock this thread.

    Thanks!