Meghann_78
10-21-2006, 02:46 AM
Hi,
My textarea is working fine in IE but its showing as a large box in FF, how do i get it read my .css textarea width and height? any help would be greatly appreciated!!
http://www.meghannscreations.com
here is my css:
<style type="text/css">
<!--
BODY {
scrollbar-face-color: #ffeaf8;
scrollbar-shadow-color: #ffeaf8;
scrollbar-highlight-color: #ffeaf8;
scrollbar-3dlight-color: #e2e1e1;
scrollbar-darkshadow-color: #e2e1e1;
scrollbar-track-color: #ffffff;
scrollbar-arrow-color: #e2e1e1;
background-color: #ffffff;
cursor:url('/pink.ani');
}
-->
<!--
b{font-weight:bold; color: b3b1b1;}
u{font-weight:normal; color: b3b1b1;}
i{font-weight:normal; color: b3b1b1;}
-->
<!--
A:link {text-decoration: none; font-weight:normal; cursor:
crosshair);color:#b3b1b1;}
A:visited {text-decoration: none; font-weight:normal; cursor:
crosshair;color:#b3b1b1;}
A:active {text-decoration: none; font-weight:normal; cursor:
crosshair;color:#b3b1b1;}
A:hover {text-decoration: line-through; font-weight:normal; cursor:
crosshair; background-color: #FFeaf8;}
-->
<!--
body,tr,td, h6, p, li
{font-size: 8pt;
font-family: tahoma;
color:#b3b1b1;
line-height:12px;
letter-spacing:0pt;
-->
<!-- h6
{font-size: 7pt;
font-weight:normal}
-->
<!--
input, textarea
{color: #b3b1b1;
background: #FFFFFF;
font-size: 7pt;
font-weight: normal;
text-decoration: none;
font-family: Tahoma;
text-align: left;
border-width: 1px;
border-style: solid;
border-color:#b3b1b1;
width: 88px;
height: 31px;
scrollbar-face-color: #b3b1b1;
scrollbar-shadow-color: #b3b1b1;
scrollbar-highlight-color: #b3b1b1;
scrollbar-3dlight-color: #b3b1b1;
scrollbar-darkshadow-color: #b3b1b1;
scrollbar-track-color: #ffffff;
scrollbar-arrow-color: #ffffff;
-->
</style>
My textarea is working fine in IE but its showing as a large box in FF, how do i get it read my .css textarea width and height? any help would be greatly appreciated!!
http://www.meghannscreations.com
here is my css:
<style type="text/css">
<!--
BODY {
scrollbar-face-color: #ffeaf8;
scrollbar-shadow-color: #ffeaf8;
scrollbar-highlight-color: #ffeaf8;
scrollbar-3dlight-color: #e2e1e1;
scrollbar-darkshadow-color: #e2e1e1;
scrollbar-track-color: #ffffff;
scrollbar-arrow-color: #e2e1e1;
background-color: #ffffff;
cursor:url('/pink.ani');
}
-->
<!--
b{font-weight:bold; color: b3b1b1;}
u{font-weight:normal; color: b3b1b1;}
i{font-weight:normal; color: b3b1b1;}
-->
<!--
A:link {text-decoration: none; font-weight:normal; cursor:
crosshair);color:#b3b1b1;}
A:visited {text-decoration: none; font-weight:normal; cursor:
crosshair;color:#b3b1b1;}
A:active {text-decoration: none; font-weight:normal; cursor:
crosshair;color:#b3b1b1;}
A:hover {text-decoration: line-through; font-weight:normal; cursor:
crosshair; background-color: #FFeaf8;}
-->
<!--
body,tr,td, h6, p, li
{font-size: 8pt;
font-family: tahoma;
color:#b3b1b1;
line-height:12px;
letter-spacing:0pt;
-->
<!-- h6
{font-size: 7pt;
font-weight:normal}
-->
<!--
input, textarea
{color: #b3b1b1;
background: #FFFFFF;
font-size: 7pt;
font-weight: normal;
text-decoration: none;
font-family: Tahoma;
text-align: left;
border-width: 1px;
border-style: solid;
border-color:#b3b1b1;
width: 88px;
height: 31px;
scrollbar-face-color: #b3b1b1;
scrollbar-shadow-color: #b3b1b1;
scrollbar-highlight-color: #b3b1b1;
scrollbar-3dlight-color: #b3b1b1;
scrollbar-darkshadow-color: #b3b1b1;
scrollbar-track-color: #ffffff;
scrollbar-arrow-color: #ffffff;
-->
</style>