我在我的開發站點http://www.new.ianroyal.co上使用onmouseover作爲主站點徽標的懸停效果。沒有jQuery的onmouseover轉換效果
onmouseover瞬間更改網站徽標圖像,我想知道是否可以在不使用jQuery的情況下應用過渡效果(淡入,或只是通常減慢過渡速度)。
這裏是我的代碼
<a href="<?php echo esc_url(home_url('/')); ?>" ONMOUSEOVER='ian.src="http://new.ianroyal.co/wp-content/themes/twentytwelve/images/IN-Logo.png" '
ONMOUSEOUT='ian.src="http://new.ianroyal.co/wp-content/themes/twentytwelve/images/IN-Logo1.png" '><img src="http://new.ianroyal.co/wp-content/themes/twentytwelve/images/IN-Logo1.png" NAME="ian" class="header-image" alt="Ian Nelson"/></a>
我找啊找,但它似乎是唯一solultions與jQuery的我沒有足夠的把握尚未。
謝謝
好小貓! :-) – Holf
感謝您的回覆 - 當我有一些時間來實現時,我會隨它一起實現,因爲這是一個非我所問的非jQuery答案。 @Andyl - 我將在掌握jQuery之前先通過Codecademy掌握Javascript,但我已經瞭解它的強大功能。 –
什麼是aboaut IE? – Reflective