Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Aligning 'Remember Me' with its checkbox and the 'Send' Button Reply To: Aligning 'Remember Me' with its checkbox and the 'Send' Button

#236123
Paulie_D
Member

Codepen needs the output HTML to work.

ASP code will do nothing.

Problem is…you’re floating things and floated elements are quite hard to vertically align.

display:inline-block works much better for this and allows for vertical-align:middle.