Habe Probleme mit Popup. Brauche bitte Hilfe.
Ich habe eine Seite gemacht:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<style type="text/css">
body { background-color:rgb(190,190,190) }
p { color:#223; background-color:#rgb }
blockquote { background-color:rgb(60%,90%,75%) }
</style>
<title>Einsätze</title>
</head>
<body>
<table width="100">
<table border="1">
<tr>
<th width="1300" height="100"><h2>Einsatzbericht 1/2006</h2>
<h4>Ölspur</h4>
<table width="100%" border="1">
<tr>
<td width="15%" height="700" align="center" valign="top">
<a href="Oelspur1.jpg" tonclick="FensterOeffnen(this.href); return false"></p>
</td>
<td width="85%" height="700">
Bericht
</td>
</table>
</body>
</html>
Ich will das wenn jemand das kleine Bild anklickt sich das Bild in groß im Popup öffnet (ohne Statusleite).
hatte es schon hinbekommen, aber hab dann das Problem das ich das Bild jeweils im Hochformat und Querformat verwende. Also Bild 1 ist 384x512 und Bild 2 ist 512x384.
Wenn ich das popup definiere, dann wird ein Bild immer mit dickem weisem Rand angezeigt das gefällt mir nicht.
Ein kleiner Rand ums Bild selber ist ok.
Gibt es eine Möglichkeit?
Kann man das irgendwie machen?
habe im Forum schon gesucht und verschiedene Dinge probiert, kriegs aber nicht hin.