I’m quite bad with CSS, I just want to have on the same line :
div text – input jqxNumberInput – div text.
Here is an example :
if I don’t use jqxNumberInput, I succeed to get div + input + div on the same line.
But when I give to the input tag the ID of my jqxNumberInput, I get 3 lines. http://jsfiddle.net/mogador/mpye5dzr/5/
I’ve tried lots of css combinations, nothing works for me. I’m sure there must be a really simple solution…