<html>
<head>
<title>א"ב בבנית אתרים</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-8">
<script language="JavaScript">
<!-- Original: news scroller v2.0 rev 1 11mar00 -->
<!-- Original: Dion (biab@iinet.net.au -->
<!-- Web Site: http://members.iinet.net.au/~biab
הפמ חוקל טפירקסה-->
// blank is the location of an invisible gif image.
var blank = "blank.gif";
//floating = true; // place news scroller anywhere on
the page
topedge = 8; // location of news box from top of page when floating
leftedge = 18; // location of news box from left edge
when floating
floating = false; // false looks for the DIV named 'place'
// DIV place can be stored within a table cell to allow accurate
// placement of the news scroller
// floating = true; // place the news scroller anywhere on the page
boxheight = 100; // height of news box
boxwidth = 240; // width of news box
scrollheight = 350; // total height of all data to be scrolled
speed = 1; // scrolling speed (line step size)
delay = 50; // .0150 second delay before next line srolled
(1000=1sec)
source="news.htm"; // name of HTML page to load and replace
the news.
// the original news DIV must be inplace but can contain anything
function scrollnews(cliptop)
{ if (document.layers)
{ newsDiv = document.news;
nDc=newsDiv.clip;
nDc.top = cliptop;
nDc.bottom = cliptop + boxheight;
nDc.left = 0;
nDc.right = boxwidth + leftedge;
newsDiv.left = (floating)?leftedge:document.place.pageX
newsDiv.top = (floating)?topedge - cliptop:document.place.pageY-cliptop;
}
else
{ newsDiv = news.style;
newsDiv.clip = "rect(" + cliptop + "px " + (boxwidth
+ leftedge) + "px " + (cliptop + boxheight) + "px 0px)";
newsDiv.pixelLeft = (floating)?leftedge:document.all.place.offsetLeft;
newsDiv.pixelTop = (floating)?topedge - cliptop:document.all.place.offsetTop-cliptop;
};
if(source>"")
{ newsDiv.src=source; source=""; };
cliptop = (cliptop + speed) % (scrollheight + boxheight);
newsDiv.visibility='visible';
setTimeout("scrollnews(" + cliptop + ")", delay);
};
</script>
<link rel="stylesheet" href="../liora3.css">
</head>
<body onload="scrollnews(0);">
<table width="80%" border="1" cellspacing="2"
cellpadding="2" align="center" bgcolor="#ece8cf"
bordercolor="#666666" class="bord2">
<tr>
<td align="left" width="52%">
<table cellpadding=0>
<tr>
<td width=240 height=104 valign="top">
<!-- Example of non-floating news scroller in a table cell -->
<div id="place" style="position:relative;
visibility:show; top:0; left:0; height:100; width:240;"></div>
</td>
</tr>
</table>
</td>
<td align="left" width="48%" valign="top">
<div align="center"><b><font size="3">News
Scroller ---תושדח טפירקס </font></b></div>
</td>
<tr>
<td align="left" colspan="2"> </td>
</table>
<div id="news" style="position:absolute;
top:0; left:0; clip:rect(10,10,10,10); border-width:0px;
padding:0px; height:100; width:200;">
<table border=0 cellpadding=0 cellspacing=0 bgcolor="white"><tr><td>
<script language="javascript">
document.write('<img src=' + blank + ' width='+boxwidth+' height='+boxheight+'><br>');
</script>
<!-- Your News Items are Here -->
News Scroller Version 2.<br>
You can choose between<br>
floating and fixed placement<br>
where floating can place the<br>
news scroller anywhere on the<br>
page.<br>
When floating=false; the news<br>
scroller will find the DIV<br>
named 'place' and cover this<br>
DIV exaclty. Therefore you can<br>
position the news scroller on<br>
the page with relation to all<br>
other objects and even embed<br>
it within a table cell.<br>
News Scroller can contain any<br>
HTML content including Links<br>
and Images.<br>
<a href="http://members.iinet.net.au/~biab" target="_blank">Biab
Homepage</a><br>
<!-- End Of Your News Items -->
<script language="javascript">
document.write('<br><img src=' + blank + ' width='+boxwidth+'
height='+boxheight+'>');
</script>
</td></tr>
</table>
</div>
</body>
</html>
|