Brause-Junior
Mitglied
Hallo,
Ich nutze folgenden Scriptcode:
Wie bekomme ich es hin, dass z.b. mein IPhone nicht
sondern z.b.
nutzt?
Ich nutze folgenden Scriptcode:
Code:
<script type="text/javascript">
var info = document.getElementById("infoBox");
info.style.display = "none";
info.style.position = "absolute";
info.style.zIndex = 999;
info.style.left = "435px";
function buttonShow() {
info.style.display = "";
}
function buttonHide() {
info.style.display = "none";
}
</script>
Wie bekomme ich es hin, dass z.b. mein IPhone nicht
Code:
info.style.left = "435px";
Code:
info.style.left = "10px";