simple menu dropdown dengan jquery
pada kesempatan kali ini akan dibahas cara membuat menu dropdown yang sangat sederhana, atau bisa dibilang basic
berikut mengenai contoh kecil dari kode yang akan dibahas dalam masalah ini
HTML
?
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
CSS
?
1
2
3
4
5
6
7
8
9
10
11
12
nav {
font-family: arial, sans-serif;
position: relative;
font-size:14px;
color:#333;
margin: 0px auto;
}
nav ul {
list-style-type: none;
border-bottom:4px solid #FFF;
margin: 0;
}
>>LIHAT DEMO<<
>>DOWNLOAD SOURCE<<
Checking your browser before accessingPlease enable Cookies and reload the page. This process is automatic. Your browser will redirect to your requested content shortly. Please allow up to 5 seconds… |