Ændre højden på et lille søge-tekstfelt i en form?
Hey der.Hvordan justerer jeg højden på et tekstfelt jeg har sat ind i en søgeformular på min side? Den skal være 16px høj og helst have en grå baggrund - og det kunne være rigtigt cool hvis den init. value kunne stå med mørkegråt i kursiv :)
Denher er det .css script jeg jeg er i gang med: Jeg har forsøgt mig med at kalde det for "form1" alle de steder jeg kan deffinere et navn og håbe på at det vil kunne komme til at virke.. :)
BODY {
background-repeat: repeat;
background-color: transparent;
scrollbar-3dlight-color: #515151;
scrollbar-arrow-color: #515151;
scrollbar-darkshadow-color:#515151;
scrollbar-base-color: transparent;
scrollbar-face-color: transparent;
scrollbar-highlight-color: transparent;
scrollbar-shadow-color: transparent;
}
a:link
{
font-family: verdana;
font-size: 10px;
font-weight: none;
font-style: none;
text-Transform: none;
text-decoration: none;
color: FFFFFF;
}
a:visited
{
font-family: Verdana;
font-size: 10px;
font-weight: none;
font-style: none;
text-Transform: none;
text-decoration: none;
color: FFFFFF;
}
a:active
{
font-family: Verdana;
font-size: 10px;
font-weight: none;
font-style: none;
text-Transform: none;
text-decoration: none;
color: FFFFFF;
}
a:hover
{
font-family: Verdana;
font-size: 10px;
font-weight: none;
font-style: none;
text-Transform: none;
text-decoration: underline;
color: FFFFFF;
}
.text
{
font-family: verdana;
font-size: 10px;
font-weight: none;
font-style: none;
text-Transform: none;
text-decoration: none;
color: FFFFFF;
}
.headlineTop
{
font-family: verdana;
font-size: 18px;
font-weight: bold;
font-style: none;
text-Transform: none;
text-decoration: none;
color: FFFFFF;
}
.headlineSub
{
font-family: verdana;
font-size: 12px;
font-weight: bold;
font-style: none;
text-Transform: none;
text-decoration: none;
color: FFFFFF;
}
.form1 {
background-color:#DADADA;
border-style: solid;
border-width: 0px;
border-color:#000000;
font-SIZE:7px;
font-family: Verdana, Arial, Helvetica, sans-serif;
COLOR:#DADADA;
text-decoration : none;
background-attachment : fixed;
}
.Submit {
background-color: #FFFFFF;
border-style: solid;
border-width: 1px;
border-color: #000000;
FONT-SIZE: 10px;
font-weight: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
COLOR: #000000;
}
Lad mig høre om nogen kan :)
(Nu gik der vist noget galt i formateringen af det script her..)
