Jump to content
  • 0

не работает прозрачность


Влад_1995
 Share

Question

по каким причинам кроме может не работать свойство opaciy? (пользуюсь браузером Мozilla а не Explorer). допустим есть gif анимация: сделал так что б была ссылкой в стилях написал

a {
opacity:0.5;}
a:hover {
opacity:1.0;}

почему то не работает :rolleyes: пожалуйста объясните причину или напишите правильный код :blink:

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

На всякий случай: Mozilla какой версии? И именно просто Mozilla, не Firefox? Очень старые Mozill'ы (и Firefox-ы до 2-й версии, по-моему) понимали это свойство лишь с фирменным префиксом (-moz-opacity).

Link to comment
Share on other sites

  • 0

Влад_1995 Дружище, я же тебе вроде приводил код для всех броузеров, у меня лично везде работает, я проверял, какая у тебя версия броузера? :rolleyes:

  div.opacity{
background: url(img1.jpg);
height: 200px;
width: 400px;
position: absolute;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); /* IE 5.5+*/
filter:alpha(opacity=30); /* IE +*/
-moz-opacity: 0.5; /* Mozilla 1.6 и ниже */
-khtml-opacity: 0.5; /* Konqueror 3.1, Safari 1.1 */
opacity: 0.4; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
}

Link to comment
Share on other sites

  • 0

Markup-UA, как раз тут знают, и что такое валидатор (инструмент для автоматического обнаружения глупых опечаток:rolleyes:, и логику разбора CSS (незнакомые свойства игнорируются), и специфику его "валидации" (см. "Бонус"). А вот кое-кто, похоже, уже вступил в секту фанатичных валидаторопоклонников, не удосужившись вникнуть в суть процесса... :blink:

Link to comment
Share on other sites

  • 0

DIV.plashka .podlozhka
{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=10);
filter:alpha(opacity=10);
-moz-opacity: 0.1;
-khtml-opacity: 0.1;
opacity: 0.1;

background-color:#B0B0B0;
width:100%;
height:1500px;
position:absolute;
top:0px;
left:0px;
z-index:0;
}

Всё прекрасно работало. Поставил у себя на винды обновление. ИЕ6 видимо тоже обновился. Теперь он, прозрачность в этом примере не понимает... :-(

Edited by Колос
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