HTML and CSS   XSLT   JavaScript   Images   Soft   Etc  
Vladimir Tokmakov

Tabulation within text fields 25 February 2005


How it looks in the browser

01 
02 
03 
04 
05 
06 
07 
08 
09 
10 
11 
12 
13 
14 
15 
16 
<div style="width: 100%;">
<div>
<textarea
    style="width: 100%; height: 10em;"
    class="allow_tab_key"
>Pressing Tab key does not move focus to&nbsp;the&nbsp;next text field.</textarea>
<input
    type="text"
    style="width: 100%;"
    class="allow_tab_key"
    value="Dedicated to Leechy's 29th birthday ;)"
/>
</div>
</div>
<script type="text/javascript" src="../../etc/reformator/i/common.js"></script>
<script type="text/javascript" src="../../etc/reformator/i/allow_tab_key.js"></script>

Order a design...