How can you make graphics on your forum like buttons or navbar sections change color or something when you mouse over them?
Making it so when you mouse over something it changes?

Jellydonut
**
- Reputation : 3
Registered on : 2012-04-06
Posts : 22
#1 - Posted on Sat Apr 07, 2012 9:14 pm

Niko
- Administrator
- Reputation : 319
Registered on : 2012-02-22
Posts : 2366
School of codes courses: coming soon
Hello,
Do you mean this?
Waiting...
Friendly,
Do you mean this?

Waiting...
Friendly,

Niko wants you in the team Guest
Community manager and Administrator at Forumattivo.com
#2 - Posted on Sat Apr 07, 2012 9:21 pm

Nick
- Manager
- Reputation : 20
Registered on : 2012-04-01
Posts : 407
You will need to find the CSS code for them. Once you have done that, for example this code below.
Let me know if it works!
- Code:
a[href="/memberlist"] {
background-image: url('IMAGE1LINK');
}
a[href="/memberlist"]:hover {
background-image: url('IMAGE2LINK');
}
Let me know if it works!
#3 - Posted on Sun Apr 08, 2012 1:53 am

Niko
- Administrator
- Reputation : 319
Registered on : 2012-02-22
Posts : 2366
School of codes courses: coming soon
Hello, If the issue is solved, please edit the first message and add the icon Solved (Tick) If not, we remind you that you arre allowed to BUMP every 24 hours |

Niko wants you in the team Guest
Community manager and Administrator at Forumattivo.com
#4 - Posted on Tue Apr 10, 2012 5:49 pm

Jellydonut
**
- Reputation : 3
Registered on : 2012-04-06
Posts : 22
Thanks ^^ For some reason it's not letting me quote
Do you have some codes fr more of the hover stuff, like the navigation bar, forum category, and topic codes?
Also, how do you make it like, fade in/out on the quote and thanks buttons on here?
Do you have some codes fr more of the hover stuff, like the navigation bar, forum category, and topic codes?
Also, how do you make it like, fade in/out on the quote and thanks buttons on here?
#5 - Posted on Sun Apr 15, 2012 4:11 am

Nick
- Manager
- Reputation : 20
Registered on : 2012-04-01
Posts : 407
If you will noticed I included one with hover. Please try those codes.


#6 - Posted on Sun Apr 15, 2012 5:58 pm

Guest
- Guest
Hello, If the issue is solved, please edit the first message and click on the "Solved" button. If not, we remind you that you are allowed to BUMP every 24 hours. |
#7 - Posted on Sun Apr 29, 2012 5:12 pm

Niko
- Administrator
- Reputation : 319
Registered on : 2012-02-22
Posts : 2366
School of codes courses: coming soon
Hello, As anyone replied to this topic after 15 days from the latest comment's date, the problem is considered solved or abandonated. This topic is locked, thanks for the opening of another topic, of course be care of Respecting the rules. You can ask to open this topic sending me a Private message. See you on the Forum of Codes |

Niko wants you in the team Guest
Community manager and Administrator at Forumattivo.com
#8 - Posted on Wed May 09, 2012 5:19 pm
|
|