<!-- Original: Ali AKYILDIRIM ( aliakyildirim@myself.com) -->
<!-- Web Site: http://www.yazilimcik.com -->
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://www.yazilimcik.com -->
<!--
// Hareketli Buton script credit:
// Website Abstraction (www.yazilimcik.com)
// More free scripts here! www.yazilimcik.com
//-->
<!-- www.yazilimcik.com -->
<?xml version="1.0" encoding="windows-1254"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="tr" lang="tr" xml:lang="tr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-9">
<title>Hareketli Buton Script | www.yazilimcik.com</title>
<script type="text/javascript" src="js/flash.js"></script>
<style type="text/css">
<!--
body {
color: #ffffff;
background-color: #000000;
font-family: Tahoma;
background-image: url(’images/extra/#ff0000’);
}
body a:link, body a:visited, body a:active {
color: #F5CA1D;
text-decoration: underline;
}
body a:hover {
color: red;
text-decoration: bold;
}
.mainpage {
background-color: #130056;
}
.tableoutborder {
background-color: #ffffff;
}
.tableinborder {
background-color: #1200c2;
}
.threadline {
color: #1200c2;
background-color: #1200c2;
height: 1px;
border: 0;
}
.tabletitle {
color: #ffffff;
background-color: #033264;
background-image: url(’images/mandrake_bluestyle/blue3.gif’);
}
.tabletitle_fc {
color: #ffffff;
}
.inposttable {
background-color: #000000;
}
.tabletitle a:link, .tabletitle a:visited, .tabletitle a:active {
color: #F5CA1D;
text-decoration: none;
}
.tabletitle a:hover {
color: red;
text-decoration: none;
}
.smallfont {
font-size: 11px;
font-family: Tahoma;
color: #ffffff;
}
.normalfont {
font-size: 13px;
font-family: Tahoma;
color: #ffffff;
}
.tablecat {
color: #ffffff;
background-color: #130056;
background-image: url(’images/mandrake_bluestyle/blue.gif’);
}
.tablecat_fc {
color: #ffffff;
}
.tablecat a:link, .tablecat a:visited, .tablecat a:active {
color: #ffffff;
text-decoration: none;
}
.tablecat a:hover {
color: red;
text-decoration: none;
}
.tableb {
color: #ffffff;
background-color: #130056;
}
.tableb_fc {
color: #ffffff;
}
.tableb a:link, .tableb a:visited, .tableb a:active {
color: #F5CA1D;
text-decoration: none;
}
.tableb a:hover {
color: red;
text-decoration: none;
}
.tablea {
color: #ffffff;
background-color: #130056;
}
.tablea_fc {
color: #ffffff;
}
.tablea a:link, .tablea a:visited, .tablea a:active {
color: #F5CA1D;
text-decoration: none;
}
.tablea a:hover {
color: red;
text-decoration: none;
}
.prefix {
color: #DD000B;
font-weight: bold;
}
.time {
color: #bf0009;
font-weight: bold;
}
.highlight {
color: white;
font-weight: bold;
}
select {
font-size: 12px;
font-family: Tahoma;
color: #F5CA1D;
background-color: #000000;
}
textarea {
font-size: 12px;
font-family: Tahoma;
color: #ffffff;
background-color: #0c4bc3;
background-image: url(’images/mandrake_bluestyle/blue4.gif’);
}
.input {
font-size: 12px;
font-family: Tahoma;
color: #ffffff;
background-color: #0c4bc3;
border:1px solid #000000;
border-top-width : 1px;
border-right-width : 1px;
border-bottom-width : 1px;
border-left-width : 1px;
text-indent : 2px;
}
.publicevent {
color: #000000;
}
.privateevent {
color: blue;
}
form {
padding:0px;
margin:0px;
}
pre {
padding:0px;
margin:0px;
}
.leaguemaster {
color: #000000;
background-color: #e9001a;
}
.championsleague {
color: #000000;
background-color: #130056;
}
.uefacup {
color: #000000;
background-color: #130056;
}
.relegated {
color: #000000;
background-color: #fb0010;
}
a:hover{background-image:url(’images/yildiz.gif’);}
A:hover { POSITION: relative; TOP: 1.0px; LEFT: 1.0px; }
body {
color: #FFFFFF;
}
form {
padding:0px;
margin:0px;
}
font, td {
font-family: tahoma;
font-size: 9px;
}
pre {
padding:0px;
margin:0px;
}
BODY { SCROLLBAR-BASE-COLOR: #0c4bc3; SCROLLBAR-ARROW-COLOR: #ffffff; }
<SCRIPT LANGUAGE="JavaScript">
.blase1 {
background-image: url(images/blase5.gif);
}
.blase2 {
background-image: url(images/blase6.gif);
}
.blase3 {
border-color: black
}
-->
</style>
</head>
<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 : 0px ;top : ’+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=3000; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuWidth=120; // Must be a multiple of 10! no quotes!!
menuIsStatic="no";
linkTarget="_self";
startMenu("--{ Menu }--",".:: www.yazilimcik.com ::.")
addItem("Anasayfa", "http://www.yazilimcik.com");
addItem("Yazarlar", "http://www.yazilimcik.com/YazarlarimizHakkindaKisaBilgilerr.aspx");
addItem("Arsiv", "http://www.yazilimcik.com/YazIlar.aspx");
addItem("Kategoriler", "http://www.yazilimcik.com/Kategoriler.aspx");
addItem("Sitene Ekle", "http://www.yazilimcik.com/SitenizeEkleyin.htm");
addItem("Misafir Defteri", "http://www.yazilimcik.com/Defter.aspx");
addItem("Linkler", "http://www.yazilimcik.com/Linkler.aspx");
addItem("Sohbet", "http://www.yazilimcik.com/sohbet.htm");
addItem("Yazar Kayit", "http://www.yazilimcik.com/YazarUyelikk.aspx");
addHdr("-{Yazilimcik}-");
addItem("Iletisim", "http://www.yazilimcik.com/Iletisim.aspx");
addItem("Resimler", "http://www.yazilimcik.com/Resimler.aspx");
addItem("Reklam Ver", "http://www.yazilimcik.com/Reklam.aspx");
addItem("Sözlesme ", "http://www.yazilimcik.com/SozlesmeMaddeleri.aspx");
addHdr("--{ Üye Giris }--");
addItem("Yazar Girisi", "http://www.yazilimcik.com/YazarGirisi.aspx");
addItem("Admin Girisi", "http://www.yazilimcik.com/Admin/Login.aspx");
addItem("Yazilimcik.com", "http://www.yazilimcik.com");
endMenu()
</script>
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://www.yazilimcik.com -->
<!-- www.yazilimcik.com -->