Hi,
I’m trying to put same image after my combo to clean the combo’s value.
But when I do it, looks like the combo break a line after it.
My code:
…
…
…
What should I do to the browser don’t break a line after my combo.
Regards
Marcus
Hi,
I’m trying to put same image after my combo to clean the combo’s value.
But when I do it, looks like the combo break a line after it.
My code:
…
The DIV is a block container, so it always will break line after them, you can
a) use style.float to make DIV of combobox or image after it placed on correct line
b) use TABLE layout and place DIV of combo and image in cells of table.