Jquery ile açılır menü yapacağım her şey çok güzel fakat bir sorunum var;
HTML KODLARIM;
İBRAHİM ŞEN
CSS KODLARIM;
*{list-style: none; text-decoration: none; color: white;}
body{background-color: #18265a; font-family: 'Josefin Sans', sans-serif;}
#baslik {margin-top: -30px; ; position: absolute;}
#header nav ul{ margin-left: 72%;}
#header nav ul li{ float: left;}
#header nav ul li a{ padding: 20px 20px;}
#header nav ul li a:hover{background-color: black;}
Sorun Nerede?