Giriş yap
En son konular
Similar topics
BAna bunun kodunu vereblr
+2
TurkStyle
suskun0001
6 posters
Bedava Forum: Yetkinforumun Destek Forumu :: Yardımlaşma & destek :: Script (kod) problem bölümü :: [Çözümlenmiş] Script (kod) problem soruları
1 sayfadaki 1 sayfası
BAna bunun kodunu vereblr
forumun ana sayfasında sol tarafta kenara yapısık duruyor ve üzerıne gelınce açılıyor bu şekıl yardımcı olurmusunuz ?
En son suskun0001 tarafından Perş. 24 Ara. 2009 - 22:33 tarihinde değiştirildi, toplamda 1 kere değiştirildi (Sebep : sorunum çözüldü teşşekürler)
Geri: BAna bunun kodunu vereblr
- Kod:
<FCK:meta content="text/html; charset=WINDOWS-1254" http-equiv="Content-Type" />
<link href="index.php" rel="index" />
<link href="misc.php?action=faq" rel="help" />
<link href="search.php" rel="search" />
<link href="javascript:self.scrollTo(0,0);" rel="up" />
<link href="http://www.woltlab.de" rel="copyright" /><style type="text/css"><!--
body {
color: #aaff0d;
background-color: #;
font-family: tahoma,helvetica;
);
}
body a:link, body a:visited, body a:active {
color: #;
text-decoration: none;
}
body a:hover {
color: ;
text-decoration: underline;
background-image: url();
POSITION: relative; TOP: 1.0px; LEFT: 1.0px;
}
.mainpage {
}
.tableoutborder {
background-color: #ffffff;
}
.tableinborder {
background-color: #ffffff;
}
.threadline {
height: 1px;
border: 0;
}
.tabletitle {
color: #000000;
background-color: #11181F;
}
.tabletitle_fc {
color: #FFFFFF;
}
.inposttable {
background-color: #253140;
}
.tabletitle a:link, .tabletitle a:visited, .tabletitle a:active {
color: #FFFFFF;
text-decoration: none;
}
.tabletitle a:hover {
color: #BAC3CC;
text-decoration: underline;
}
.smallfont {
font-size: 10px;
font-family: tahoma,helvetica;
color: #aaff0d;
}
.normalfont {
font-size: 14px;
font-family: tahoma,helvetica;
color: #FFFFFF;
}
.tablecat {
color: #FFFFFF;
background-color: #303F53;
}
.tablecat_fc {
color: #FFFFFF;
}
.tablecat a:link, .tablecat a:visited, .tablecat a:active {
color: #FFFFFF;
text-decoration: none;
}
.tablecat a:hover {
color: #BAC3CC;
text-decoration: underline;
}
.tableb {
color: #FFFFFF;
background-color: #253140;
}
.tableb_fc {
color: #FFFFFF;
}
.tableb a:link, .tableb a:visited, .tableb a:active {
color: #FFFFFF;
text-decoration: none;
}
.tableb a:hover {
color: #BAC3CC;
text-decoration: underline;
}
.tablea {
color: #FFFFFF;
background-color: #222D3A;
}
.tablea_fc {
color: #FFFFFF;
}
.tablea a:link, .tablea a:visited, .tablea a:active {
color: #37a6dd;
text-decoration: none;
}
.tablea a:hover {
color: #aaff0d;
text-decoration: underline;
}
.prefix {
color: #FFFFFF;
}
.time {
color: #FFFFFF;
}
.highlight {
color: #FFFFFF;
}
select {
font-size: 11px;
font-family: tahoma,helvetica;
color: #FFFFFF;
background-color: #2D3C4D;
}
textarea {
font-size: 11px;
font-family: tahoma,helvetica;
color: #FFFFFF;
background-color: #2D3C4D;
}
.input {
font-size: 11px;
font-family: tahoma,helvetica;
color: #FFFFFF;
background-color: #2D3C4D;
}
.publicevent {
color: #FFFFFF;
}
.privateevent {
color: #FFFFFF;
}
.hoverMenu {
display: none;
position: absolute;
z-index: 10;
padding: 5px;
border: 1px solid #000000;
color: #FFFFFF;
background-color: #222D3A;
}
.hoverMenu ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.hoverMenu ul li {
text-align: left;
padding: 0;
}
a:hover{background-image:url('');}
A:hover { POSITION: ; TOP: 1.0px; LEFT: 1.0px; }
form {
padding:0px;
margin:0px;
}
pre {
padding:0px;
margin:0px;
font-family: Courier new;
font-size: 11px;
}
.top_bg { background-image: url(images/esoes_LED/top_bg.gif); }
.obenmitte {
}
.untenmitte {
}
.footer_bg {
}
BODY { SCROLLBAR-BASE-COLOR: #1B2530; SCROLLBAR-ARROW-COLOR: #FFFFFF}
--></style><script language=javascript>
NS6 = (document.getElementById&&!document.all)
IE = (document.all)
NS = (navigator.appName=="Netscape" && navigator.appVersion.charAt(0)=="4")
moving=setTimeout('null',1);
lastY = 0;
function moveOut() {
if ((NS6 && parseInt(ssm.left)<0)||(IE && ssm.style.pixelLeft<0)||(NS && document.ssm.left<0))
{
clearTimeout(moving);moving = setTimeout('moveOut()', slideSpeed)
if (NS6){
ssm.left = parseInt(ssm.left)+10+"px";
}
if (IE){
ssm.style.pixelLeft += 10;
}
if (NS){
document.ssm.left += 10;
}
} else {
clearTimeout(moving);
moving=setTimeout('null',1);
}
}
function moveBack(){
clearTimeout(moving);
moving = setTimeout('moveBack1()', waitTime);
}
function moveBack1() {
if ((NS6 && parseInt(ssm.left)>(-menuWidth))||(IE && ssm.style.pixelLeft>(-menuWidth))||(NS && document.ssm.left>(-menuWidth)))
{
clearTimeout(moving);moving = setTimeout('moveBack1()', slideSpeed);
if (NS6){
ssm.left = parseInt(ssm.left)-10+"px";
}
if (IE){
ssm.style.pixelLeft -= 10;
}
if (NS){
document.ssm.left -= 10;
}
} else {
clearTimeout(moving);moving=setTimeout('null',1)
}
}
function makeStatic() {
if (NS6) {
winY = window.pageYOffset;
}
if (IE) {
winY = document.body.scrollTop;var NM=document.all('ssm').style
}
if (NS){
winY = window.pageYOffset;var NM=document.ssm
}
if (NS6||IE||NS){
if (winY!=lastY&&winY>YOffset-staticYOffset){
smooth = .2 * (winY - lastY - YOffset + staticYOffset);
} else if(YOffset-staticYOffset+lastY>YOffset-staticYOffset) {
smooth = .2 * (winY - lastY);
} else {
smooth=0
}
if(smooth > 0) smooth = Math.ceil(smooth);
else smooth = Math.floor(smooth);
if (NS6) ssm.top=parseInt(ssm.top)+smooth+"px"
if (IE) NM.pixelTop+=smooth;
if (NS) NM.top+=smooth;
lastY = lastY+smooth;
setTimeout('makeStatic()', 1)
}
}
function initSlide() {
if (NS6){
ssm=document.getElementById("ssm").style
ssm.visibility="visible";
ssm.left = -menuWidth + "px"; ;
} else if (IE) {
ssm.style.visibility = "visible"
ssm.style.pixelLeft = -menuWidth;
} else if (NS) {
document.ssm.left = -menuWidth;
document.ssm.visibility = "show"
}
if (menuIsStatic=="no") makeStatic();
}
function startMenu(menuHeader, barText) {
if (IE||NS6) {
document.write('<div id="ssm" style="visibility:hidden;position:absolute;left;top: 50px": '+YOffset+' ;Z-Index : 20;width:1px" onmouseover="moveOut()" onmouseout="moveBack()">')
}
if (NS) {
document.write('<span class="tablea" layer visibility="hide" top="'+YOffset+'" name="ssm" left="0" onmouseover="moveOut()" onmouseout="moveBack()">')
}
if (NS6){
document.write('<table border="0" cellpadding="0" cellspacing="0" width="'+(menuWidth+barWidth+2)+'" span class="tablea"><tr><td>')
}
tempBar=""
for (i=0;i<barText.length;i++) {
tempBar+=barText.substring(i, i+1)+"<br>"
}
document.write('<table cellpadding="0" cellspacing="2" width="'+(menuWidth+barWidth+2)+'" border="0" class="tableinborder"><tr><td class="tabletitle" width="'+(menuWidth-1)+'" height="6" align="center" valign="center"> <span class="smallfont"><b>'+menuHeader+'</b></span></td><td align="center" rowspan="100" width="'+barWidth+'" span class="tableb" valign="center"><p align="center"><span class="smallfont"><b>'+tempBar+'</b></span></p></td></tr>')
}
function addItem(text, link, target) {
if ( !target ) {
target = '_self';
} else {
target = '_blank';
}
document.write('<tr>');
document.write('<td span class="tablea" width="'+(menuWidth-1)+'">');
document.write('<ilayer><layer width="100%" align="center">');
document.write('<div align="center">');
document.write('<a href="'+link+'" class="ssmItems" target='+target+'>');
document.write('<span class="smallfont"> '+text+'</span></div></a>');
document.write('</layer></ilayer></td></tr>');
}
function addHdr(text) {
document.write('<tr><td span class="tabletitle" height="6" align="center" valign="center" width="'+(menuWidth-1)+'"> ');
document.write('<span class="smallfont"><b>'+text+'</b></span></td></tr>')
}
function endMenu() {
document.write('</table>')
if (NS6){document.write('</td></tr></table>')}
if (IE||NS6) {document.write('</div>')}
if (NS) {document.write('</layer>')}
if (NS6||IE||NS) setTimeout('initSlide();', 100)
}
//-->
YOffset=20; // no quotes!!
staticYOffset=20; // no quotes!!
slideSpeed=20 // no quotes!!
barWidth=20; // no quotes!!
waitTime=1000; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuWidth=100; // Must be a multiple of 10! no quotes!!
menuIsStatic="no";
linkTarget="_self";
startMenu("SİTEADINIZ","KAYAN MENÜNÜN İSMİ")
addItem("PROFİL","/profile.forum?mode=editprofile");
addItem("İmza","/profile.forum?mode=editprofile&page_profil=signature");
addItem("Avatar","/profile.forum?mode=editprofile&page_profil=avatars");
addItem("MESAJLAR","/msg.forum?folder=inbox");
addItem("Ulaşanlar","/msg.forum?folder=sentbox");
addItem("Gönderilenler","/msg.forum?folder=outbox");
addItem("Saklanan","/msg.forum?folder=savebox");
addItem("Kendi mesajlarınız","search.forum?search_id=egosearch");
addItem("Cevaplanmamışlar","/search.forum?search_id=unanswered");
addItem("Takvim","/calendar.forum");
addItem("ARAMA","/search.forum");
addItem("KURALLAR","KURALLARINIZIN OLDUĞU KONUNUN LİNKİ");
addItem("ISTATISTIKLER","/stats.htm");
addHdr("SİTEADINIZ");
endMenu()
</script>
Geri: BAna bunun kodunu vereblr
Yönetim Paneli
Afiş Asmak
Anasayfa
Genel Bilgiler
Anasayfa Mesajına
Sayfa İçeri ne
Ekleyin Kodu
Her Sayfada Gözükmesi İçin
Yönetim Panel
Afiş Asmak
Modeler
GeneL Yönetim
Sayfanın Üstü
İyi Forumlr
Afiş Asmak
Anasayfa
Genel Bilgiler
Anasayfa Mesajına
Sayfa İçeri ne
Ekleyin Kodu
Her Sayfada Gözükmesi İçin
Yönetim Panel
Afiş Asmak
Modeler
GeneL Yönetim
Sayfanın Üstü
İyi Forumlr
servis- ****
-
Mesaj Sayısı : 416
Geri: BAna bunun kodunu vereblr
hayır en üst sol köşede duruyor sadece ben aşağı indirdikçe onun aşağı inmesi olayı nasıl olacak
Geri: BAna bunun kodunu vereblr
Fire fox kulanmıyorsan aşagı yukarı çıkmaz...ie de sabit kalır..yapcak bişiyok..firfoxla siteye gir
Geri: BAna bunun kodunu vereblr
çok teşekkür ediyorum az önce ieden bakıyordum şimdi firefoxdsan bakınca oldu
Bedava Forum: Yetkinforumun Destek Forumu :: Yardımlaşma & destek :: Script (kod) problem bölümü :: [Çözümlenmiş] Script (kod) problem soruları
1 sayfadaki 1 sayfası
Bu forumun müsaadesi var:
Bu forumdaki mesajlara cevap veremezsiniz
Salı 12 Ekim 2021 - 23:12 tarafından ankatr
» Çok Acil Bir Yardım Çağrısı
Çarş. 20 Ara. 2017 - 19:27 tarafından maxivizyonum
» Domain hakkinda
Çarş. 20 Ara. 2017 - 17:50 tarafından maxivizyonum
» Yıllar Önce Açtığım Siteye Ulaşamıyorum Kapatmak İstiyorum.
Cuma 15 Eyl. 2017 - 23:08 tarafından Percy
» Profil alani
Perş. 25 Mayıs 2017 - 1:37 tarafından snappy
» Portal istek
Cuma 19 Mayıs 2017 - 8:06 tarafından Kertelek
» Kategorilerin üzerine duyuru
C.tesi 13 Mayıs 2017 - 16:29 tarafından Maxelle
» SSL Sertifika güvenli değil htpps
Perş. 11 Mayıs 2017 - 17:04 tarafından Atiim
» Anasayfa Son Mesajlar Çerceve
Paz 7 Mayıs 2017 - 1:14 tarafından Maxelle