--------------------
<SCRIPT type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></SCRIPT>
<style type="text/css">
body, input{font-family: Calibri, Arial;}
#contentt {text-align:left;position:relative;background-color:#13131313131313;width:160px;height:30px;padding:3px;
margin-top:5px;margin-left:5px;overflow:hidden;padding:8px;-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;}
#resett{display:none;}
</style>
<div id="contentt"><a style="text-align:left;margin:0px;padding:0px;background-color:transparent;border:none;
text-decoration:none;font-family:Calibri, Arial;font-size:17px;font-weight:bold;color:#e5e5e5;float:left;">Hacked List.</a>
<input style="float:right;" id="animate" type="button" value="Göster">
<input style="float:right;" id="resett" type="button" value="Gizle"><br/><br/>
<div style="display:none;"id="duyurun">
<a style="text-align:left;font-family:Calibri, Arial;font-size:16px;font-weight:bold;color:#e5e5e5;float:left;margin:0px;padding:0px;
background-color:transparent;border:none;text-decoration:none;">
By.Hckr.
<br/><br/>
UserName:
<br/><br/>
Password:
</a></div>
</a></div></div>
<script type="text/javascript">
$("#animate").click(function() {
$("#contentt")
.animate({"width": "500px"}, 500)
.animate({"height": "200px"}, 500);
********.getElementById('resett').style.display='block';
********.getElementById('animate').style.display='none';
********.getElementById('duyurun').style.display='block';
********.getElementById('eklesseyi').style.display='block';
});
$("#resett").click(function() {
$("#contentt")
.animate({"height": "30px"}, 500)
.animate({"width": "160px"}, 500);
********.getElementById('duyurun').style.display='none';
********.getElementById('animate').style.display='block';
********.getElementById('resett').style.display='none';
********.getElementById('eklesseyi').style.display='none';
});
</script>
----------------------
bu bir açılır menü bundan aynı sayfa içerisinde 2 adet eklemek istiyorum.
fakat kopyaladığım 2. pano, 1. panoya göre çalışıyo bunu bağımsızlaştırabilecek kapasitede biri varsa lütfen yardım edebilirmi <acil>
<SCRIPT type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></SCRIPT>
<style type="text/css">
body, input{font-family: Calibri, Arial;}
#contentt {text-align:left;position:relative;background-color:#13131313131313;width:160px;height:30px;padding:3px;
margin-top:5px;margin-left:5px;overflow:hidden;padding:8px;-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;}
#resett{display:none;}
</style>
<div id="contentt"><a style="text-align:left;margin:0px;padding:0px;background-color:transparent;border:none;
text-decoration:none;font-family:Calibri, Arial;font-size:17px;font-weight:bold;color:#e5e5e5;float:left;">Hacked List.</a>
<input style="float:right;" id="animate" type="button" value="Göster">
<input style="float:right;" id="resett" type="button" value="Gizle"><br/><br/>
<div style="display:none;"id="duyurun">
<a style="text-align:left;font-family:Calibri, Arial;font-size:16px;font-weight:bold;color:#e5e5e5;float:left;margin:0px;padding:0px;
background-color:transparent;border:none;text-decoration:none;">
By.Hckr.
<br/><br/>
UserName:
<br/><br/>
Password:
</a></div>
</a></div></div>
<script type="text/javascript">
$("#animate").click(function() {
$("#contentt")
.animate({"width": "500px"}, 500)
.animate({"height": "200px"}, 500);
********.getElementById('resett').style.display='block';
********.getElementById('animate').style.display='none';
********.getElementById('duyurun').style.display='block';
********.getElementById('eklesseyi').style.display='block';
});
$("#resett").click(function() {
$("#contentt")
.animate({"height": "30px"}, 500)
.animate({"width": "160px"}, 500);
********.getElementById('duyurun').style.display='none';
********.getElementById('animate').style.display='block';
********.getElementById('resett').style.display='none';
********.getElementById('eklesseyi').style.display='none';
});
</script>
----------------------
bu bir açılır menü bundan aynı sayfa içerisinde 2 adet eklemek istiyorum.
fakat kopyaladığım 2. pano, 1. panoya göre çalışıyo bunu bağımsızlaştırabilecek kapasitede biri varsa lütfen yardım edebilirmi <acil>

