beste helpers .. ik ben een n00b op het gebied van php:
<html>
<head>
<title>css test</title>
<style type="text/css">
#kopmenu {position: absolute; left: 50px; top: 90px;
border:solid 1px #000000; padding: 4px; width: 70px; height: 15px; background: #FF6600;}
#menu {
position: absolute; left: 50px; top: 120;
border:solid 1px #000000; padding: 4px; width: 70px; background: #339900;}
#textvlak {
position: absolute;
left: 204px;
top: 92px;
border:solid 1px #000000;
padding: 4px;
background: #339900;
width: 291px;
height: 140px;
}
a:link { color: black; text-decoration: none }
a:visited { color: blue; text-decoration: none }
a:hover { color: purple; text-decoration: none }
a:active { color: green; text-decoration: none }
</style>
</head>
<body>
<div id="kopmenu">
<center>Links</center>
</div>
<div id="menu">
<a href="home.php"> Home </a> <br />
<a href="links.php"> Links </a> <br />
<a href="foto.php"> Foto's </a>
</div>
<div id="textvlak"></div>
Hier moet de tekst openen
</body>
</html>
Kan iemand mijn helpen met het maken van een script .. de boven staande schuin gedrukte links moeten openen in het dik gedrukte gedeelte ... ik heb zlef al vanalles en nog wat geprobeer maar eigenlijk lukt het mij niet ..
alvast hartelijk bedankt
<html>
<head>
<title>css test</title>
<style type="text/css">
#kopmenu {position: absolute; left: 50px; top: 90px;
border:solid 1px #000000; padding: 4px; width: 70px; height: 15px; background: #FF6600;}
#menu {
position: absolute; left: 50px; top: 120;
border:solid 1px #000000; padding: 4px; width: 70px; background: #339900;}
#textvlak {
position: absolute;
left: 204px;
top: 92px;
border:solid 1px #000000;
padding: 4px;
background: #339900;
width: 291px;
height: 140px;
}
a:link { color: black; text-decoration: none }
a:visited { color: blue; text-decoration: none }
a:hover { color: purple; text-decoration: none }
a:active { color: green; text-decoration: none }
</style>
</head>
<body>
<div id="kopmenu">
<center>Links</center>
</div>
<div id="menu">
<a href="home.php"> Home </a> <br />
<a href="links.php"> Links </a> <br />
<a href="foto.php"> Foto's </a>
</div>
<div id="textvlak"></div>
Hier moet de tekst openen
</body>
</html>
Kan iemand mijn helpen met het maken van een script .. de boven staande schuin gedrukte links moeten openen in het dik gedrukte gedeelte ... ik heb zlef al vanalles en nog wat geprobeer maar eigenlijk lukt het mij niet ..

alvast hartelijk bedankt