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.
The forum of the forums
3 posters

    Low opacity and higher opacity when mouse hover

    TheCrow
    TheCrow
    Manager
    Manager


    Male Posts : 6916
    Reputation : 795
    Language : Greek, English

    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
    Ultron's Vision
    Ultron's Vision
    Forumember


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

    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.
    TheCrow
    TheCrow
    Manager
    Manager


    Male Posts : 6916
    Reputation : 795
    Language : Greek, English

    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 



    Low opacity and higher opacity when mouse hover Thecro10
     Forum of the Forums

    Forumotion Rules | Tips & Tricks |
    FAQ | Did you forget your password?



    *** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
    No support via PM!
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    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.

      Current date/time is September 22nd 2024, 11:22 pm