View Single Post
ישן 30-11-05, 21:54   # 10
yarin
חבר בקהילה
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
גיל: 35
הודעות: 196

yarin לא מחובר  

ציטוט:
נכתב במקור על ידי liorwohl
<span onclick="document.getElementById("bannerDiv").styl e.display='none'">X</span>

לא צריך פלאש...
אחי זה לא עובד....אתה יכול אולי לחבר את זה לקוד הזה...:
PHP קוד:
<div id="bannerDiv" style="margin:0;position:absolute;z-index:1;top:10px;left:0px;">


<
A HREF="#">
<
IMG SRC="fff.jpg" width="128" height="250">
</
a>
</
div>

<
script type="text/javascript">
   function 
scrollIT() {
         
document.getElementById("bannerDiv").style.top document.body.scrollTop+10;
   }
   
window.setInterval("scrollIT()",1);
</script> 
  Reply With Quote