Please anyone help me how to create dropdown menu using htm5 and css
I need dropdown like attached image
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Amit TripathiPosted Jul 14, 2014, 5:21 AM
http://cssdeck.com/labs/another-simple-css3-dropdown-menu
Sanjay SinghPosted Apr 26, 2014, 11:06 AM
from dropdown list
http://www.c-sharpcorner.com/Blogs/15231/
samantaPosted Dec 3, 2013, 10:43 PM
Uchiha ItachiPosted Dec 3, 2013, 3:36 AM
You can consider to try some C# code to implement a dropdown control. C# will be widely used in web developing and much more slick than html and css.
Sanjeeb LenkaPosted Nov 29, 2013, 6:51 AM
samantaPosted Nov 29, 2013, 6:33 AM
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication5.WebForm1" %>
.back
{
background: transparent;
background-image:url('drop.jpg');
}
Sanjeeb LenkaPosted Nov 29, 2013, 4:37 AM
Simple placing dropdown into a container DIV of a lesser width with overflow:hidden
for example:
samantaPosted Nov 29, 2013, 4:32 AM
samantaPosted Nov 29, 2013, 4:30 AM
Sanjeeb LenkaPosted Nov 29, 2013, 4:24 AM
samantaPosted Nov 29, 2013, 3:54 AM
Sanjeeb LenkaPosted Nov 29, 2013, 1:46 AM
http://bavotasan.com/2011/style-select-box-using-only-css/
http://www.red-team-design.com/making-html-dropdowns-not-suck