Hejsan. Just klar med mitt kontaktscript, bara design som saknas.
Och jag undrar hur man väljer bakgrundsfärgen i textrutorna. Både hur man görr i stilmallen och hur man gör det direkt i koden på sidan!
Så här ser stilmallen ut nu;
body { font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Lucida, Helvetica, Sans-Serif; font-size:11px; color : #000000; }
td { font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Lucida, Helvetica, Sans-Serif; font-size:11px; color : #000000; }
form { font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Lucida, Helvetica, Sans-Serif; font-size:11px; color : #000000; }
input { font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Lucida, Helvetica, Sans-Serif; font-size:11px; color : #000000; }
textarea { font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Lucida, Helvetica, Sans-Serif; font-size:11px; color : #000000; }
select { font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Lucida, Helvetica, Sans-Serif; font-size:11px; color : #000000; }
a.meny{
font-style: normal;
font-variant:normal;
font-weight: bold;
font-size: 11px;
font-family: Verdana, tahoma, arial;
color: #ffffff;
text-decoration: none }
a.meny:hover{
font-variant: normal;
font-size: 11px;
font-weight: bold;
font-family: Verdana, tahoma, arial;
color:#000000;
text-decoration:none;
}
a.main {
font-style: normal;
font-variant: normal;
font-weight: normal;
font-size: 11px;
font-family: Verdana, tahoma, arial;
color: #000000;
text-decoration: none }
a.main:hover{
font-variant: normal;
font-weight: normal;
font-size: 11px;
font-family: Verdana, tahoma, arial;
color: #000000;
}