Add
in pop-up translation panel

Edited by another user.
Last edit: 10:14, 26 January 2011

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>
Purodha Blissenbach12:42, 24 January 2011

Done and live.

Nike09:08, 4 April 2011