I am trying to align the elements in the head portion of a webpage properly.
There are three elements placed inside a header div:
- The site logo (as an image) wrapped in an anchor tag should be left justified.
- A div that contains a bunch of vertically aligned menu elements right justified.
- A form containing a search box and a go button. This must be centered horizontally in the page and show between to logo on the left and the menu items on the right.
All three elements should be justified to the bottom of the header div.
I have been wrestling with this but nothing seems to work. Can you please help? Thanks!