[Misc] Lightbox zeigt nicht alles an

Mel89
Hallo liebe GBler
wir Ihr sicher schon mitbekommen habt haben Rob ja eine Fotoseite.
www-snapshot-photos.de
Leide rkommen wir nicht wirklich weiter Rob hat im Moment keinen wirklcihen ZUgang zum server so das alles an mir hängen bleibt.
Nun habe ich leider leider das Problem mit der Gallerie.
Da ich auch noch viel arbeiten muss bräuchte ich da etwas was fix geht und gut aussieht.
Ich habe im Moment ein wenig mit Lightbos herumprobiert aber das ist ja doch sehr viel arbeit.
Gibt es da etwas was zügiger geht und was sich gut einbauen lässt.
Kann mir da jemand tipps und / oder Hilfestellung geben?


So, leider funktioniert die Lightbox auch nciht richtig wieso auch immer, hat wer eine Idee?
http://www.snapshot-photos.de/ismer.html

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:
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:
168:
169:
170:
171:
172:
173:
174:
175:
176:
177:
178:
179:
180:
181:
182:
183:
184:
185:
186:
187:
188:
189:
190:
191:
192:
193:
194:
195:
196:
197:
198:
199:
200:
201:
202:
203:
204:
205:
206:
207:
208:
209:
210:
211:
212:
213:
214:
215:
216:
217:
218:
219:
220:
221:
222:
223:
224:
225:
226:
227:
228:
229:
230:
231:
232:
233:
234:
235:
236:
237:
238:
239:
240:
241:
242:
243:
244:
245:
246:
247:
248:
249:
250:
251:
252:
253:
254:
255:
256:
257:
258:
259:
260:
261:
262:
263:
264:
265:
266:
267:
268:
269:
270:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
 <script type="text/javascript" src="js/prototype.js"></script>
<script type="text/javascript" src="js/scriptaculous.js?load=effects,builder"></script>
<script type="text/javascript" src="js/lightbox.js"></script>
<link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" />

  <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
<script language="JAVASCRIPT">
<!--
function randtext() {
var quotenumber = 5;
var randomnumber = Math.random() ;
var rand1 = Math.round( (quotenumber-1) * randomnumber) + 1 ;
quotes = new Array
quotes[1] = '<IMG SRC="images/1.png">';
quotes[2] = '<IMG SRC="images/2.png">';
quotes[3] = '<IMG SRC="images/3.png">';
quotes[4] = '<IMG SRC="images/4.png">';
quotes[5] = '<IMG SRC="images/5.png">';
var quote = quotes[rand1];
return quote;
}
//-->
  </script>
  <script type="text/javascript">
/***********************************************
* Disable Text Selection script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/
function disableSelection(target){
if (typeof target.onselectstart!="undefined") //IE route
target.onselectstart=function(){return false}
else if (typeof target.style.MozUserSelect!="undefined") //Firefox route
target.style.MozUserSelect="none"
else //All other route (ie: Opera)
target.onmousedown=function(){return false}
target.style.cursor = "default"
}
//Sample usages
//disableSelection(document.body) //Disable text selection on entire body
//disableSelection(document.getElementById("mydiv")) //Disable text selection on element with id="mydiv"
  </script>
  <title>Fotografieseite</title>


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



</head>
<body bgcolor="#ac9a88">

<center>
<table style="text-align: left;" width="100%" class="normal">

  <tbody>
    <tr>

      <td class="linien" heigth="10px"></td>

    </tr>
    <tr>

      <td class="header" height="60">
      <center><img src="images/header.png"></center>

      </td>

    </tr>

    <tr>

      <td class="linien" heigth="10px"></td>

    </tr>

<tr>
<td><br><a href="index.html" target=_self>STARTSEITE</A> . <a href="Fotografen.html" target=_self>FOTOGRAFEN</A> . <a href="Galerie.html" target=_self>GALERIE</A> . <a href="Shootings.html" target=_self>SHOOTINGS</A> . <a href="Links.html" target=_self>LINKS</a> . <a href="gb.php" target=_self>GÄSTEBUCH</A> . <a href="Kontakt.html" target=_self>KONTAKT</A> . <a href="Impressum.html" target=_self>IMPRESSUM</A></td></tr>

    <tr>

      <td bgcolor="#FFFFFF">
      <center><br>      <script language="JavaScript">
<!--
document.write(randtext());
//-->
      </script><br><br></center>

      </td>

    </tr>

    <tr>

      <td>
      <center>
      <table style="text-align: left; width: 800px;"  bgcolor="#FFFFFF">

        <tbody>

          <tr>

            <td width="383">
			&nbsp;<p>&nbsp;</p>
			<table border="0" width="100%" id="table10">
				<tr>
					<td>
			<a rel="lightbox" href="http://www.snapshot-photos.de/galerie/Impressionen09/ismer/braun1groß.jpg"><img border="0" src="http://www.snapshot-photos.de/galerie/Impressionen09/ismer/braun1klein" alt="Hund"/></a></td>
					<td>
			<a rel="lightbox" href="http://www.snapshot-photos.de/galerie/Impressionen09/ismer/weiß9groß.jpg"><img border="0" src="http://www.snapshot-photos.de/galerie/Impressionen09/ismer/weiß9klein" alt="Hund"/></a></td>
				</tr>
				</table>
			<table border="0" width="100%" id="table11">
				<tr>
					<td>
			<a rel="lightbox" href="http://www.snapshot-photos.de/galerie/Impressionen09/ismer/weiß8groß"><img border="0" src="http://www.snapshot-photos.de/galerie/Impressionen09/ismer/weiß8klein" alt="Hund"/></a></td>
					<td>
			<a rel="lightbox" href="http://www.snapshot-photos.de/galerie/Impressionen09/ismer/weiß7groß.jpg"><img border="0" src="http://www.snapshot-photos.de/galerie/Impressionen09/ismer/weiß7klein.jpg" alt="Hund"/></a></td>
				</tr>
				</table>
			<table border="0" width="100%" id="table12">
				<tr>
					<td>
			<a rel="lightbox" href="http://www.snapshot-photos.de/galerie/Impressionen09/ismer/weiß6groß.jpg"><img border="0" src="http://www.snapshot-photos.de/galerie/Impressionen09/ismer/weiß6klein.jpg" alt="Hund"/></a></td>
					<td>
			<a rel="lightbox" href="http://www.snapshot-photos.de/galerie/Impressionen09/ismer/weiß5groß.jpg"><img border="0" src="http://www.snapshot-photos.de/galerie/Impressionen09/ismer/weiß5klein.jpg" alt="Hund"/></a></td>
				</tr>
				</table>
			<table border="0" width="100%" id="table13">
				<tr>
					<td>
			<a rel="lightbox" href="http://www.snapshot-photos.de/galerie/Impressionen09/ismer/weiß4groß.jpg"><img border="0" src="http://www.snapshot-photos.de/galerie/Impressionen09/ismer/weiß4klein.jpg" alt="Hund"/></a></td>
					<td>
			<a rel="lightbox" href="http://www.snapshot-photos.de/galerie/Impressionen09/ismer/weiß3groß.jpg"><img border="0" src="http://www.snapshot-photos.de/galerie/Impressionen09/ismer/weiß3klein.jpg" alt="Hund"/></a></td>
				</tr>
				</table>
			<table border="0" width="100%" id="table14">
				<tr>
					<td>
			<a rel="lightbox" href="http://www.snapshot-photos.de/galerie/Impressionen09/ismer/weiß2groß.jpg"><img border="0" src="http://www.snapshot-photos.de/galerie/Impressionen09/ismer/weiß2klein.jpg" alt="Hund"/></a></td>
					<td>
			<a rel="lightbox" href="http://www.snapshot-photos.de/galerie/Impressionen09/ismer/weiß1groß.jpg"><img border="0" src="http://www.snapshot-photos.de/galerie/Impressionen09/ismer/weiß1klein.jpg" alt="Hund"/></a></td>
				</tr>
				</table>
			<table border="0" width="100%" id="table15">
				<tr>
					<td>
			<a rel="lightbox" href="http://www.snapshot-photos.de/galerie/Impressionen09/ismer/fuchs1groß.jpg"><img border="0" src="http://www.snapshot-photos.de/galerie/Impressionen09/ismer/fuchs1klein.jpg" alt="Hund"/></a></td>
					<td>
			<a rel="lightbox" href="http://www.snapshot-photos.de/galerie/Impressionen09/ismer/fohlengroß.jpg"><img border="0" src="http://www.snapshot-photos.de/galerie/Impressionen09/ismer/fohlenklein.jpg" alt="Hund"/></a></td>
				</tr>
				</table>
			<table border="0" width="100%" id="table16">
				<tr>
					<td>
			<a rel="lightbox" href="http://www.snapshot-photos.de/galerie/Impressionen09/ismer/braun3groß"><img border="0" src="http://www.snapshot-photos.de/galerie/Impressionen09/ismer/braun3klein" alt="Hund"/></a></td>
					<td>
			<a rel="lightbox" href="http://www.snapshot-photos.de/galerie/Impressionen09/ismer/braun2groß.jpg"><img border="0" src="http://www.snapshot-photos.de/galerie/Impressionen09/ismer/braun2klein.jpg" alt="Hund"/></a></td>
				</tr>
				</table>
			<p><br>
			<br>
			<br>
&nbsp;</td>
<td width=1px bgcolor="#483f36"> </td>

            <td width="383">
			<table border="0" width="100%" id="table17">
				<tr>
					<td>
			<a rel="lightbox" href="http://www.snapshot-photos.de/galerie/iskagross.jpg"><img border="0" src="http://www.snapshot-photos.de/galerie/iskaklein.jpg" alt="Hund"/></a></td>
					<td>
			<a rel="lightbox" href="http://www.snapshot-photos.de/galerie/Impressionen08/pferdweissgross.jpg"><img border="0" src="http://www.snapshot-photos.de/galerie/Impressionen08/pferdweissklein.jpg" alt="Hund"/></a></td>
				</tr>
				</table>
			<table border="0" width="100%" id="table18">
				<tr>
					<td>
			<a rel="lightbox" href="http://www.snapshot-photos.de/galerie/iskagross.jpg"><img border="0" src="http://www.snapshot-photos.de/galerie/iskaklein.jpg" alt="Hund"/></a></td>
					<td>
			<a rel="lightbox" href="http://www.snapshot-photos.de/galerie/Impressionen08/pferdweissgross.jpg"><img border="0" src="http://www.snapshot-photos.de/galerie/Impressionen08/pferdweissklein.jpg" alt="Hund"/></a></td>
				</tr>
				</table>
			<table border="0" width="100%" id="table19">
				<tr>
					<td>
			<a rel="lightbox" href="http://www.snapshot-photos.de/galerie/iskagross.jpg"><img border="0" src="http://www.snapshot-photos.de/galerie/iskaklein.jpg" alt="Hund"/></a></td>
					<td>
			<a rel="lightbox" href="http://www.snapshot-photos.de/galerie/Impressionen08/pferdweissgross.jpg"><img border="0" src="http://www.snapshot-photos.de/galerie/Impressionen08/pferdweissklein.jpg" alt="Hund"/></a></td>
				</tr>
				</table>
			<table border="0" width="100%" id="table20">
				<tr>
					<td>
			<a rel="lightbox" href="http://www.snapshot-photos.de/galerie/iskagross.jpg"><img border="0" src="http://www.snapshot-photos.de/galerie/iskaklein.jpg" alt="Hund"/></a></td>
					<td>
			<a rel="lightbox" href="http://www.snapshot-photos.de/galerie/Impressionen08/pferdweissgross.jpg"><img border="0" src="http://www.snapshot-photos.de/galerie/Impressionen08/pferdweissklein.jpg" alt="Hund"/></a></td>
				</tr>
				</table>
			<table border="0" width="100%" id="table21">
				<tr>
					<td>
			<a rel="lightbox" href="http://www.snapshot-photos.de/galerie/iskagross.jpg"><img border="0" src="http://www.snapshot-photos.de/galerie/iskaklein.jpg" alt="Hund"/></a></td>
					<td>
			<a rel="lightbox" href="http://www.snapshot-photos.de/galerie/Impressionen08/pferdweissgross.jpg"><img border="0" src="http://www.snapshot-photos.de/galerie/Impressionen08/pferdweissklein.jpg" alt="Hund"/></a></td>
				</tr>
				</table>
			<table border="0" width="100%" id="table22">
				<tr>
					<td>
			<a rel="lightbox" href="http://www.snapshot-photos.de/galerie/iskagross.jpg"><img border="0" src="http://www.snapshot-photos.de/galerie/iskaklein.jpg" alt="Hund"/></a></td>
					<td>
			<a rel="lightbox" href="http://www.snapshot-photos.de/galerie/Impressionen08/pferdweissgross.jpg"><img border="0" src="http://www.snapshot-photos.de/galerie/Impressionen08/pferdweissklein.jpg" alt="Hund"/></a></td>
				</tr>
				</table>
			<table border="0" width="100%" id="table23">
				<tr>
					<td>
			<a rel="lightbox" href="http://www.snapshot-photos.de/galerie/iskagross.jpg"><img border="0" src="http://www.snapshot-photos.de/galerie/iskaklein.jpg" alt="Hund"/></a></td>
					<td>
			<a rel="lightbox" href="http://www.snapshot-photos.de/galerie/Impressionen08/pferdweissgross.jpg"><img border="0" src="http://www.snapshot-photos.de/galerie/Impressionen08/pferdweissklein.jpg" alt="Hund"/></a></td>
				</tr>
				</table>
			</td>

          </tr>

        </tbody>
      </table>

      </center>

      </td>

    </tr>

    <tr>

      <td class="linien" heigth="10px"></td>

    </tr>

    <tr>

      <td class="header" height="80"></td>

    </tr>

    <tr>

      <td class="linien" heigth="10px"></td>

    </tr>

  </tbody>
</table>

<br>

<br>

</center>

</body>
</html>
Krissy*
Ich würd dir empfehlen Lightbox zu nutzen, es ist wirklich ziemlich das einfachste außer du nimmst irgend so ein mit werbung verseuchtes teil xD
Mel89
Okay danke (:
Jetzt aheb cih nur ein anderes problem (:
Siehe oben (:
1Sm!le
Was ist "funktioniert nicht richtig"? Bei mir sieht alles erstmal gut aus (Firefox3).