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.

Low opacity and higher opacity when mouse hover

3 posters

Go down

Solved Low opacity and higher opacity when mouse hover

Post by TheCrow November 24th 2013, 8:38 pm

I made a different thing in my posts and now the last topic informations i made them like this:
Low opacity and higher opacity when mouse hover Ykio

The think i want is:
As it is now to have opacity:0.5; and when hover to have opacity:0.9;.

The code i use in the css is:
CSS Stylesheet Code:


Forum Version: PunBB
Forum adress
TheCrow
TheCrow
Manager
Manager

Male Posts : 6897
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

Solved Re: Low opacity and higher opacity when mouse hover

Post by Ultron's Vision November 24th 2013, 8:57 pm

Marios94 wrote:I made a different thing in my posts and now the last topic informations i made them like this:
Low opacity and higher opacity when mouse hover Ykio

The think i want is:
As it is now to have opacity:0.5; and when hover to have opacity:0.9;.

The code i use in the css is:
CSS Stylesheet Code:


Forum Version: PunBB
Forum adress
Like this.

Code:
.stoixeiatelefteoythematos:hover {
 opacity: 0.9;
 fiter: alpha(opacity=90);
}
I provided a workaround for IE10 and less because somehow, IE has managed to not support CSS3 standards for far too long.
Ultron's Vision
Ultron's Vision
Forumember

Male Posts : 634
Reputation : 45
Language : English | German | HTML | JavaScript | PHP | C++ | Perl | Java
Location : Vienna, Austria

http://duelacademy.net

Back to top Go down

Solved Re: Low opacity and higher opacity when mouse hover

Post by TheCrow November 24th 2013, 9:00 pm

Thank you very much! It works!!

Solved!! Very Happy Very Happy Very Happy 
TheCrow
TheCrow
Manager
Manager

Male Posts : 6897
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

Solved Re: Low opacity and higher opacity when mouse hover

Post by SLGray November 24th 2013, 9:54 pm

Topic Solved & Locked


Low opacity and higher opacity when mouse hover Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51463
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Back to top


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