שלח תשובה

זירת השאלות

1875
צפיות
1
תשובות

איך אני גורם לקו התחתון של קישור להופיע רק כאשר עוברים עליו עם העכבר?

,‏ 4 בנובמבר, 2011

תגיות: , ,

1 תשובות

  1. entry הגיב:

    יש להוסיף את הקוד הבא ל-HEAD של הדף:

    <style>
    a:link {color: #0000ff;background:transparent;text-decoration:underline;}
    a:visited {color: #800080;background:transparent;text-decoration:underline;}
    a:hover {color: #ffffff; background: #000080;text-decoration:none;}
    a:active {color: #ffa500;background:transparent;text-decoration:underline;}
    </style>
    

שלח תשובה