View Single Post
ישן 01-07-06, 23:14   # 3
miniature
חבר וותיק
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
הודעות: 1,754

miniature לא מחובר  

תעשה DIV עם visibility שהוא hidden.
ובטקסט הרגיל תעשה onmouseover ל:
HTML קוד:
document.getElementById('div_name').style.visibility=(div_name.style.visibility=="visible"?"hidden":"visible");
__________________
יואב.

דרכים ליצירת קשר:

אימייל: thebigfire@walla.co.il
הודעה פרטית
  Reply With Quote