• 25-09-2016, 02:55:45
    #10
    Uygulamak istediğiniz site için dedim hocam.
  • 25-09-2016, 14:40:27
    #11
    <html>
    <head>
    <style type="text/css" rel="stylesheet">
    ul {
    	width: 210px;
    	height: 60px;
    	background-color: #66CCFF;
    	list-style: none;
    }
    
    ul li {
    	line-height: 40px;
    	text-align: center;
    	vertical-align: middle;
    	float: left;
    	width: 70px;
    	height: 55px;
    }
    
    ul li:hover {
    		border-bottom: 5px solid #7FFF00;
    }
    </style>
    </head>
    <body>
    <ul>
    <li>Item 1</li>
    <li>Item 2</li>
    <li>Item 3</li>
    <ul>
    </body>
    </html>
    Birde bu kodları dener misiniz?
  • 28-09-2016, 00:08:54
    #12
    ul.menuler li a:hover{border-bottom:2px solid #7FFF00;margin-bottom:2px} yap yazı üstünden altına geçip düzelir
    • Baypars
    Baypars bunu beğendi.
    1 kişi bunu beğendi.