css-inline

CSS: position:absolute within a display:inline

I have a setup like this: <div class="item"> <img src="..."/> <span class="item-detail"></span> <span class="item-detail"></span> <!-- ... --> <span class="item-detail"></span> </div> <div class="item"><!-- ... --></div> <div class="item"><!-- ... --></div> <!-- ... --> <div class="item"><!-- ... --></div> Each of the ...

How to align input and select form elements in one row

How can I align the input and select form elements in my test case, so that their horizontal borders are aligned and all text including labels is aligned to the baseline? I want to have a label and an input form element along with another label and a select form element in one row. Therefore I want to have horizontal borders of select a...