Having some trouble adding a "sub menu
" to my drop down menu. I have limited knowledge of CSS and can't seem to figure it out. My goal is to make the sub-menu open to the right side when the cursor is placed on it. Below is the related CSS and HTML code. Any help would be greatly appreciated.
CSS AND HTML
#menu{background:#f0f0f0;border:1px solid #ddd;color:#ddd;height:35px;font-family:'Oswald', Arial, sans-serif;width:1090px;margin:0 auto;}
#menu ul,#menu li{margin:0 auto;padding:0 0;list-style:none}
// Rest of the CSS code here...
<nav id='menu'>
<input type='checkbox'/>
// More HTML code here...