Hi,
ich hätte da eine DW-Extension.
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: |
Ebende verschieben mit Abbremsen
Ebene verschieben
|
onClick="flevSlideDiv('ebene',10,200,20,0,0)
Hier bestimmt der Wert 20 die Beschleunigung/Abbremsung!
10 ist die horizontale, 200 die vertikale Richtung.
Mit den anderen 2 Werten kannst Du auch einstellen das sich die Ebene pro Klick immer weiterbewegt.
Grüße,
Al Blank
Edit:
Slide Layer (v2):
This behavior makes a layer slide to a specified position in the browser window.
It is possible to choose between:
* sliding at constant speed, and
* sliding at gradually decreasing speed.
The sliding speed is adjustable to your needs in both sliding options.
Furthermore, it is possible to choose between:
* absolute movement, where the layer slides to a specified left/top position, and
* relative movement, where the layer slides a given number of pixels left/right/up/down in relation to its current position.
The behavior has been tested (on PC) to be compatible with:
* Internet Explorer 5+ (but it probably also works in IE4.x),
* Netscape 4.x,
* Netscape 6.2+,
* Opera 5+, and
* Mozilla 0.9+<br>