<ole>
Intet er umuligt ... det umulige tager blot somme tider lidt længere tid at lave - og koster derfor noget mere =o))
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Untitled</title>
<script type="text/JavaScript">
function show() {
document.getElementById("menDIV").style.visibility = "visible";
}
</script>
</head>
<body>
<div id="menDIV" style="position:absolute;top:43px;background-color:#ff0000;width:100px;height:300px;visibility:hidden;"><h3>Et menu-div</h3></div>
<table style="width:800px;" cellspacing="0" cellpadding="0" border="0">
<tr>
<td onclick="show()" style="height:30px;background-color:#ffff00;">Her lægger du din menubjælke ... prøv at klikke</td>
</tr>
<tr>
<td><iframe style="width:100%;height:400px" src="
http://www.e-pressen.dk"></iframe></td></tr>
</table>
</body>
</html>
Så simpelt kan et eksempel laves :)
/mvh
</bole>