1
hallo,
kann man layer auch selber erstellen?
wenn ja wie?
mfg tobi
kann man layer auch selber erstellen?
wenn ja wie?
mfg tobi
<style type="text/css">
<!--
#sponsorAdDiv {position:absolute; height:1; width:1; top:0; left:0;}
-->
</style>
<SCRIPT LANGUAGE="JavaScript1.2">
adTime=10; // seconds ad reminder is shown
chanceAd=1; // ad will be shown 1 in X times (put 1 for everytime)
var ns=(document.layers);
var ie=(document.all);
var w3=(document.getElementById && !ie);
adCount=0;
function initAd(){
if(!ns && !ie && !w3) return;
if(ie) adDiv=eval('document.all.sponsorAdDiv.style');
else if(ns) adDiv=eval('document.layers["sponsorAdDiv"]');
else if(w3) adDiv=eval('document.getElementById("sponsorAdDiv").style');
randAd=Math.ceil(Math.random()*chanceAd);
if (ie||w3)
adDiv.visibility="visible";
else
adDiv.visibility ="show";
if(randAd==1) showAd();
}
function showAd(){
adCount+=1;
if (ie){documentWidth =document.body.offsetWidth/2+document.body.scrollLeft-20;
documentHeight =document.body.offsetHeight/2+document.body.scrollTop-20;}
else if (ns){documentWidth=window.innerWidth/2+window.pageXOffset-20;
documentHeight=window.innerHeight/2+window.pageYOffset-20;}
else if (w3){documentWidth=self.innerWidth/2+window.pageXOffset-20;
documentHeight=self.innerHeight/2+window.pageYOffset-20;}
adDiv.left=documentWidth-200;adDiv.top =documentHeight-200;
}
function closeAd(){
if (ie||w3)
adDiv.display="none";
else
adDiv.visibility ="hide";
}
onload=initAd;
//End-->
</script>
<div id="sponsorAdDiv" style="visibility:hidden">
<table width="450" height="350" bgcolor="#008000"><tr><td>
<table width="445" height="345" bgcolor="#FFFFFF"><tr><td align="center" valign="middle">
<!--*****EDIT THIS MESSAGE*****-->
<img src="bilder/ppc/ppc_2009_kopf.gif" width="545" height="185" border="0" alt="">
<font color="#FF0000"><p>Liebe Freunde am Turniersport!</p></font>
<font size="-1"><font face="VERDANA,ARIAL,HELVETICA"><a onclick="closeAd();" style="text-decoration:none;color:#000000;"><u>Fenster schließen</u></a></font> </font>
<!--*****EDIT THE ABOVE MESSAGE*****-->
</td></tr></table></td></tr></table>
</div>
adDiv.left=(documentWidth-200)+"px";adDiv.top =(documentHeight-200)+"px";
Thema | Autor | Forum | Beiträge | Letzter Beitrag |
---|---|---|---|---|
Weiterleitung von daten htaccess | Jörg Kruse | Webserver und .htaccess | 21 | 22.11.2020 14:19 |
Karte mit Stecknadel versehen | Isabell | JavaScript | 6 | 21.09.2013 21:08 |
Layer immer im Vordergrund | Moritz | JavaScript | 11 | 20.12.2007 16:50 |
Anpassungen an Doctype | zingsturlaub | HTML und CSS | 33 | 19.08.2007 12:55 |
Elemente im zentrierten Layout anordnen | scibby | HTML und CSS | 16 | 30.05.2007 18:51 |
Seite passt sich Browser an | tommik | HTML und CSS | 2 | 25.05.2006 22:37 |
Doctype Switching | Jörg Kruse | HTML und CSS | 1 | 05.03.2005 20:19 |