html - Issue in displaying Dropdown Menu on top of the webpage -


I have a drop down menu that I want to show on the top of the div but it is displayed below. Fidel links and CSS have been used here.

  .menman menu {width: 100%; Margin-left: 182px; }  

Please help me solve it.

  & lt; Div id = "verticalDiv" class = "verticalDiv" & gt; & Lt; Img src = "img / hotelAwadh.png" alt = "logo" style = "float: left" /> & Lt; Div id = "header menu" class = "header menu" & gt; & Lt; Choose name = "menu" style = "font-family: 'courier new', color: #ffffff; background color: # ff 8900; font-weight: bold; font-size: 14pt;" & Gt; & Lt; Option value = "http://www.ricocheting.com/" & gt; Front desk & lt; / Options & gt; & Lt; Option value = "http://www.google.com/" & gt; Google & lt; / Options & gt; & Lt; / Select & gt; & Lt; / Div & gt; & Lt; Label name = "roomOperation" id = "roomOperation" style = "font-style: normal; font-size: 15px; font-weight: bold;" & Gt; Room Operations & lt; / Labels & gt; & Lt; Ul id = "quicklinks" class = "quicklinks" & gt; & Lt; Li & gt; & Lt; A href = "#" rel = "document1" headline = "" & gt; Check in list & lt; / A & gt; & Lt; / Li & gt; & Lt; Li & gt; & Lt; A href = "#" rel = "document2" headline = "" & gt; Check out list & lt; / A & gt; & Lt; / Li & gt; & Lt; / Ul & gt;  


Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -