|
Post by Wormopolis on Sept 20, 2010 22:44:46 GMT -8
looks good! I was thinking one more thing could be done to this, by adding in a class to the drop downs, you could use CSS to stylize them. then they wouldnt HAVE to be white drop downs with black text, you could make them black drop downs with blue text.
this line here:
var holdthisforme='<select onmouseover="pb_bubble=1" onmouseout="pb_bubble=0" onchange="pb_bubble=1; location.href=this.value"><option value="">'+droptitle+'</option>';
change to
var holdthisforme='<select class="tdd" onmouseover="pb_bubble=1" onmouseout="pb_bubble=0" onchange="pb_bubble=1; location.href=this.value"><option value="">'+droptitle+'</option>';
then in your global header add <style type="text/css"> .tdd {background-color:#000000; color: #0022FF} </style>
|
|
|
Post by rhondairv on Sept 22, 2010 19:20:02 GMT -8
I soooo wanted to ask about that, but thought i was already asking for a lot so i didn't. Thanks to that brilliant mind i got it anyway! wohoooooooooooo
|
|
|
Post by Wormopolis on Dec 16, 2010 1:46:23 GMT -8
That would work. testing something...
|
|
µ/S†ylµs²/µ.Ldr
Not New Member
ಠ_ಠ
Posts: 28
µ/S†ylµs²/µ.Ldr said 0 great things
|
Post by µ/S†ylµs²/µ.Ldr on Jan 24, 2011 23:54:57 GMT -8
How would I make this left justified? As in.. all the way to the left as opposed to directly in the center? Figured it out! Yay! I'm learning. >Edit< Also.. would it be possible to change the background of the dropdown to be transparent? Kinda ruins the look it being solid colour.. Figured that out too.. Didn't look so good.. Thanks for the code!
|
|
|
Post by Wormopolis on Jan 25, 2011 4:26:41 GMT -8
you are welcome! check in my database for the updated version. this thread was just the beginning.
|
|