ich habe ein problem:
und zwar kann ich nach der formatierung meiner seite mit css
beim firefox und dem neuen ie nicht ins textfeld klicken?
wenn ich ins formular gelangen will muss ich die tabulator taste
benutzen. habe es meinem dozenten gezeigt, der kann sich da aber
auch keinen reim drauf machen und hat so ein problem noch nie gesehen.
ich weis überhaupt nicht wo das problem liegen könnte!?
vielleicht könnt ihr mir helfen. danke
Poste usn doch bitte einmal den Link zu deienr Seite oder den Quellcode.
Corvulus
also ich werde erstmal die kontakt.htm posten und danach meine css.
das ganze ist im netz unter dogstime.de/kontak.htm zu sehen.
vielen dank schon mal…
p.s. ich mache die seite für eine freundin
Dogs Time Hundeschule
Sie können mir eine Nachricht über das Kontaktformular schicken oder eine E-Mail an: [EMAIL="info@dogstime.de"]info@dogstime.de[/EMAIL] - ich
werde mich dann umgehend
mit Ihnen in Verbindung setzen.
Bitte beachten Sie dass es bei einigen Browsern mit dem Kontaktformular noch Probleme geben könnte. Schreiben Sie mir dann bitte eine E-Mail oder rufen
Sie mich an. Vielen Dank!
Name*
|
|
Vorname
|
|
E-Mail oder Tel*
|
|
Betreff
|
|
Anfrage*
|
|
|
|
/* CSS Document */
body {
background-color: #aabbbb;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
}
#alles {
width: 800px;
height: 900px;
margin: auto;
background-color: #F9FADD;
border-width: 4px;
border-color: #000000;
border-style: solid;
}
#kopf {
width: 800px;
height: 200px;
background-color: #EBECC7;
border-bottom-width: 3px;
border-bottom-color: #000000;
border-bottom-style: solid;
}
#logo {
margin-left: 20px;
}
#logo a img {
border: 0;
margin-top: 20px;
}
#menue {
width: 800px;
height: 50px;
background-color: #ccdddd;
border-bottom-width: 3px;
border-bottom-color: #000000;
border-bottom-style: solid;
font-size: 16px;
color: #993333;
}
#menue ul {
position: absolute;
margin-top: 14px;
margin-left:35px;
}
#menue ul li {
display: inline;
margin-left: 5px;
}
#menue ul li a {
text-decoration: none;
}
#menue ul li a:hover {
color: #EBECC7;
}
#menue ul li a:active {
color: #F9FADD;
}
#inhalt {
width: 700px;
color: #C47B19;
}
#inhalt a {
text-decoration: none;
}
#inhalt #text_links {
position: relative;
left: 35px;
top: 35px;
width: 350px;
float: left;
}
#inhalt #text_ueber_mich {
position: relative;
left: 35px;
top: 35px;
width: 480px;
float: left;
}
#inhalt #foto01 {
position: relative;
top: 35px;
left: 90px;
}
#disclimer {
position: relative;
left: 120px;
top: 30px;
}