News - Features - Downloads - Forum - Team - Support - Switch View: Screen
Login - Registrierung - Passwort vergessen

Antworten: 23
Seite < 1 [2]
sgraewe ClanSphere Team

Supporter
Supporter




Beiträge: 6116
# Antwort: 21 - 25.08.2010 um 12:54 Uhr
jop, das "<script src="bilder.js" type="text/javascript"></script>", muss in den Head-Bereich. Und bei dem jscript-code immer die scripts weglsssen und auch keinen title, also:
 
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.
1. / 2. / ... 
 Normal1 = new Image();
        
Normal1.src "templates/dgsstandart/images/Navi/neu.gif";
        
Highlight1 = new Image();
        
Highlight1.src "templates/dgsstandart/images/Navi/neu_h.gif";

        
Normal2 = new Image();
        
Normal2.src "templates/dgsstandart/images/Navi/gb.gif";
        
Highlight2 = new Image();
        
Highlight2.src "templates/dgsstandart/images/Navi/gb_h.gif";

        
Normal3 = new Image();
        
Normal3.src "templates/dgsstandart/images/Navi/forum.gif";
        
Highlight3 = new Image();
        
Highlight3.src "templates/dgsstandart/images/Navi/forum_h.gif";

        
Normal4 = new Image();
        
Normal4.src "templates/dgsstandart/images/Navi/teams.gif";
        
Highlight4 = new Image();
        
Highlight4.src "templates/dgsstandart/images/Navi/teams_h.gif";

        
Normal5 = new Image();
        
Normal5.src "templates/dgsstandart/images/Navi/members.gif";
        
Highlight5 = new Image();
        
Highlight5.src "templates/dgsstandart/images/Navi/members_h.gif";

        
Normal6 = new Image();
        
Normal6.src "templates/dgsstandart/images/Navi/wars.gif";
        
Highlight6 = new Image();
        
Highlight6.src "templates/dgsstandart/images/Navi/wars_h.gif";

                  
Normal7 = new Image();
                  
Normal7.src "templates/dgsstandart/images/Navi/hist.gif";
                  
Highlight7 = new Image();
                  
Highlight7.src "templates/dgsstandart/images/Navi/hist_h.gif";

        
Normal8 = new Image();
        
Normal8.src "templates/dgsstandart/images/Navi/regeln.gif";
        
Highlight8 = new Image();
        
Highlight8.src "templates/dgsstandart/images/Navi/regeln_h.gif";

        
Normal9 = new Image();
        
Normal9.src "templates/dgsstandart/images/Navi/server.gif";
        
Highlight9 = new Image();
        
Highlight9.src "templates/dgsstandart/images/Navi/server_h.gif";

        
Normal10 = new Image();
        
Normal10.src "templates/dgsstandart/images/Navi/mani.gif";
        
Highlight10 = new Image();
        
Highlight10.src "templates/dgsstandart/images/Navi/mani_h.gif";

        
Normal11 = new Image();
        
Normal11.src "templates/dgsstandart/images/Navi/community.gif";
        
Highlight11 = new Image();
        
Highlight11.src "templates/dgsstandart/images/Navi/community_h.gif";

        
Normal12 = new Image();
        
Normal12.src "templates/dgsstandart/images/Navi/downloads.gif";
        
Highlight12 = new Image();
        
Highlight12.src "templates/dgsstandart/images/Navi/downloads_h.gif";

        
Normal13 = new Image();
        
Normal13.src "templates/dgsstandart/images/Navi/links.gif";
        
Highlight13 = new Image();
        
Highlight13.src "templates/dgsstandart/images/Navi/links_h.gif";

        
Normal14 = new Image();
        
Normal14.src "templates/dgsstandart/images/Navi/galerie.gif";
        
Highlight14 = new Image();
        
Highlight14.src "templates/dgsstandart/images/Navi/galerie_h.gif";

        
Normal15 = new Image();
        
Normal15.src "templates/dgsstandart/images/Navi/faq.gif";
        
Highlight15 = new Image();
        
Highlight15.src "templates/dgsstandart/images/Navi/faq_h.gif";

        
Normal16 = new Image();
        
Normal16.src "templates/dgsstandart/images/Navi/apply.gif";
        
Highlight16 = new Image();
        
Highlight16.src "templates/dgsstandart/images/Navi/apply_h.gif";

        
Normal17 = new Image();
        
Normal17.src "templates/dgsstandart/images/Navi/warapply.gif";
        
Highlight17 = new Image();
        
Highlight17.src "templates/dgsstandart/images/Navi/warapply_h.gif";

        
Normal18 = new Image();
        
Normal18.src "templates/dgsstandart/images/Navi/kontakt.gif";
        
Highlight18 = new Image();
        
Highlight18.src "templates/dgsstandart/images/Navi/kontakt_h.gif";


        
Normal19 = new Image();
        
Normal19.src "templates/dgsstandart/images/Navi/teamspeak.gif";
        
Highlight19 = new Image();
        
Highlight19.src "templates/dgsstandart/images/Navi/teamspeak_h.gif";

        
Normal20 = new Image();
        
Normal20.src "templates/dgsstandart/images/Navi/memberkarte.gif";
        
Highlight20 = new Image();
        
Highlight20.src "templates/dgsstandart/images/Navi/memberkarte_h.gif";

        
Normal21 = new Image();
        
Normal21.src "templates/dgsstandart/images/Navi/imp.gif";
        
Highlight21 = new Image();
        
Highlight21.src "templates/dgsstandart/images/Navi/imp_h.gif";

        
Normal22 = new Image();
        
Normal22.src "templates/dgsstand/images/Navi/admin_train.gif";
        
Highlight22 = new Image();
        
Highlight22.src "templates/dgsstand/images/Navi/admin_train_h.gif";

/* usw. fuer alle weiteren zu benutzenden Grafi ken */

function Bildwechsel (BildnrBildobjekt) {
  
window.document.images[Bildnr].src Bildobjekt.src;
}



Inaktiv
|
hajo ClanSphere Team


VIP - Poster




Herkunft: Barsbüttel
Beiträge: 9411
# Antwort: 22 - 25.08.2010 um 13:11 Uhr
zeile 5 bis 120 von deinem post weiter oben würden in die bilder.js kommen

und ja, so wäre es ansatzweise richtig

edit: argh ok da war jemand schneller


------------------
ClanSphere - professional clan care starts here

Zuletzt editiert von hajo ClanSphere Team am 25.08.2010 um 13:12 Uhr (1x Editiert)
Inaktiv
|
mautzie
Thread-Ersteller


Try to beat me





Beiträge: 127
# Antwort: 23 - 25.08.2010 um 13:26 Uhr
Danke, hat geklappt, hab alles raus und nun gehts

danke


Kann man eigentlich mehrere Script in eine *.js datei einbinden?


------------------
Jeder kann selbst entscheiden, wie er lebt, was er tut und wie er geht.

Zuletzt editiert von mautzie am 25.08.2010 um 13:27 Uhr (1x Editiert)
Inaktiv
|
Antworten: 23
Seite < 1 [2]


Sie müssen sich registrieren, um zu antworten.


ClanSphere Project - Mailus - Imprint - Disclaimer - Scriptinfo