OyunSu.com - oyun, oyunlar, oyun oyna Su ParkıSu Parkı function openCenteredWindow(url, height, width, name, parms) { var left = Math.floor( (screen.width - width) / 2); var top = Math.floor( (screen.height - height) / 2); var winParms = "top=" + top + ",left=" + left + ",height=" + height + ",width=" + width; if (parms) { winParms += "," + parms; } var win = window.open(url, name, winParms); if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); } return win; }

12

ul { margin: 0; padding: 0; list-style: none; width: 150px; } ul li { position: relative; } li ul { position: absolute; left: 149px; top: 0; display: none; } ul li a { display: block; text-decoration: none; background-color: #E2E2E2; padding: 5px; border:1px solid #000; border-bottom:0; } /* IE. gizle */ * html ul li { float: left; height: 1%; } * html ul li a { height: 1%; } /* IE den gizleme sonu */ ul { margin: 0; padding: 0; list-style: none; width: 150px; border-bottom: 1px solid #00; } li:hover ul { display: block; }
Bu web sitesi ücretsiz olarak Bedava-Sitem.com ile oluşturulmuştur. Siz de kendi web sitenizi kurmak ister misiniz?
Ücretsiz kaydol