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

    mouseover effect for memberlist phpbb2

    nextlevelgaming
    nextlevelgaming
    Forumember


    Male Posts : 989
    Reputation : 38
    Language : English|CSS|HTML5|javascript|
    Location : New York

    Solved mouseover effect for memberlist phpbb2

    Post by nextlevelgaming July 18th 2012, 2:10 am

    Ok so I had a question but I am editing this now. So that if anyone wants to know how to do this here is the coding and how to do it..

    PHPBB2

    firstly go to ACP>DISPLAY>COLORS>CSS STYLESHEET

    INSERT THIS CODE

    Code:

    /*NAME is whatever you want it to be*/
    table.NAME{
    background-color="#000000"
    }
    table.NAME:hover{
    background-color="#FFFFFF"
    }
    /*Colors can be HEX, RGB, transparent, or */

    HEX codes are six letters or numbers after the #
    RGB is 3 letters or numbers after #
    the transparent written where the code for color is will make it transparent. easy

    now for the html

    whenever you make a new table do this or in the memberlist section go to

    ACP>DISPLAY>TEMPLATES>GENERAL> MEMBERLIST_BODY

    Code:
    <table class="NAME" align="center" valign="middle" cellpadding="0" cellspacing="0" height="500" width="500">

    You don't need to insert all those variables but i was just showing it thats all. Also remember height="500" is 500px, if you do 100% it will be the set size.


    Last edited by nextlevelgaming on July 18th 2012, 2:53 am; edited 2 times in total (Reason for editing : Answered my own question.)

      Current date/time is September 24th 2024, 7:25 am