Members Button code
5 posters
Page 1 of 1
Members Button code
Alright, today i added a members button, but the hover color is different then the others, how do i change that? I cant find it in the colors or in the code.
All i did was add this code
All i did was add this code
- Code:
}
#i_icon_mini_members{
background-image: url(https://imageshack.us/a/img526/3725/memberlisto.png);
width: 90px;
height: 90px;
}
#i_icon_mini_members:hover{
background-image: url(https://imageshack.us/a/img40/8528/memberlistglow.png);
width: 90px;
height: 90px;
}
Re: Members Button code
This is the hover part:
- Code:
#i_icon_mini_members:hover{
background-image: url(https://imageshack.us/a/img40/8528/memberlistglow.png);
width: 90px;
height: 90px;
}
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Members Button code
I put this code in and it didnt change anything?SLGray wrote:This is the hover part:
- Code:
#i_icon_mini_members:hover{
background-image: url(https://imageshack.us/a/img40/8528/memberlistglow.png);
width: 90px;
height: 90px;
}
Re: Members Button code
SLGray didn't modify the code, he just highlighted the hover section of the code.
Re: Members Button code
use this it wont change
- Code:
#i_icon_mini_members{
background-image: url(https://imageshack.us/a/img526/3725/memberlisto.png);
width: 90px;
height: 90px;
}
#i_icon_mini_members:hover{
background-image: url(https://imageshack.us/a/img526/3725/memberlisto.png);
width: 90px;
height: 90px;
}
Re: Members Button code
If you do not want the hover effect just remove the hover part.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Members Button code
Replace this:
With this:
- Code:
#i_icon_mini_members:hover{
background-image: url(https://imageshack.us/a/img40/8528/memberlistglow.png);
width: 90px;
height: 90px;
}
With this:
- Code:
#i_icon_mini_members:hover{
background-color: YOUR COLOR;
width: 90px;
height: 90px;
}
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Members Button code
But then when i do that it makes a block of color when i hover over it. It doesnt look like the others. I might just leave it off since its being a pain in the [Language].
Re: Members Button code
Hello KobaltZero,
If you want to change the color on hover, you will need to edit the images with an image editing program. These are the images :
https://2img.net/r/ihimg/a/img526/3725/memberlisto.png
hover : https://2img.net/r/ihimg/a/img40/8528/memberlistglow.png
If you want to change the color on hover, you will need to edit the images with an image editing program. These are the images :
https://2img.net/r/ihimg/a/img526/3725/memberlisto.png
hover : https://2img.net/r/ihimg/a/img40/8528/memberlistglow.png
Similar topics
» help in this code . the effect on code > add button to Put under the colored writing
» Welcome new members code
» Code errors for members
» because the members can not change the code in their profile?
» Thanks button code
» Welcome new members code
» Code errors for members
» because the members can not change the code in their profile?
» Thanks button code
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum