Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
<script type="text/javascript">
function openMP_layer(a)
{
document.getElementById(a).style.display = "";
}
function closeMP_layer(a)
{
document.getElementById(a).style.display = "none";
}
</script>
<div id="close_nic"><span onclick="closeMP_layer('close_nic');">[x]</span></div>
Du musst den Layer schon noch selber formatierenRagazzo schrieb:ah sehe gerade, dass sich das ganze dann verschiebt bei mir auf der seite... das ist natürlich nicht das was ich suche *grummel*
div#close_nic {
position: absolute;
left: 35%; top: 35%;
width: 480px; height: 360px;
z-index: 10;
border: 4px inset #ff007f;
background: #ff00ff;
}
Das mach ich aber auch immertleilax schrieb:BTW: Der Titel ist irgendwie redundant. DHTML beinhaltet schon JS. Aber das nur als kleine Klugscheisserei am Rande.![]()
![]()