Hi lala ,
For the first thing , I think you can test , you add another col - test it , you add another one , test it
Here is a pice of code , try it
actually size is equal to cols , but you have that another part with the scroll, so if you want your text area to be the same with the other field even if you have that scroll , you can use this :<form id="form1" method="post" action="">
<p>
<label>name <br />
<input name="textfield" type="text" size="22" />
</label>
<label>email <br />
<input type="text" name="textfield2" size="22"/>
</label>
</p>
<p>
<label>text<br />
<textarea name="textarea" cols="22" rows=""></textarea>
</label>
</p>
</form>
For the drop down menu I can`t tell you anything because I`m not a JS knowner , yet , if you want to use<form id="form1" method="post" action="">
<p>
<label>name <br />
<input name="textfield" type="text" size="22" />
</label>
<label>email <br />
<input type="text" name="textfield2" size="22"/>
</label>
</p>
<p>
<label>text<br />
<textarea name="textarea" cols="19" rows=""></textarea>
</label>
</p>
</form>
The option group takes the size of the text present withing <option> </option> codes.<label>test 1
<select name="select" multiple="multiple">
<option>test 1 </option>
<option>test 2 </option>
<option>test 3 </option>
</select>
</label>
Hope this was useful for you , I don`t know for sure if it`s what you need .



LinkBack URL
About LinkBacks





Bookmarks