Jump to content
  • 0

a:hofer; a:active;


vrednyu4aya
 Share

Question

Здравствуйте.

Так я вам выложу CSS и если не трудно посмотрите в ч?м проблема.

Почему ОПЕРА и МАЗИЛА игнорируется. А в ИЕ вс? показывает нормально.

Значит проблема в том что не отоброжается при нажатии и при наведении мышки на ссылку.(не отоброжается нужным мнe цветом)

#base_ul {
margin: 2em;
width: 10em;
padding: 5px;
}

ul {
position: relative;
top: 22px;
left: -26px;
/*margin-left: 5px;*/
list-style-image: url(./img/li.gif);
}
html>body ul {top: -1px; left: -26px;}

li {
margin-top: 5px;
}

ul a {
font-size: 130%;
color: #00a2ff;
text-decoration: underline;
font-weight: bold;
}
#base_ul a:link, #base_ul a:visited { list-style-image: url(./img/li.gif);}
#base_ul a:hover, {list-style-image: url(./img/v_li.gif);}
#base_ul a:active {list-style-image: url(./img/v_li.gif); color: #de2a1b;}

И HTML

<div id="base_ul">
<ul>
<li><a href="#">Truffle</a></li>
<li><a href="#">Kavaler</a></li>
<li><a href="#">Extra</a></li>
<li><a href="#">Prestije</a></li>
<li><a href="#">Dream</a></li>
</ul>
</div>

Link to comment
Share on other sites

11 answers to this question

Recommended Posts

  • 0

у меня же две маленькие фотки. Одна серая, а другая красная.

И при наведении мышки серенькая фотка должна переходить в красненькую.

В ИЕ так и есть вс? к. А вот ОПЕРА, МАЗИЛА проблематично.

Может подскажешь в ч?м проблема?

Link to comment
Share on other sites

  • 0

#base_ul a:link, #base_ul a:visited { list-style-image: url(./img/li.gif);}
#base_ul a:hover, {list-style-image: url(./img/v_li.gif);}
#base_ul a:active {list-style-image: url(./img/v_li.gif); color: #de2a1b;}

Вы для тега a задаете свойство list-style-image, а так вроде не очень корректно.

Link to comment
Share on other sites

  • 0

Эсли надо что бы при наведении менялась стрелачка твоя ,делаем следующие

#base_ul {

margin: 2em;

width: 10em;

padding: 5px;

}

#base_ul ul {

padding:0;

margin:10px 0 10px 25px;

position: relative;

top: 22px;

left: -26px;

/*margin-left: 5px;*/

list-style-image: url(./img/li.gif); это убераем

list-style:none; тут убераем маркеры

}

html>body ul {top: -1px; left: -26px;} А это зачем????

#base_ul li {

margin-top: 5px;

}

#base_ul ul li a {

font-size: 130%;

color: #00a2ff;

text-decoration: underline;

font-weight: bold;

background: url(./img/li.gif) no-repeat;

padding-left:15px;

}

#base_ul ul li a:hover {

background: url(./img/v_li.gif) no-repeat; color: #de2a1b;}

}

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy