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.
Здравствуйте, подскажите какой тег использовать для увеличения значения, пример на картинке.
Вроде, про такой тег я слышала. Если есть тег прогресс бар, значит и такое должно быть.
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.