Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so dont bother with any of their useless mail servers here and just use oauth login instead. Thank the nice Russians for causing that. :)
Paste
Pasted as HTML by ismail ( 13 years ago )
<meta http-equiv="content-type" c>
<meta http-equiv="X-UA-Compatible" c>
[removed][removed]
[removed]
$(window).resize(function(){
a = $('#menu-basla').offset();
$('#menu').css('left',(a.left-10)+'px');
$('#menu').css('top',(a.top+25)+'px');
});
function basla(a,b){
a = $('#'+a).offset();
$('#'+b).css('left',(a.left-10)+'px');
$('#'+b).css('top',(a.top+25)+'px');
$('#'+b).fadeToggle();
}
[removed]
<style>
a{cursor:pointer;color:blue;}
div.menu{
display:none;
position:fixed;
width:100px;
border:1px solid red;
padding:10px;
}
</style>
<div >
burda birşeyler <a>Menü</a> hebe lübe
</div>
<div class="menu" id="menu">
<a href="#">Tahribat</a><br>
<a href="#">Yutup</a><br>
<a href="#">Gogiller</a>
<div>
Revise this Paste
Parent: 43838