Forum Moderators: open
dead simple :rolleyes:
<td><b>Subject:</b></td><td colspan="2" width="100%"><input tabindex="1" name="subject" size="60" style="width: 100%;" id="3_compose" value="" onfocus="top.js._CM_OnFocusField(window,this)"></td>
I managed to replicate the effect!
Woohoo!
It is CSS afterall!
<style type="text/css">
<!--
.nb {
width:100%;
background:white;
table-layout:fixed;
overflow: hidden;
}
-->
</style>
<table class=nb>
<tr class=nb>
<td nowrap class=nb>
content content content content content content content content content content content content content content content content content content content content
</td>
</tr>
</table>