bjornbos
Gebruiker
- Lid geworden
- 1 feb 2009
- Berichten
- 446
Hallo allemaal,
Ik wil mijn internetpagina correct op het scherm weergeven, maar wanneer ik mijn .html bestandje open komt hij links bovenin de pagina te staan, inplaats van dat hij de hele pagina vult. Op een andere computer met andere resolutie werkt hij wel gewoon.
Ik wil dus dat de pagina zich aanpast aan het beeldscherm van de bezoeker. Hoe
doe ik dit?
De code is:
Alvast bedankt!
Björn Bos
Ik wil mijn internetpagina correct op het scherm weergeven, maar wanneer ik mijn .html bestandje open komt hij links bovenin de pagina te staan, inplaats van dat hij de hele pagina vult. Op een andere computer met andere resolutie werkt hij wel gewoon.
Ik wil dus dat de pagina zich aanpast aan het beeldscherm van de bezoeker. Hoe
doe ik dit?
De code is:
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Untitled Page</title>
<meta name="GENERATOR" content="Created by BlueVoda">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div id="bv_Image2" style="overflow:hidden;position:absolute;left:0px;top:0px;z-index:0" align="left">
<img src="images/backgroundgrey.jpg" id="Image2" alt="" align="top" border="0" style="width:996px;height:1081px;"></div>
<div id="bv_Image3" style="overflow:hidden;position:absolute;left:11px;top:11px;z-index:1" align="left">
<img src="images/blankwit.jpg" id="Image3" alt="" align="top" border="0" style="width:775px;height:200px;"></div>
<div id="bv_Image1" style="overflow:hidden;position:absolute;left:17px;top:17px;z-index:2" align="left">
<img src="images/Header.jpg" id="Image1" alt="" align="top" border="0" style="width:763px;height:187px;"></div>
<div id="bv_Image4" style="overflow:hidden;position:absolute;left:11px;top:223px;z-index:3" align="left">
<img src="images/blankwit.jpg" id="Image4" alt="" align="top" border="0" style="width:775px;height:42px;"></div>
<div id="bv_Image5" style="overflow:hidden;position:absolute;left:11px;top:278px;z-index:4" align="left">
<img src="images/bv01001.jpg" id="Image5" alt="" align="top" border="0" style="width:170px;height:419px;"></div>
<div id="bv_Image7" style="overflow:hidden;position:absolute;left:11px;top:933px;z-index:5" align="left">
<img src="images/blankwit.jpg" id="Image7" alt="" align="top" border="0" style="width:774px;height:44px;"></div>
<div id="bv_Image9" style="overflow:hidden;position:absolute;left:11px;top:858px;z-index:6" align="left">
<img src="images/blankwit.jpg" id="Image9" alt="" align="top" border="0" style="width:170px;height:62px;"></div>
<div id="bv_Image6" style="overflow:hidden;position:absolute;left:11px;top:783px;z-index:7" align="left">
<img src="images/blankwit.jpg" id="Image6" alt="" align="top" border="0" style="width:170px;height:62px;"></div>
<div id="bv_Image8" style="overflow:hidden;position:absolute;left:11px;top:709px;z-index:8" align="left">
<img src="images/blankwit.jpg" id="Image8" alt="" align="top" border="0" style="width:170px;height:62px;"></div>
<div id="bv_Image10" style="overflow:hidden;position:absolute;left:192px;top:278px;z-index:9" align="left">
<img src="images/blankwit.jpg" id="Image10" alt="" align="top" border="0" style="width:412px;height:642px;"></div>
<div id="bv_Image11" style="overflow:hidden;position:absolute;left:615px;top:278px;z-index:10" align="left">
<img src="images/blankwit.jpg" id="Image11" alt="" align="top" border="0" style="width:170px;height:642px;"></div>
</body>
</html>
Alvast bedankt!
Björn Bos