CSS for form elements in Myspace? |
![]() ![]() |
CSS for form elements in Myspace? |
Jan 17 2008, 07:43 AM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 14 Joined: Jan 2008 Member No: 607,215 |
I can't seem to get the default drop down form to style correctly.
http://www.myspace.com/billgregory CODE <style type="text/css"> input { color:ffffff ; background-color:0f0f0f; font-family:verdana ; font-size:8px;} body {background-color:000000;} div table td div div {border:0px;width:0px;text-align:left; background-color:transparent;} td td td td{border:0px;width:0px;text-align:left; background-color:transparent;} table,td,tr, div{padding:0px;width:;background-color:transparent} table table table{padding:1px;height:.01%;width:100%; background-color:transparent;} table table,table table table table,table,tr,td{height:0px;!important;border:0px;!important; background-color:transparent;} table table table table,table table table table td.text, td.text td.text table{display:none;} td.text table table{display:inline;visibility:visible; background-color:transparent;} table td table tr td.text table table,table td table tr td.text table table td.text{visibility:visible; background-color:transparent;} .contacttable,.whitetext12,.nametext,.lightbluetext8,.orangetext15,.blacktext12, btext,.redtext,.redbtext{display:none;height:0px;!important;visibility:hidden} a.text,table div font a,.navbar font,tr td font{visibility:hidden;display:none;height:0px;!important; background-color:transparent;} table td table tr td.text table{visibility:hidden; background-color:transparent;} a.navbar{font-family:arial; font-size:9px; color:ffffff; font-weight:none;border:0px; text-transform: uppercase; text-decoration:none;} a.navbar:link{font-family:arial; font-size:9px; color:ffffff; font-weight:none;border:0px; text-transform: uppercase; text-decoration:none;} a.navbar:hover{font-family:arial; font-size:9px; color:ffffff; font-weight:none;border:0px; text-transform: uppercase; text-decoration:underline;} .container{visibility:visible;width:750px; height:600px;position:absolute; top:150px;left:50%; margin-left:-375px; overflow:auto;background-color:0f0f0f; border:none; padding:0px; z-index:2px;} </style> <div class="container"> </div> <div class="comments"><table><tr><td><table><tr><td> I am trying to get the display window and drop down to display black, with white text. I've looked all over the net trying to find how to do this, no luck. If I were doing it for a hand written page, I'd be ok. But doing it for the pre-existing myspace drop down window...I'm mystified. Thanks gang! |
|
|
|
Jan 17 2008, 08:00 AM
Post
#2
|
|
![]() Addict ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 3,918 Joined: Jun 2007 Member No: 538,522 |
I've just knocked this up - try it for size:
CODE <style>
div table div div select {background-color:000000;color:ffffff; } </style> |
|
|
|
![]() ![]() |