View Single Post
ישן 04-12-05, 17:08   # 15
yarin
חבר בקהילה
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
גיל: 35
הודעות: 196

yarin לא מחובר  

אחי אני לא יודע איפה להכניס את זה בקוד הזה בשביל שהוא היה גם על התמונה...
ושההו גם יסגור
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