צפיות
תשובות
active link לא עובד
הי,
active link בהגדרות עיצוב העמוד לא עובד, אני מצרפת את הקטע מקובץ ה- CSS
לינק פעיל אמור להיות כתום אך הוא נשאר אפור כמו לינק רגיל,
למישהו יש רעיון איפה הבעיה?
תודה
.banner1 a:link
{
color: #777777;
font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; font-weight: bold;
text-decoration: none;
}
.banner1 a:visited
{
color: #777777;
font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; font-weight: bold;
text-decoration: none;
}
.banner1 a:hover
{
color: #F0A025;
font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; font-weight: bold;
text-decoration: none;
}
.banner1 a:active
{
color: #F0A025;
font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; font-weight: bold;
text-decoration: none;
}
1 תשובות
נא לקרוא כיצד מציגים שאלה