Hi, thanks for looking in ;)
Sorry for omitting the code; it's mostly generated by JavaScript (though the JS isn't the problem here) so what's below is a static representation of what it ends up like. I've only just looked at it in IE7 (was testing in Firefox earlier) and the display is even worse :(
The below is just one example of a context an input might appear in. It might equally be in a TD or other element, though generally its own display will be inline.
Main Topics
Browse All Topics





by: glumlunPosted on 2008-07-04 at 07:03:22ID: 21933170
hi, would be nice to see some code for this.
id suggest using float on the span that holds the input and then margin-left: [width of the preceding element]; on the span containing the buttons
if you dont always know the width then maybe try clear: both; on the elements that are being "pushed to the right of the floated input"