Hallo zusammen,
wie bekomme ich das hin das die Zeilenhöhe zwischen Texfeld und Submit sich um ein paar px verlängert? mit line-height scheint es wohl nicht zu funktionieren.
Gruß Sipatshi
.input_m_frame {
height:60px;
}
.input_frame {
font-family:Arial;
color:#000000;
font-size:12px;
height:12px;
width:92px;
}
.submit_frame {
font-family:Arial;
color:#000000;
font-size:12px;
height:28px;
width:178px;
}
------------------------------------------------------------------
<form class="input_m_frame" >
<b>PLZ Bereich </b>
<input class="input_frame" type="text" name="textfield" id="texfield"/>
<br /><!-- Zeilenhöhe 6px verlängern -->
<input class="submit_frame" type="submit" name="button"
id="button" value="Aufträge suchen" />
</form>