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.
Актуальные контакты:
Telegram: @Nikker_web
E-Mail: tarasevich.email@gmail.com
Портфолио https://www.behance.net/d4d4186e
Разрабатываю дизайн групп в соц сетях, сайтов, приложений, другой дизайн под заказ
Актуальные контакты:
Telegram: @Nikker_web
E-Mail: tarasevich.email@gmail.com
Разрабатываю дизайн групп в соц сетях, сайтов, приложений, другой дизайн под заказ
Портфолио https://www.behance.net/d4d4186e
Question
Umnik1
<html>
<head>
<title>function</title>
<script type="text/javascript">
function changeimages(img1,img2){
document.images[img1].src=img2.src;}
function imagepreload(name,pic){
name=new Image();
name.src=pic;}
imagepreload('oleg2','oleg2.jpg');
</script>
</head>
<body>
<img src="oleg.jpg" name="oleg" onmouseover="changeimages('oleg','oleg2');"/>
</body>
</html>
выдается первая фотография а когда наводишь мышку то она исчезает (появляется маленький квадрат с крестиком)...
Link to comment
Share on other sites
5 answers to this question
Recommended Posts
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.