mouseover effect for memberlist phpbb2
Page 1 of 1
mouseover effect for memberlist phpbb2
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
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
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.
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 17/7/2012, 19:53; edited 2 times in total (Reason for editing : Answered my own question.)
Similar topics
» Light Box Effect not work on phpBB2!
» Chatbox Link Mouseover
» * Mouseover Profile Info
» How do I get something to scroll and stop on mouseover ?
» Load an image when mouseover on its link
» Chatbox Link Mouseover
» * Mouseover Profile Info
» How do I get something to scroll and stop on mouseover ?
» Load an image when mouseover on its link
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum