Add
in pop-up translation panel
Appearance
Fragment of a discussion from Support/LiquidThreads
It can be done with CSS, here is a sample that works with my system/browsers:
<head> <style type="text/css"> .dynwidth { width:3em; } .dynwidth:focus, .dynwidth:hover { width:99%; } </style> </head> <body> <form> |<input class="dynwidth" />| </form> </body>
Done and live.
Nike