Jump to content
  • 0

изменение свойств объекта по наведению мыши


ioane
 Share

Question

В моем примере изменение свойства alpha не происходит по наведению мыши. Кто знает, в чем тут ошибка? Код вроде верный. Или в каким браузером открыть, чтоб увидеть результат?


<html>
<head>
<script>
function fover()
{i1.filters.alpha.opacity=100}
function fout()
{i1.filters.alpha.opacity=20}
</script>
</head>
<body>
<p><img id="i1" src="1.jpg" alt=""
onmouseout=fover() onmouseover=fout()>
</body>
</html>

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

Какой ужасный JS и не менее ужасный HTML. Этот код совершенно нерабочий.

Во-первых: вам надо уяснить, что все атрибуты тега должны быть обязательно закавычены.

Во-вторых: вам надо понять как задается прозрачность в браузерах, отличных от ИЕ7.

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