Random
1.
De ontdekking van de eeuw2.
drop down menu - CSS3.
Url met extra infoUrl met extra info
Een url met uitgebreide extra info
Voorbeeld:
Hey!
Script: 
1 2 3 4 5 6 7 8 9 10 11 12 13
|
<style type="text/css"> div.popup_information { position: fixed; visibility: hidden; } a.hovertext:hover + div.popup_information { visibility: visible; } </style>
<a href="#" class="hovertext">Hey!</a> <div class="popup_information">fdasfda fda <a href="#">fda</a> fgdafdad fdadfsa fdadfsa</div>
|
1