Re: CSS Dropdown menu for your header- With Categories!
Originally Posted by nosleephotel
I need a little help positioning the dropdown menu. I want to have the whole menu right aligned (not the individual text in each menu item). Can someone help me with this?
Try a:
float:right;
in the #dropMenuWrapper
You might have to play around with other settings after this.