I have 2 columns, one of them I float to the left and the other I float to the right.
The right side has input buttons on them.
For some reason the buttons are kind of in the middle of the column, I want them to be vertically aligned all the way to the top and to the right.
How can I do this? Is it just playing with padding?
<div id="blah">
<div id="left">
<ul><li></li></ul>
</div>
<div id="right"><input type=image src="" /> <input type=image src=""/></div>
</div>
The buttons are vertically aligned with the bottom of the UL.