Jump to content

CSS Problems


xyn

Recommended Posts

Hi guys,
This is my CSS and I've got a problem with the borders of fields, as soon as i add .input, name.
the borders are removed except on the text areas, However I used the same code on a red.css and there is no problems at all.

Would some people able to check this and tell me why i'm getting borders over the size of 100 px which is confusing.

[sup]A:link
{
font-family:Verdana, Tohama, Arial;
color:3E9EFF;
text-decoration:underline;
font-weight:normal;
}

A:visited
{
font-family:Verdana, Tohama, Arial;
color:3E9EFF;
text-decoration:underline;
font-weight:normal;
}

A:hover
{
font-family:Verdana, Tohama, Arial;
color:0069D2;
text-decoration:underline;
font-weight:normal;
}

A:active
{
font-family:Verdana, Tohama, Arial;
color:3E9EFF;
text-decoration:underline;
font-weight:normal;
}

table
{
font-family:Tahoma, Arial, sans serif;
color:39638C;
font size:8pt;
border-collapse:collapse;
border-color:000000;
}

table table tr.head
{
background-color:AED7FF;
border-color:000000;
width:100%;
height:20;
font-family:Verdana, Tahoma; 
color:3E9EFF;
font size:8pt;
font-weight:bold;
}

table table tr.cont
{
background-color:FFFFFF;
border-color:000000;
width:100%;
font-family:Verdana, Tahoma; 
color:000000;
font size:8pt;
}

body
{
font-family:Verdana, Tahoma; 
color:000000;
font size:8pt; 
background-color:F4F4F4;
scrollbar-arrow-color:0069D2;
scrollbar-face-color:3E9EFF;
scrollbar-highlight-color:3E9EFF;
scrollbar-3dlight-color:0069D2;
scrollbar-shadow-color:3E9EFF;
scrollbar-darkshadow-color:0069D2;
scrollbar-track-color:F4F4F4;
}

.button
{
background-color:F4F4F4;
border: 1px solid #000000;
}

input, textarea
{
border:1px solid 3E9EFF;
background-color:4679AC;
font-family:Verdana, Tahoma;
font-size:8pt;
color:3E9EFF;
}

input, select
{
border:1px solid 3E9EFF;
background-color:F4F4F4;
font-family:Verdana, Tahoma;
font-size:8pt;
color:3E9EFF;
}[/sup]
Link to comment
https://forums.phpfreaks.com/topic/14166-css-problems/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.