Hallo,
ich habe mir ein Textfeld gebastelt. In IE7 kann man die Textfelder ausfüllen, aber alles was IE<=6 ist kann man diese nicht ausfüllen, woran liegt es?
Hier der Code:
#news{
width:194px;
height:92px;
margin:0px 0px 0px 3px;
padding:30px 0px 10px 0px;
background:url(http://www./news.jpg) no-repeat center;
}
.news{
margin:8px 0px 4px 14px;
text-align:left;
font:10pt Arial;
font-weight:bold;
color:#990000;
}
.fb{
margin:0px 0px 0px 14px;
text-align:left;
}
.textfeld1{
width:160px;
margin:0px 0px 4px 0px;
}
.button1{
width:81px;
}
<div id="news">
<div class="news">Newsletter</div>
<div class="fb">
<input type="text" class="textfeld1" name="newsl" />
<br />
<input type="submit" class="button1" name="Eintragen" value="Eintragen" /> <input type="submit" class="button1" name="Austragen" value="Austragen" />
</div>
</div>
Vielen Dank
kleiner hobbit