Wneedshelp
Gebruiker
- Lid geworden
- 9 jun 2013
- Berichten
- 45
Ik probeer een fotogallerij te maken met behulp van de volgende pagina -->http://www.mijn-eigen-website.nl/fotogalerij.html
Alle stappen gevolgd maar hij werkt niet zoals je kunt zien --> http://www.geertjeshoeve.nl/overig/waardstraat.html
De code van de pagina is
verder heb ik die magnific-popup.css en magnific.js pagina aangemaakt.
Het staat allemaal in de map overig
Ik hoop dat iemand mij helpen kan
Alle stappen gevolgd maar hij werkt niet zoals je kunt zien --> http://www.geertjeshoeve.nl/overig/waardstraat.html
De code van de pagina is
HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>waardstraat35</title>
<link rel="stylesheet" href="overig/magnific-popup.css" />
<script src="overig/magnific.js" type="text/javascript"></script>
<script src="http://code.jquery.com/jquery-1.11.0.min.js" type="text/javascript"></script>
<script>
$(document).ready(function() {
$('.vergroot').magnificPopup({delegate: 'a', type:'image', gallery:{enabled:true} });
});
</script>
<style type="text/css">
#fotogallerij {
position: absolute;
width: 1069px;
height: 115px;
z-index: 1;
}
</style>
</head>
<body>
<div id="fotogallerij"><div class="vergroot"> <a href="fotoshuis/groot/voorgevel.jpg"><img src="fotoshuis/klein/1_3626b.jpg" width="133" height="200" /></a>
<a href="fotoshuis/groot/glasinlood.jpg"><img src="fotoshuis/klein/glasinlood.jpg" width="133" height="200" /></a>
<a href="fotoshuis/groot/gang.jpg"><img src="fotoshuis/klein/gang.jpg" width="133" height="200" /></a>
<a href="fotoshuis/groot/eethoek.jpg"><img src="fotoshuis/klein/eethoek.jpg" width="200" height="133" /></a>
<a href="fotoshuis/groot/naarbuiten.jpg"><img src="fotoshuis/klein/naarbuiten.jpg" width="148" height="200" /></a>
<a href="fotoshuis/groot/zithoek.jpg"><img src="fotoshuis/klein/zithoek.jpg" width="200" height="133" /></a>
<a href="fotoshuis/groot/keuken.jpg"><img src="fotoshuis/klein/keuken.jpg" width="200" height="133" /></a>
<a href="fotoshuis/groot/achterkanthuis.jpg"><img src="fotoshuis/klein/achterkanthuis.jpg" width="200" height="133" /></a>
<a href="fotoshuis/groot/tuin1.jpg"><img src="fotoshuis/klein/tuin1.jpg" width="200" height="133" /></a>
<a href="fotoshuis/groot/tuin2.jpg"><img src="fotoshuis/klein/tuin2.jpg" width="200" height="133" /></a>
<a href="fotoshuis/groot/schuur.jpg"><img src="fotoshuis/klein/schuur.jpg" width="133" height="200" /></a>
<a href="fotoshuis/groot/overloop1.jpg"><img src="fotoshuis/klein/overloop1.jpg" width="200" height="136" /></a>
<a href="fotoshuis/groot/badkamer.jpg"><img src="fotoshuis/klein/badkamer.jpg" width="133" height="200" /></a>
<a href="fotoshuis/groot/overloop2.jpg"><img src="fotoshuis/klein/overloop2.jpg" width="133" height="200" /></a>
<a href="fotoshuis/groot/slaapkamer.jpg"><img src="fotoshuis/klein/slaapkamer.jpg" width="200" height="133" /></a>
<a href="fotoshuis/groot/gracht.jpg"><img src="fotoshuis/klein/gracht.jpg" width="200" height="133" /></a>
<a href="fotoshuis/groot/zijlpoort.jpg"><img src="fotoshuis/klein/zijlpoort.jpg" width="200" height="133" /></a>
</div></div>
</body>
</html>
verder heb ik die magnific-popup.css en magnific.js pagina aangemaakt.
Het staat allemaal in de map overig
Ik hoop dat iemand mij helpen kan
Laatst bewerkt: