depends on how exactly you want to do it...
here's one way:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html
<html>
<head>
<title>Untitled</title>
<style type="text/css">
a.drawer{position:relative
a.drawer:hover{color:red;z
a.drawer span{display:none;}
a.drawer:hover span{position:absolute;top
</style>
</head>
<body>
<a href="#" class="drawer">Show Checkboxes
<span>
<input type="checkbox" value="1"> blah blah<br>
<input type="checkbox" value="1"> blah blah blah<br>
<input type="checkbox" value="1"> blahblah<br>
<input type="checkbox" value="1"> blah blah<br>
</span>
</a>
</body>
</html>
Main Topics
Browse All Topics





by: ZylochPosted on 2007-05-22 at 18:28:47ID: 19138762
You can try a script such as
m/dynamici ndex1/slid einmenu4.h tm
http://www.dynamicdrive.co
It uses an external HTML file, so just have checkboxes instead of menu links.