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.

PHP2 Hover effect on Navbar

2 posters

Go down

Solved PHP2 Hover effect on Navbar

Post by SiKiN Mon Jun 28 2010, 14: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 Jun 28 2010, 15:48; edited 1 time in total
SiKiN
SiKiN
Forumember

Posts : 62
Reputation : 0
Language : english

Back to top Go down

Solved Re: PHP2 Hover effect on Navbar

Post by Guest Mon Jun 28 2010, 14: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.
avatar
Guest
Guest


Back to top Go down

Solved Re: PHP2 Hover effect on Navbar

Post by SiKiN Mon Jun 28 2010, 14:17

Yea thnx but I also needed to put "px" ...
SiKiN
SiKiN
Forumember

Posts : 62
Reputation : 0
Language : english

Back to top Go down

Solved Re: PHP2 Hover effect on Navbar

Post by Guest Mon Jun 28 2010, 14:18

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


Back to top Go down

Solved Re: PHP2 Hover effect on Navbar

Post by SiKiN Mon Jun 28 2010, 14:42

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

and...Search beu
SiKiN
SiKiN
Forumember

Posts : 62
Reputation : 0
Language : english

Back to top Go down

Solved Re: PHP2 Hover effect on Navbar

Post by Guest Mon Jun 28 2010, 14:47

Well, you have of course typed it wrong xD check it our again Smile
avatar
Guest
Guest


Back to top Go down

Solved Re: PHP2 Hover effect on Navbar

Post by SiKiN Mon Jun 28 2010, 14: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.
SiKiN
SiKiN
Forumember

Posts : 62
Reputation : 0
Language : english

Back to top Go down

Solved Re: PHP2 Hover effect on Navbar

Post by Guest Mon Jun 28 2010, 15:04

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


Back to top Go down

Solved Re: PHP2 Hover effect on Navbar

Post by SiKiN Mon Jun 28 2010, 15: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
SiKiN
SiKiN
Forumember

Posts : 62
Reputation : 0
Language : english

Back to top Go down

Solved Re: PHP2 Hover effect on Navbar

Post by Guest Mon Jun 28 2010, 15:11

Good for you xD.
avatar
Guest
Guest


Back to top Go down

Solved Re: PHP2 Hover effect on Navbar

Post by Sanket Mon Jun 28 2010, 20:12

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

Thanks!
Sanket
Sanket
ForumGuru

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

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum