Mam nadziej? ?e dobry dzia?.
Wstawiam kod menu, jak dzia?a mo?na zobaczy? na www.ravenger.pl
Dodaj? te? screena.

Oczywi?cie musicie sobie dostosowa? do swojej strony, zamiast obrazków mo?e by? tekst albo cokolwiek co wam przyjdzie do g?owy.
W kodzie musicie wstawi? ?cie?ki do obrazków strza?ek w gór? i w dó? oraz wasze odno?niki.
openside("Nawigacja");
echo "
<SCRIPT>
var sRepeat=null;
function doScrollerIE(dir, src, amount)
{ if (amount==null)
{amount=10}
if (dir==\"up\")
{document.all[src].scrollTop-=amount}
else {document.all[src].scrollTop+=amount}
if (sRepeat==null)
{sRepeat = setInterval(\"doScrollerIE('\" + dir + \"','\" + src + \"',\" + amount + \")\",100)}
return false}window.document.onmouseout = new Function(\"clearInterval(sRepeat);sRepeat=null\");
window.document.ondragstart = new Function(\"return false\");
function msover(){{event.srcElement.style.color=\"#000099\";event.srcElement.style.backgroundColor=\"#3E7ED4\";
event.srcElement.style.cursor = \"hand\";}}function msout(){{event.srcElement.style.color=\"\";event.srcElement.style.backgroundColor=\"\";event.srcElement.style.cursor = \"auto\";}}function markover(){{event.srcElement.style.color=\"990000\";event.srcElement.style.cursor = \"hand\";}}function markout(){{event.srcElement.style.color=\"000000\";event.srcElement.style.cursor = \"auto\";}}function toggle( targetId ){{target = document.all( targetId );if (target.style.display == \"none\"){target.style.display = \"\";} else {target.style.display = \"none\";}}}</SCRIPT>
<table width=\"100\" border=\"0\" height=\"200\" align=\"center\" cellSpacing=0 cellPadding=0 class=\"zama\">
<tr>
<td height=\"48\" onmouseover=\"this.style.backgroundColor = '';\"
onmouseout=\"this.style.backgroundColor = '';\"
colSpan=2><A class=scroll
onmouseover=\"return doScrollerIE('up','s1',10)\"
onmouseout=clearInterval(sRepeat) href=\"\"><center><IMG height=48 src=\"SCIEZKA DO OBRAZKA STRZALKI W GORE\" width=48 border=0></center></a></td>
</tr>
<tr>
<td height=\"300\"><DIV class=sc1 id=s1
style=\"BACKGROUND: none transparent scroll repeat 0% 0%; OVERFLOW: hidden; WIDTH: 100px; HEIGHT: 300px\">
<DIV class=scr>
<p align=\"center\">
<a href='LINK DO STRONY'><img src=SCIEZKA OBRAZKA alt=ALTERNATYWNY NAPIS title=TYTUL style='margin:5px;'></a><br><br>
</p>
</DIV></div></td>
</tr>
<tr>
<td height=\"48\" onmouseover=\"this.style.backgroundColor = '';\"
onmouseout=\"this.style.backgroundColor = '';\"
colSpan=2><a class=scroll
onMouseOver=\"return doScrollerIE('down','s1',10)\"
onMouseOut=clearInterval(sRepeat) href=\"\"><center><img height=48
src=\"SCIEZKA DO OBRAZKA STRZALKI W DOL\"
width=48
border=0 align=\"top\"></center></a></td>
</tr>
</table>";
closeside();
|