scorpio_chick
01-03-2006, 10:22 AM
Well...not all of it. I'm just complaining about the textarea/input/buttons. I'm using Mozilla FireFox and i see the textarea/input/buttons right with the border/color correct but when i view it on I.E any input or textarea wouldn't come up.
I've then arranged the order of the CSS, the input/textarea/ are now showing on I.E and Mozilla FF but it doesn't seem to follow the CSS. There are no colors/borders on the textarea/input when i view it on both of the servers.
My Current CSS that works in I.E and Mozilla.
<style type="text/css"> { }
A:link {text-decoration: none; font-weight: bold; color:#3380C1;}
A:visited {text-decoration: none; font-weight: bold; color:#193E5D;}
A:hover {color:#FF4393; background: #000000; text-decoration: none;}
body{background-color: #FFFFFF;
font-family: arial;
letter-spacing: 1pt;
font-size: 9px;
color:#000000;
letter-spacing: 0pt;
line-height:9px;
font-weight:bold;
margin: 0;
padding: 0;
}
b
{ font-family: arial;
font-size: 9px;
line-height: 9px;
font-weight: bold;
color: #D60060;
}
h1
{color: #DF0073;
font-family: arial;
font-size: 12px;
line-height: 12px;
font-weight: bold;
text-align: left;
margin: 0;
margin-top: 1px;
margin-bottom: 1px;
padding: 0px;
padding-bottom: 0px;
border-bottom: 1px dashed #000000;
border-top: 0px;
letter-spacing: 3pt;
font-variant: caps;
}
td
{ font-family: Arial;
color: #000000;
background-color: #FFFFFF;
letter-spacing: 0pt;
font-weight: bold;
font-size: 9px;
line-height: 1;
text-align:center;
padding-left: 0cm;
padding-right: 0cm;
padding-top: 0cm;
padding-bottom: 0cm;
padding: 0cm;
padding: 0cm 0cm; }
.special
{font-family: arial;
letter-spacing: 4pt;
font-size: 10px;
color:#484848;
letter-spacing: 0pt;
line-height:10px;
font-weight:bold;
font-align: center;
textarea, input, button
{color:#C0DFFF;
background-color: #A1A1A1;
filter: alpha(style=0,opacity=0);
font-size: 7pt;
font-weight: bold;
text-decoration: none;
font-family: century gothic;
text-align: left;
border: 1px solid #5B5B5B
}
{
scrollbar-face-color: #858585;
scrollbar-highlight-color: #595959;
scrollbar-3dlight-color: #A9A9A9;
scrollbar-darkshadow-color: #595959;
scrollbar-shadow-color: #A9A9A9;
scrollbar-arrow-color: #4D9DFF;
scrollbar-track-color: #CACACA;
}
</style>
This one works in Mozila Firefox only.
<style type="text/css"> { }
A:link {text-decoration: none; font-weight: bold; color:#3380C1;}
A:visited {text-decoration: none; font-weight: bold; color:#193E5D;}
A:hover {color:#FF4393; background: #000000; text-decoration: none;}
body{background-color: #FFFFFF;
font-family: arial;
letter-spacing: 1pt;
font-size: 9px;
color:#000000;
letter-spacing: 0pt;
line-height:9px;
font-weight:bold;
margin: 0;
padding: 0;
}
b
{ font-family: arial;
font-size: 9px;
line-height: 9px;
font-weight: bold;
color: #D60060;
}
h1
{color: #DF0073;
font-family: arial;
font-size: 12px;
line-height: 12px;
font-weight: bold;
text-align: left;
margin: 0;
margin-top: 1px;
margin-bottom: 1px;
padding: 0px;
padding-bottom: 0px;
border-bottom: 1px dashed #000000;
border-top: 0px;
letter-spacing: 3pt;
font-variant: caps;
}
td
{ font-family: Arial;
color: #000000;
background-color: #FFFFFF;
letter-spacing: 0pt;
font-weight: bold;
font-size: 9px;
line-height: 1;
text-align:center;
padding-left: 0cm;
padding-right: 0cm;
padding-top: 0cm;
padding-bottom: 0cm;
padding: 0cm;
padding: 0cm 0cm; }
textarea, input, button
{color:#C0DFFF;
background-color: #A1A1A1;
filter: alpha(style=0,opacity=0);
font-size: 7pt;
font-weight: bold;
text-decoration: none;
font-family: century gothic;
text-align: left;
border: 1px solid #5B5B5B
}
.special
{font-family: arial;
letter-spacing: 4pt;
font-size: 10px;
color:#484848;
letter-spacing: 0pt;
line-height:10px;
font-weight:bold;
font-align: center;
{
scrollbar-face-color: #858585;
scrollbar-highlight-color: #595959;
scrollbar-3dlight-color: #A9A9A9;
scrollbar-darkshadow-color: #595959;
scrollbar-shadow-color: #A9A9A9;
scrollbar-arrow-color: #4D9DFF;
scrollbar-track-color: #CACACA;
}
</style>
what do you thinks the problem??
I've then arranged the order of the CSS, the input/textarea/ are now showing on I.E and Mozilla FF but it doesn't seem to follow the CSS. There are no colors/borders on the textarea/input when i view it on both of the servers.
My Current CSS that works in I.E and Mozilla.
<style type="text/css"> { }
A:link {text-decoration: none; font-weight: bold; color:#3380C1;}
A:visited {text-decoration: none; font-weight: bold; color:#193E5D;}
A:hover {color:#FF4393; background: #000000; text-decoration: none;}
body{background-color: #FFFFFF;
font-family: arial;
letter-spacing: 1pt;
font-size: 9px;
color:#000000;
letter-spacing: 0pt;
line-height:9px;
font-weight:bold;
margin: 0;
padding: 0;
}
b
{ font-family: arial;
font-size: 9px;
line-height: 9px;
font-weight: bold;
color: #D60060;
}
h1
{color: #DF0073;
font-family: arial;
font-size: 12px;
line-height: 12px;
font-weight: bold;
text-align: left;
margin: 0;
margin-top: 1px;
margin-bottom: 1px;
padding: 0px;
padding-bottom: 0px;
border-bottom: 1px dashed #000000;
border-top: 0px;
letter-spacing: 3pt;
font-variant: caps;
}
td
{ font-family: Arial;
color: #000000;
background-color: #FFFFFF;
letter-spacing: 0pt;
font-weight: bold;
font-size: 9px;
line-height: 1;
text-align:center;
padding-left: 0cm;
padding-right: 0cm;
padding-top: 0cm;
padding-bottom: 0cm;
padding: 0cm;
padding: 0cm 0cm; }
.special
{font-family: arial;
letter-spacing: 4pt;
font-size: 10px;
color:#484848;
letter-spacing: 0pt;
line-height:10px;
font-weight:bold;
font-align: center;
textarea, input, button
{color:#C0DFFF;
background-color: #A1A1A1;
filter: alpha(style=0,opacity=0);
font-size: 7pt;
font-weight: bold;
text-decoration: none;
font-family: century gothic;
text-align: left;
border: 1px solid #5B5B5B
}
{
scrollbar-face-color: #858585;
scrollbar-highlight-color: #595959;
scrollbar-3dlight-color: #A9A9A9;
scrollbar-darkshadow-color: #595959;
scrollbar-shadow-color: #A9A9A9;
scrollbar-arrow-color: #4D9DFF;
scrollbar-track-color: #CACACA;
}
</style>
This one works in Mozila Firefox only.
<style type="text/css"> { }
A:link {text-decoration: none; font-weight: bold; color:#3380C1;}
A:visited {text-decoration: none; font-weight: bold; color:#193E5D;}
A:hover {color:#FF4393; background: #000000; text-decoration: none;}
body{background-color: #FFFFFF;
font-family: arial;
letter-spacing: 1pt;
font-size: 9px;
color:#000000;
letter-spacing: 0pt;
line-height:9px;
font-weight:bold;
margin: 0;
padding: 0;
}
b
{ font-family: arial;
font-size: 9px;
line-height: 9px;
font-weight: bold;
color: #D60060;
}
h1
{color: #DF0073;
font-family: arial;
font-size: 12px;
line-height: 12px;
font-weight: bold;
text-align: left;
margin: 0;
margin-top: 1px;
margin-bottom: 1px;
padding: 0px;
padding-bottom: 0px;
border-bottom: 1px dashed #000000;
border-top: 0px;
letter-spacing: 3pt;
font-variant: caps;
}
td
{ font-family: Arial;
color: #000000;
background-color: #FFFFFF;
letter-spacing: 0pt;
font-weight: bold;
font-size: 9px;
line-height: 1;
text-align:center;
padding-left: 0cm;
padding-right: 0cm;
padding-top: 0cm;
padding-bottom: 0cm;
padding: 0cm;
padding: 0cm 0cm; }
textarea, input, button
{color:#C0DFFF;
background-color: #A1A1A1;
filter: alpha(style=0,opacity=0);
font-size: 7pt;
font-weight: bold;
text-decoration: none;
font-family: century gothic;
text-align: left;
border: 1px solid #5B5B5B
}
.special
{font-family: arial;
letter-spacing: 4pt;
font-size: 10px;
color:#484848;
letter-spacing: 0pt;
line-height:10px;
font-weight:bold;
font-align: center;
{
scrollbar-face-color: #858585;
scrollbar-highlight-color: #595959;
scrollbar-3dlight-color: #A9A9A9;
scrollbar-darkshadow-color: #595959;
scrollbar-shadow-color: #A9A9A9;
scrollbar-arrow-color: #4D9DFF;
scrollbar-track-color: #CACACA;
}
</style>
what do you thinks the problem??