The forums ran from 2008-2020 and are now closed and viewable here as an archive.
Home › Forums › CSS › Dropdown Content Right align
Hi, I try to change a content box to right of a dropdown menu instead of showing content below the menu. I practice CSS for dropdown menu with W3 website: http://www.w3schools.com/howto/tryit.asp?filename=tryhow_css_js_dropdown_hover
Can anyone help me to display a content right to a dropdown menu?
Thanks!
.dropdown-content { left:100%; top:0; }