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.

Opacity to the edit buttons

3 posters

Go down

Solved Opacity to the edit buttons

Post by Donal Sun 16 Jan 2011 - 10:48

I would like to make these buttons opac

Opacity to the edit buttons 2mq0oye

from 50opac to 100 once hovering.

Can anyone give me the code please?

My forum is PHPBB3


Last edited by Donal on Tue 18 Jan 2011 - 7:42; edited 1 time in total
Donal
Donal
Forumember

Male Posts : 467
Reputation : 3
Language : English
Location : England

http://advertisepilot.com/

Back to top Go down

Solved Re: Opacity to the edit buttons

Post by Donal Sun 16 Jan 2011 - 19:20

hello? I think its been 12hours. I really need the codes to this please
Donal
Donal
Forumember

Male Posts : 467
Reputation : 3
Language : English
Location : England

http://advertisepilot.com/

Back to top Go down

Solved Re: Opacity to the edit buttons

Post by Donal Mon 17 Jan 2011 - 17:35

BUMP! Still need help
Donal
Donal
Forumember

Male Posts : 467
Reputation : 3
Language : English
Location : England

http://advertisepilot.com/

Back to top Go down

Solved Re: Opacity to the edit buttons

Post by DustyBones Mon 17 Jan 2011 - 19:39

Code:
.posting img , .post-options img {
opacity: 0.5;
filter: alpha(opacity=50);
}
.posting img:hover , .post-options img:hover {
opacity: 1;
filter: alpha(opacity=100);
}
DustyBones
DustyBones
Active Poster

Male Posts : 1234
Reputation : 528
Language : English
Location : Washington, USA

http://raps-graphics.forumotion.com/

Back to top Go down

Solved Re: Opacity to the edit buttons

Post by Donal Mon 17 Jan 2011 - 23:06

DustyBones wrote:
Code:
.posting img , .post-options img {
opacity: 0.5;
filter: alpha(opacity=50);
}
.posting img:hover , .post-options img:hover {
opacity: 1;
filter: alpha(opacity=100);
}

Sorry but that doesen't work. Im using PHPBB3
Donal
Donal
Forumember

Male Posts : 467
Reputation : 3
Language : English
Location : England

http://advertisepilot.com/

Back to top Go down

Solved Re: Opacity to the edit buttons

Post by Guest Mon 17 Jan 2011 - 23:20

Code:
.i_post, .i_reply, .i_msg_newpost {
filter:alpha(opacity=50); opacity:0.5;
}
.i_post:hover, .i_reply:hover, .i_msg_newpost:hover {
filter:alpha(opacity=100); opacity:1.0;
}
avatar
Guest
Guest


Back to top Go down

Solved Re: Opacity to the edit buttons

Post by Donal Mon 17 Jan 2011 - 23:40

Gangstar15 wrote:
Code:
.i_post, .i_reply, .i_msg_newpost {
filter:alpha(opacity=50); opacity:0.5;
}
.i_post:hover, .i_reply:hover, .i_msg_newpost:hover {
filter:alpha(opacity=100); opacity:1.0;
}

That doesen't work either.
Im not an expert in coding but is that for New topic and reply?? I only pointed to the ones in the pic.
Donal
Donal
Forumember

Male Posts : 467
Reputation : 3
Language : English
Location : England

http://advertisepilot.com/

Back to top Go down

Solved Re: Opacity to the edit buttons

Post by Guest Mon 17 Jan 2011 - 23:47

huh lol ;D yes this is for the post buttons (:
try this:
Code:
ul.profile-icons li img {
filter:alpha(opacity=50); opacity:0.5;
}
ul.profile-icons li img:hover {
filter:alpha(opacity=100); opacity:1.0;
}
avatar
Guest
Guest


Back to top Go down

Solved Re: Opacity to the edit buttons

Post by Donal Tue 18 Jan 2011 - 7:39

THANKS! It works great Wink
Donal
Donal
Forumember

Male Posts : 467
Reputation : 3
Language : English
Location : England

http://advertisepilot.com/

Back to top Go down

Solved Re: Opacity to the edit buttons

Post by Sanket Tue 18 Jan 2011 - 20:48

Since this thread is marked solved, I will lock this thread.
Opacity to the edit buttons 2j4t5a8

Sanket Smile

Sanket
Sanket
ForumGuru

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

Back to top Go down

Back to top

- Similar topics

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