100% input text, a button next to it - how?

Kgvndyygrzbok

New Member
I want to do the following\[code\](we are inside a fix width div)<input text><img>\[/code\]if I set 100% width to the text, the img goes newline.EDIT: I tried:\[code\]<div style="width: auto;"><input style="width: 100%; float: left;" /></div><img style="float: right;" alt="smiles" src="http://stackoverflow.com/questions/15730969/a.gif" width="21" height="21" />\[/code\]
 
Back
Top