Hover on buttons
4 posters
Page 1 of 1
Re: Hover on buttons
not the navigation! I want the buttons.
Example: PM, Edit, Post reply, Quote, Multi-Quote Unselected, IP, Website
How do I css these with a normal effect and then a hover effect.
Example: PM, Edit, Post reply, Quote, Multi-Quote Unselected, IP, Website
How do I css these with a normal effect and then a hover effect.
Re: Hover on buttons
This code will mouseover the "New Topic" and Post Reply" and also the "New PM". I'm not sure how to make the other buttons mouseover.
You can change the "opacity" values of this code to give the effect you want.
Copy to your CSS stylesheet:
You can change the "opacity" values of this code to give the effect you want.
Copy to your CSS stylesheet:
- Code:
.topic-actions .buttons a img:hover{
opacity: 1.0;
filter: alpha(opacity=100);
}
.topic-actions .buttons a img{
opacity: 0.6;
filter: alpha(opacity=60);
}
Re: Hover on buttons
Isnt there a code like the navbar? Only for buttons? I want to do each button separately.
Re: Hover on buttons
Topic Solved & Locked |
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Similar topics
» Hover buttons
» Hover pop up?
» fade slow on hover over main buttons phpBB2 forum
» Hover/Un-Hover Code
» CSS Row Hover problem
» Hover pop up?
» fade slow on hover over main buttons phpBB2 forum
» Hover/Un-Hover Code
» CSS Row Hover problem
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum