How to increase textbox height not textarea

liunx

Guest
Friends<br />
I have to increase the height of the textbox not the textarea.<br />
and also i have to increase the height of the <select></select><br />
can anyone try it and help me?<br />
<br />
thanks<br />
sudhakar<!--content--><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"<br />
"http://www.w3.org/TR/html4/strict.dtd"><br />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><br />
<meta name="Content-Script-Type" content="text/javascript"><br />
<title>Example</title><br />
<br />
<style type="text/css"><br />
<!-- <br />
label {display:block; margin:1em 0em}<br />
input, textarea, select {display:block} <br />
input, select, option {height:5em}<br />
--><br />
</style><br />
<br />
<form action=""><br />
<div><br />
<label>Name<input type="text"></label><br />
<label>Comments<textarea></textarea></label><br />
<label>Giant Says<select><br />
<option>Fee</option><br />
<option>Fie</option><br />
<option>Foe</option><br />
<option>Fum</option><br />
</select></label><br />
<button type="submit">Submit</button><br />
</div><br />
</form><!--content-->thanks for your help but try to adjust the height and width of the input text box<!--content--><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"<br />
"http://www.w3.org/TR/html4/strict.dtd"><br />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><br />
<meta name="Content-Script-Type" content="text/javascript"><br />
<title>Example</title><br />
<br />
<style type="text/css"><br />
<!-- <br />
label {display:block; margin:1em 0em}<br />
input, textarea, select {display:block} <br />
input, select, option {height:5em; width:5em}<br />
--><br />
</style><br />
<br />
<form action=""><br />
<div><br />
<label>Name<input type="text"></label><br />
<label>Comments<textarea></textarea></label><br />
<label>Giant Says<select><br />
<option>Fee</option><br />
<option>Fie</option><br />
<option>Foe</option><br />
<option>Fum</option><br />
</select></label><br />
<button type="submit">Submit</button><br />
</div><br />
</form><!--content-->ok its working<br />
i was trying with frontpage editor. its not working. If i changed through code its working.<br />
<br />
thanks for your help<!--content-->
 
Back
Top