Java Script Bilder verblassen

Turbo
Hallo,

ich hab ne Frage zu dem Java Script Bilder verblassen lassen.... Ich hab das nun in meine Seite eingebaut.... Funktioniert auch soweit alles super nur möchte ich es so haben das ich ne Überschift habe, dann kommen 12 Bilder.... Dann wieder Überschrift und 12 Bilder u.s.w

Die erste Überschrift sowie die Bilder sind da, bei der 2 Überschrift ist es nun so das die Überschrift ein Link ist und auf die HTML Seite von Bild 12 verlinkt....

Wie bekomme ich das hin das es kein Link mehr ist?

Danke Turbo
nobody08
Zeig mal deinen Quellcode, dann können wir sehen, was du machen musst.
Turbo
Ich hoff ich bekomm das hin smile

Hier also der Code:

code:
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:
<SCRIPT LANGUAGE="JavaScript">
<!--
function PopUp(quelle) {
var win2 = window.open("" + quelle,"Window2","height=600,width=700,resizable=yes,top=30,left=30,scrollbars=yes");
win2.focus();
}
//-->
</SCRIPT>

<style fprolloverstyle>A:hover {color: #51735C; font-weight: bold}
</style>

<link href="style.css" rel="stylesheet" type="text/css">
</head>

<body bgcolor="#BCD0C4">
   <div align="center">

     <table class="fix" rules="cols">
      <tr><td style="border: 1px #51735C dashed; border-color: #51735C dashed"><b><center>Tagebuch</center></b></tr>
     </table>


<script language="JavaScript" type="text/JavaScript">
<!--
// Script von [URL]http://www.Ehmig.net[/URL]
// Webmasters World
// Diesen Kommentar bitte stehen lassen, Danke :-)
// Bilder verblassen lassen (Tranzparent)
// Don´t remove this comment, please :-)
function high(which2) {
	theobject=which2
	highlighting=setInterval("highlightit(theobject)",50)
}
function low(which2) {
	clearInterval(highlighting)
	if (which2.style.MozOpacity)
	which2.style.MozOpacity=0.3
	else if (which2.filters)
	which2.filters.alpha.opacity=30
}
function highlightit(cur2) {
	if (cur2.style.MozOpacity<1)
	cur2.style.MozOpacity=parseFloat(cur2.style.MozOpacity)+0.1
	else if (cur2.filters&&cur2.filters.alpha.opacity<100)
	cur2.filters.alpha.opacity+=10
	else if (window.highlighting)
	clearInterval(highlighting)
}
//-->
</script>
<body> 
<table class="fix" rules="cols">
     <tr><td style="padding:5px; border: 1px #51735C dashed;border-color: #51735C dashed"><p><center>Hier findet ihr meine Tagebuch Berichte.... Klickt auf eins der Foto´s und es öffnet sich ein Fenster mit dem Bericht</center></p>
     <p><center><b>Tagebuch Jahr 1</b></center></p>
                                                     <a href="javascript:PopUp('http://home.arcor.de/schweinla/frameseiten/basti/tagebuch/monat_01.htm')"><img src="http://home.arcor.de/schweinla/frameseiten/basti/tagebuch/monat_01.jpg" width="122" height="97" alt="Tagebuch 1.Monat" border="0" style="filter:alpha(opacity=30);-moz-opacity:0.3"
und
onMouseover="high(this)" onMouseout="low(this)"></a> <a href="javascript:PopUp('http://home.arcor.de/schweinla/frameseiten/basti/tagebuch/monat_02.htm')"><img src="http://home.arcor.de/schweinla/frameseiten/basti/tagebuch/monat_02.jpg" width="122" height="97" alt="Tagebuch 2.Monat" border="0" style="filter:alpha(opacity=30);-moz-opacity:0.3"
und
onMouseover="high(this)" onMouseout="low(this)"></a> <a href="javascript:PopUp('http://home.arcor.de/schweinla/frameseiten/basti/tagebuch/monat_03.htm')"><img src="http://home.arcor.de/schweinla/frameseiten/basti/tagebuch/monat_03.jpg" width="122" height="97" alt="Tagebuch 3.Monat" border="0" style="filter:alpha(opacity=30);-moz-opacity:0.3"
und
onMouseover="high(this)" onMouseout="low(this)"></a> <a href="javascript:PopUp('http://home.arcor.de/schweinla/frameseiten/basti/tagebuch/monat_04.htm')"><img src="http://home.arcor.de/schweinla/frameseiten/basti/tagebuch/monat_04.jpg" width="122" height="97" alt="Tagebuch 4.Monat" border="0" style="filter:alpha(opacity=30);-moz-opacity:0.3"
und
onMouseover="high(this)" onMouseout="low(this)"></a> <a href="javascript:PopUp('http://home.arcor.de/schweinla/frameseiten/basti/tagebuch/monat_05.htm')"><img src="http://home.arcor.de/schweinla/frameseiten/basti/tagebuch/monat_05.jpg" width="122" height="97" alt="Tagebuch 5.Monat" border="0" style="filter:alpha(opacity=30);-moz-opacity:0.3"
und
onMouseover="high(this)" onMouseout="low(this)"></a> <a href="javascript:PopUp('http://home.arcor.de/schweinla/frameseiten/basti/tagebuch/monat_06.htm')"><img src="http://home.arcor.de/schweinla/frameseiten/basti/tagebuch/monat_06.jpg" width="122" height="97" alt="Tagebuch 6.Monat" border="0" style="filter:alpha(opacity=30);-moz-opacity:0.3"
und
onMouseover="high(this)" onMouseout="low(this)"></a> <a href="javascript:PopUp('http://home.arcor.de/schweinla/frameseiten/basti/tagebuch/monat_07.htm')"><img src="http://home.arcor.de/schweinla/frameseiten/basti/tagebuch/monat_07.jpg" width="122" height="97" alt="Tagebuch 7.Monat" border="0" style="filter:alpha(opacity=30);-moz-opacity:0.3"
und
onMouseover="high(this)" onMouseout="low(this)"></a> <a href="javascript:PopUp('http://home.arcor.de/schweinla/frameseiten/basti/tagebuch/monat_08.htm')"><img src="http://home.arcor.de/schweinla/frameseiten/basti/tagebuch/monat_08.jpg" width="122" height="97" alt="Tagebuch 9.Monat" border="0" style="filter:alpha(opacity=30);-moz-opacity:0.3"
und
onMouseover="high(this)" onMouseout="low(this)"></a> <a href="javascript:PopUp('http://home.arcor.de/schweinla/frameseiten/basti/tagebuch/monat_09.htm')"><img src="http://home.arcor.de/schweinla/frameseiten/basti/tagebuch/monat_09.jpg" width="122" height="97" alt="Tagebuch 9.Monat" border="0" style="filter:alpha(opacity=30);-moz-opacity:0.3"
und
onMouseover="high(this)" onMouseout="low(this)"></a> <a href="javascript:PopUp('http://home.arcor.de/schweinla/frameseiten/basti/tagebuch/monat_10.htm')"><img src="http://home.arcor.de/schweinla/frameseiten/basti/tagebuch/monat_10.jpg" width="122" height="97" alt="Tagebuch 10.Monat" border="0" style="filter:alpha(opacity=30);-moz-opacity:0.3"
und
onMouseover="high(this)" onMouseout="low(this)"></a> <a href="javascript:PopUp('http://home.arcor.de/schweinla/frameseiten/basti/tagebuch/monat_11.htm')"><img src="http://home.arcor.de/schweinla/frameseiten/basti/tagebuch/monat_11.jpg" width="122" height="97" alt="Tagebuch 11.Monat" border="0" style="filter:alpha(opacity=30);-moz-opacity:0.3"
und
onMouseover="high(this)" onMouseout="low(this)"></a> <a href="javascript:PopUp('http://home.arcor.de/schweinla/frameseiten/basti/tagebuch/monat_12.htm')"><img src="http://home.arcor.de/schweinla/frameseiten/basti/tagebuch/monat_12.jpg" width="122" height="97" alt="Tagebuch 12.Monat" border="0" style="filter:alpha(opacity=30);-moz-opacity:0.3" 
und
onMouseover="high(this)" onMouseout="low(this)"></p>



<p><center><b>Tagebuch Jahr 2</b></center></p>
                                                     <a href="javascript:PopUp('http://home.arcor.de/schweinla/frameseiten/basti/tagebuch/monat_13.htm')"><img src="http://home.arcor.de/schweinla/frameseiten/basti/tagebuch/monat_13.jpg" width="122" height="97" alt="Tagebuch 13.Monat" border="0" style="filter:alpha(opacity=30);-moz-opacity:0.3"
und
onMouseover="high(this)" onMouseout="low(this)"></a> <a href="javascript:PopUp('http://home.arcor.de/schweinla/frameseiten/basti/tagebuch/monat_14.htm')"><img src="http://home.arcor.de/schweinla/frameseiten/basti/tagebuch/monat_14.jpg" width="122" height="97" alt="Tagebuch 14.Monat" border="0" style="filter:alpha(opacity=30);-moz-opacity:0.3"
und
onMouseover="high(this)" onMouseout="low(this)"></a> <a href="javascript:PopUp('http://home.arcor.de/schweinla/frameseiten/basti/tagebuch/monat_15.htm')"><img src="http://home.arcor.de/schweinla/frameseiten/basti/tagebuch/monat_15.jpg" width="122" height="97" alt="Tagebuch 15.Monat" border="0" style="filter:alpha(opacity=30);-moz-opacity:0.3"
und
onMouseover="high(this)" onMouseout="low(this)"></a> <a href="javascript:PopUp('http://home.arcor.de/schweinla/frameseiten/basti/tagebuch/monat_16.htm')"><img src="http://home.arcor.de/schweinla/frameseiten/basti/tagebuch/monat_16.jpg" width="122" height="97" alt="Tagebuch 16.Monat" border="0" style="filter:alpha(opacity=30);-moz-opacity:0.3"
und
onMouseover="high(this)" onMouseout="low(this)"></a> <a href="javascript:PopUp('http://home.arcor.de/schweinla/frameseiten/basti/tagebuch/monat_17.htm')"><img src="http://home.arcor.de/schweinla/frameseiten/basti/tagebuch/monat_17.jpg" width="122" height="97" alt="Tagebuch 17.Monat" border="0" style="filter:alpha(opacity=30);-moz-opacity:0.3"
und
onMouseover="high(this)" onMouseout="low(this)"></a> <a href="javascript:PopUp('http://home.arcor.de/schweinla/frameseiten/basti/tagebuch/monat_18.htm')"><img src="http://home.arcor.de/schweinla/frameseiten/basti/tagebuch/monat_18.jpg" width="122" height="97" alt="Tagebuch 18.Monat" border="0" style="filter:alpha(opacity=30);-moz-opacity:0.3"
und
onMouseover="high(this)" onMouseout="low(this)"></a> <a href="javascript:PopUp('http://home.arcor.de/schweinla/frameseiten/basti/tagebuch/monat_19.htm')"><img src="http://home.arcor.de/schweinla/frameseiten/basti/tagebuch/monat_19.jpg" width="122" height="97" alt="Tagebuch 19.Monat" border="0" style="filter:alpha(opacity=30);-moz-opacity:0.3"
und
onMouseover="high(this)" onMouseout="low(this)"></a> <a href="javascript:PopUp('http://home.arcor.de/schweinla/frameseiten/basti/tagebuch/monat_20.htm')"><img src="http://home.arcor.de/schweinla/frameseiten/basti/tagebuch/monat_20.jpg" width="122" height="97" alt="Tagebuch 20.Monat" border="0" style="filter:alpha(opacity=30);-moz-opacity:0.3"
und
onMouseover="high(this)" onMouseout="low(this)"></a> <a href="javascript:PopUp('http://home.arcor.de/schweinla/frameseiten/basti/tagebuch/monat_21.htm')"><img src="http://home.arcor.de/schweinla/frameseiten/basti/tagebuch/monat_21.jpg" width="122" height="97" alt="Tagebuch 21.Monat" border="0" style="filter:alpha(opacity=30);-moz-opacity:0.3"
und
onMouseover="high(this)" onMouseout="low(this)"></a> <a href="javascript:PopUp('http://home.arcor.de/schweinla/frameseiten/basti/tagebuch/monat_22.htm')"><img src="http://home.arcor.de/schweinla/frameseiten/basti/tagebuch/monat_22.jpg" width="122" height="97" alt="Tagebuch 22.Monat" border="0" style="filter:alpha(opacity=30);-moz-opacity:0.3"
und
onMouseover="high(this)" onMouseout="low(this)"></a> <a href="javascript:PopUp('http://home.arcor.de/schweinla/frameseiten/basti/tagebuch/monat_23.htm')"><img src="http://home.arcor.de/schweinla/frameseiten/basti/tagebuch/monat_23.jpg" width="122" height="97" alt="Tagebuch 23.Monat" border="0" style="filter:alpha(opacity=30);-moz-opacity:0.3"
und
onMouseover="high(this)" onMouseout="low(this)"></a> <a href="javascript:PopUp('http://home.arcor.de/schweinla/frameseiten/basti/tagebuch/monat_24.htm')"><img src="http://home.arcor.de/schweinla/frameseiten/basti/tagebuch/monat_24.jpg" width="122" height="97" alt="Tagebuch 24.Monat" border="0" style="filter:alpha(opacity=30);-moz-opacity:0.3" 
und
onMouseover="high(this)" onMouseout="low(this)">

</table>
   </div>
	<p>&nbsp;</p>
</body>
</html>




Grüße Turbo
nobody08
Da hast du am Ende von Zeile 80 und Zeile 109 das vergessen: </a>
Das ist der "Schlusstag" eines Links. Ich denke das weisst du ja schon. Sonst kannst du auch gerne nochmals fragen.

Gruss
Turbo
Ah na guten Morgen, bin ich doof... Da hätt ich ja wirklich selber drauf kommen können.... Danke

Grüße Turbo