Programalama > JAVA SCRIPT


Ort. 0
Puan ver:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
<html>
 
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1254">
</head>
 
<body>
 
<p>
<!-- -->
<style>
TD{font-family:arial,helvetica; font-size:10pt}
BODY{background-color:white}
A{color:Navy; text-decoration:none}
A:hover{color:red}
A:visited:{color:#808080}
DIV{font-family:arial,helvetica; font-size:12pt; font-weight:bold}
</style><!-- -->
 
 
 
 
<script>
/*
Copyright (C) 1999 Thomas Brattli
This script is made by and copyrighted to Thomas Brattli at www.bratta.com
Visit for more great scripts.
This may be used freely as long as this msg is intact!
********************************************************************************
Browsercheck:*/
ie=document.all?1:0
n=document.layers?1:0
 
//These are the variables you have to set:
 
//How much of the layer do you wan't to be visible when it's in the out state?
lshow=60
 
//How many pixels should it move every step?
var move=10;
 
//At what speed (in milliseconds, lower value is more speed)
menuSpeed=40
 
//Do you want it to move with the page if the user scroll the page?
var moveOnScroll=true
 
/********************************************************************************
You should't have to change anything below this.
********************************************************************************/
//Defining variables
var tim;
var ltop;
 
//Object constructor
function makeMenu(obj,nest){
    nest=(!nest) ? '':'document.'+nest+'.'
    this.css=(n) ? eval(nest+'document.'+obj):eval(obj+'.style')                                               
        this.state=1
        this.go=0
        this.width=n?this.css.document.width:eval(obj+'.offsetWidth')
        this.left=b_getleft
    this.obj = obj + "Object";  eval(this.obj + "=this")       
}
//Get's the top position.
function b_getleft(){
        var gleft=(n) ? eval(this.css.left):eval(this.css.pixelLeft);
        return gleft;
}
/*
Deciding what way to move the menu (this is called onmouseover, onmouseout or onclick)
*/
function moveMenu(){
        if(!oMenu.state){
                clearTimeout(tim)
                mIn()  
        }else{
                clearTimeout(tim)
                mOut()
        }
}
//Menu in
function mIn(){
        if(oMenu.left()>-oMenu.width+lshow){
                oMenu.go=1
                oMenu.css.left=oMenu.left()-move
                tim=setTimeout("mIn()",menuSpeed)
        }else{
                oMenu.go=0
                oMenu.state=1
        }      
}
//Menu out
function mOut(){
        if(oMenu.left()<0){
 
                oMenu.go=1
 
                oMenu.css.left=oMenu.left()+move
 
                tim=setTimeout("mOut()",menuSpeed)
 
        }else{
                oMenu.go=0
 
                oMenu.state=0
 
        }      
}
/*
Checking if the page is scrolled, if it is move the menu after
*/
function checkScrolled(){
        if(!oMenu.go) oMenu.css.top=eval(scrolled)+ltop
 
        if(n) setTimeout('checkScrolled()',30)
}
/*
Inits the page, makes the menu object, moves it to the right place,
show it
*/
function menuInit(){
        oMenu=new makeMenu('divMenu')
        scrolled=n?"window.pageYOffset":"document.body.scrollTop"
 
        oMenu.css.left=-oMenu.width+lshow
 
        ltop=(n)?oMenu.css.top:oMenu.css.pixelTop;
 
        oMenu.css.visibility='visible'
 
        if(moveOnScroll) ie?window.onscroll=checkScrolled:checkScrolled();
 
}
 
//Initing menu on pageload
onload=menuInit;
 
</script>
 
 
 
 
 
 
 
<!--A1 --><div id="divMenu" style="position:absolute; top:300; left:30; height:100; width:540; visibility:hidden">
        <a href="test.htm" ONMOUSEOVER="window.status='Site Navigation Scripts';return true;" ONMOUSEOUT="window.status='';return true;" onclick="window.focus()">Site Navigation</a> -
        <a href="test.htm" ONMOUSEOVER="window.status='Page Effect Scripts';return true;" ONMOUSEOUT="window.status='';return true;" onclick="window.focus()">Page Effects</a> -
        <a href="test.htm" ONMOUSEOVER="window.status='MouseOver Scripts';return true;" ONMOUSEOUT="window.status='';return true;" onclick="window.focus()">Mouse Overs</a> -
        <a href="test.htm" ONMOUSEOVER="window.status='User Information Scripts';return true;" ONMOUSEOUT="window.status='';return true;" onclick="window.focus()">User Information</a> -
        <a href="javascript://" onclick="moveMenu(); window.focus()" ONMOUSEOVER="window.status='Click For Menu';return true;" ONMOUSEOUT="window.status='';return true;">MENU</a>
 
</div><!-- -->
 
 
 
</p>
 
</body>
 
</html>
COPYRİGHT BY DURSUN KOCA admin_tr_06@hotmail.com
 
 
dursun koca
admin_tr_06@hotmail.com


Yorumlar                 Yorum Yaz
Bu hazır kod'a ilk yorumu siz yapın!
KATEGORİLER
ASP - 240
ASP.NET - 24
C# - 75
C++ - 174
CGI - 8
DELPHI - 247
FLASH - 49
HTML - 536
PASCAL - 246
PERL - 11
PHP - 160
WML - 9
XML - 2
Copyright © 2002 - 2025 Hazır Kod - Tüm Hakları Saklıdır.
Siteden yararlanırken gizlilik ilkelerini okumanızı tavsiye ederiz.
hazirkod.com bir İSOBİL projesidir.