View Full Version : Remove white bg from text area...


peewee
03-30-2005, 09:17 AM
I have just changed to a new skin but there is a white background around my text area. I have seen a working preview of the skin but there is no white background. What can the problem be?

<div align="center" class="">
<form name="jump">
<select name="menu" onChange="location=document.jump.menu.options[document.jump.menu.selectedIndex].value;" value="GO">
<option value="#">WhErE wOuLd YoU LiKe To Go ToD@Y...</option>
<option value="#">------------------------------------------------------</option>

<option value="http://www.wintergirl.blogspot.com/">YunXin</option>
<option value="http://ruthies_tots.blogspot.com/">Ruth</option>
<option value="http://donaldang.blogspot.com/">Don@ld</option>
<option value="http://fluffruff.blogspot.com/">Ralph</option>
<option value="http://www.highheels13.blogspot.com/">HighHeels</option>
<option value="http://www.pinkybubbles.blogspot.com/">Bubbles</option>
<option value="http://colorful-life.blogspot.com/">Mrs Puppy</option>
<option value="http://motif.blogspot.com/">Xclusive of me with Inclusive of you</option>
<option value="http://www.xiaoqiandetiantang.blogspot.com">QianHui</option>
<option value="http://dying-fairy.blogspot.com">Hanna</option><option value="http://mizsallee.multiply.com">Sallee</option><option value="http://nurtured-emotions.blogspot.com">Hidayah</option>
<option value="http://phenic.blogspot.com">Phenic</option><option value="http://www.xanga.com/home.aspx?user=sweet19blues">Sharon</option>





</select>
</form>
</div>
</td>
</tr>



<!-- begin code provided by createblog.com -->
<head><style type="text/css"><!--/* This Cascading Style Sheet was created by FHKE*/body {background-color: #0D2539;scrollbar-arrow-color: #CBE6FA;scrollbar-track-color: #0D263B;scrollbar-shadow-color: #CBE6FA;scrollbar-face-color: #0D2539;scrollbar-highlight-color: #CBE6FA;scrollbar-darkshadow-color: #0D263B;scrollbar-3dlight-color: #CBE6FA}div.blogheader, .caption {font-family: Arial Black;text-transform: uppercase;font-size: 15px;line-height: 16px;letter spacing: 0px;font-weight: normal;color: #79E1EA;text-align: left;padding-bottom: 2pxborder-bottom: 1px hiddden}input, select, textarea, iframe.htmleditor, .textfield, .button {border: 2px hidden;font: normal 10pt Arial;background-color: transparent;font-color: #681DB6}table.footer TD {text-align: center}h1 {font-size: 25px}h2 {font-size: 18px}h3 {font-size: 10px}h4 {font-size: 9px}h5 {font-size: 8px}font,td,p,xmp {color: #CBE6FA;font-size: 10pt;font-face: Verdana;text-align: left}b,strong {font weight: bold}table.navigation, table.footer { display:none; }.#rblEprops{display:none;}#pnlEnabled table, #htmleditor, #lblTimeZone, #pnlEprops, #rblEprops {text-sizewidth:400px;}.leftmoduletitlebar, .leftmoduleborder, .leftmoduleinterior, table.left, table.left TH, table.left TD, table.navigation, table.footer {display: none;} table.blogbody tr td { width: 0px; padding-left: 1px} table.blogbody {border-bottom: 10px hidden;border-top: 1px solid #535E66;padding-top: 20px;padding-left: 8px;padding-right: 6px;padding-bottom: 20px;text-align: left;family-font: 10 px Verdana;width: 520px}a:link {color: #861CB2; cursor: pointer;}a:visited {color: #861CB2}a:hover {color: #A932DB;font-weight: bold}a:active {color: #A932DB; cursor: pointer}div {filter: chroma(color= #0D263B)}--></style><head><body><center><img src="http://images.xangsters.com/xanga/05/1201a.jpg" width="680" height="1162" border="0" alt="" usemap="#Nemo_Map"><map name="Nemo_Map"><area shape="rect" alt="FHKE Xanga Site" coords="340,1131,445,1140" href="http://www.xanga.com/fhke"><area shape="rect" alt="Look & Feel" coords="463,1091,548,1113" href="http://www.xanga.com/CLAF/default.asp"><area shape="rect" alt="Create Your Own Site" coords="331,1091,459,1113" href="http://www.xanga.com/register.aspx"><area shape="rect" alt="Sign Out" coords="261,1091,325,1114" href="http://www.xanga.com/logout.aspx"><area shape="rect" alt="SignIN" coords="196,1091,256,1115" href="http://www.xanga.com/signin.aspx"><area shape="rect" alt="Xanga" coords="139,1091,190,1116" href="http://www.xanga.com/"><area shape="rect" alt="Private" coords="498,1064,557,1089" href="http://www.xanga.com/private/home.aspx"><area shape="rect" alt="My Subscriptions" coords="389,1064,494,1089" href="http://www.xanga.com/Private/subs.aspx"><area shape="rect" alt="Subscribe to Me" coords="287,1064,385,1089" href="http://www.xanga.com/Private/SubscribeTo.aspx?user=dead_cockroach"><area shape="rect" alt="Back to My Site" coords="186,1064,283,1089" href="http://www.xanga.com/dead_cockroach"><area shape="rect" alt="Profile" coords="126,1064,178,1089" href="http://www.xanga.com/profile.aspx?user=dead_cockroach"></map></center><div style="overflow: auto; width: 520px; height: 790px; margin-top: -908px; margin-left: 0px; margin-right: 0px; margin-bottom: auto; position: absolute"><!--2005 Created by FHKE-->
<!-- end code provided by createblog.com -->

Alcy
03-30-2005, 10:42 PM
The dropdown? This will set the background of the dropdown menu to the same as the page.

<style type="text/css">
option {
background: #0D2539;
}
</style>

peewee
03-31-2005, 08:10 AM
hi, i have found out the cause already. Thanx alot!!