The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
I ask too many questions...
Is it possible to change the background color of the dropdown text box thingerz, you know, like where the moderators would go, is there a way to change the color of the text and the background colours?
|
#2
|
||||
|
||||
Im guessing your using this release http://www.vbulletintemplates.com/mo...ator+drop+down
If so look for Code:
style="font-size: 7pt; background-color: #dfdfdf; to change the text color find Code:
font-family: Arial, Tahoma; The text color thing is just a guess im not using that mod but the bg thing should work that I am sure. |
#3
|
||||
|
||||
you can do this with html...
<IMG align="absmiddle" SRC="images/team.gif"> <SELECT NAME="newLoc" onChange="jumpPage(this.form.newLoc)" style="font-size: 7pt; background-color: #dfdfdf; font-family: Arial, Tahoma;" maxlength="20"> <OPTION VALUE="#">moderators</OPTION> <OPTION VALUE="#">---------------------</OPTION> $forum[moderators]</select></td></form></tr> </tr> try this for the font color..(you can use any HEX number ...I chose #DFDFD9 ...... style="font-size: 7pt; background-color: #dfdfdf; font-family: Arial, Tahoma; font-color: #DFDFD9" maxlength="20"> and for the background color you can do this...same thing.choose any HEX color you wish...I will use DFDFD9 as the example... ...style="font-size: 7pt; background-color: #DFDFD9; font-family: Arial, Tahoma;" maxlength="20"> |
#4
|
||||
|
||||
LOL...same time...same answer SWEET
|
#5
|
||||
|
||||
hah, that's funny, i just found out why my comp was so slow lol, iMesh was on
|
#6
|
||||
|
||||
The Style would be more preffered, because it changes ALL dropdowns in that style.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|