View Single Post
ישן 13-12-05, 15:17   # 4
Alter
תודה על תרומתך.
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
גיל: 36
הודעות: 3,103

Alter לא מחובר  

הנה הקוד.

קוד:
<script type="text/javascript">
function comment(div)
{
	document.getElementById(div).style.display = (document.getElementById(div).style.display != 'none') ? "none" : "block" ;
}
</script>

	<div class="text1"><li><a onClick="comment('d1')" style="cursor:pointer;">משחקים</a> - <a href="content.php?p=games" class="text1">ערוך תקציר</a> | <a href="games.php?mode=delete" class="text1">מחק/ערוך</a> | <a href="games.php?mode=add" class="text1">הוסף</a></li></div>
	<div id="d1" style=" display: none; padding:5px 5px 5px 5px;">
		<ul dir="rtl">
			<div class="text3"><li>טריוויה - <a href="content.php?p=trv" class="text3">ערוך תקציר</a></li></div>
			<div class="text4"><li>חידה חודשית - <a href="content.php?p=quiz" class="text4">ערוך תקציר</a></li></div>
			<div class="text3"><li>איקס עיגול - <a href="content.php?p=xando" class="text3">ערוך תקציר</a></li></div>
		</ul>
	</div>

זה מתוך האתר שלי, תמחק את מה שאתה לא צריך..
__________________
Alter.
  Reply With Quote