I am trying to vertically center two elements.
I followed the tutorial at phrogz.net but still the elements get placed above the div, below th
Add the following: display:table; to bannerRight
display:table-cell; and vertical-align:middle; to bannerrightinner
I have not tried this, please give me feedback if it does not work. ;)
EDIT: forgot to mention: take 'float' and 'position' properties off