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.

How would I get hover over buttons

3 posters

Go down

Solved How would I get hover over buttons

Post by sign da tits March 26th 2011, 6:55 pm

exactly like this: How would I get hover over buttons E01wyf


Last edited by sign da tits on March 26th 2011, 7:56 pm; edited 1 time in total
sign da tits
sign da tits
Forumember

Male Posts : 236
Reputation : 30
Language : British English, AutoIt
Location : England!

http://www.devforumz.com/

Back to top Go down

Solved Re: How would I get hover over buttons

Post by Nera. March 26th 2011, 7:42 pm

Find this in your CSS
Code:
.pun img, .pun fieldset {
add this =>
Code:
opacity: 2;

Open a new rule below it a.k.a copy all this and add it below after the tag that closes the first rule =>}=>

Code:
.pun img:hover, .pun fieldset:hover {
opacity: 0.7;
}

You can change the numbers.
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Solved Re: How would I get hover over buttons

Post by sign da tits March 26th 2011, 7:57 pm

Nera. wrote:Find this in your CSS
Code:
.pun img, .pun fieldset {
add this =>
Code:
opacity: 2;

Open a new rule below it a.k.a copy all this and add it below after the tag that closes the first rule =>}=>

Code:
.pun img:hover, .pun fieldset:hover {
opacity: 0.7;
}

You can change the numbers.
Always the right info to solve something, thank you!
sign da tits
sign da tits
Forumember

Male Posts : 236
Reputation : 30
Language : British English, AutoIt
Location : England!

http://www.devforumz.com/

Back to top Go down

Solved Re: How would I get hover over buttons

Post by Jophy March 27th 2011, 7:59 am

How would I get hover over buttons Solved10Since this thread has been marked as 'Solved', I will now lock this thread.
Jophy
Jophy
ForumGuru

Male Posts : 17924
Reputation : 836
Language : English
Location : Somewhere

Back to top Go down

Back to top


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