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
Хаскер
В файле есть такой код:
<tr>
<td class="td2"></td>
<td>
<a href="#"
onmouseover="changeImages('siteground_Layer_11', '<?php echo $mosConfig_live_site;?>/templates/siteground32/images/siteground_Layer-11-over.jpg'); return true;"
onmouseout="changeImages('siteground_Layer_11', '<?php echo $mosConfig_live_site;?>/templates/siteground32/images/siteground_Layer-11.jpg'); return true;">
<img name="siteground_Layer_11" src="<?php echo $mosConfig_live_site;?>/templates/siteground32/images/siteground_Layer-11.jpg" width="66" height="29" border="0" alt=""></a></td>
<td class="td3"></td>
<td>
<a href="#"
onmouseover="changeImages('siteground_Layer_9_copy', '<?php echo $mosConfig_live_site;?>/templates/siteground32/images/siteground_Layer-9-copy-ove.jpg'); return true;"
onmouseout="changeImages('siteground_Layer_9_copy', '<?php echo $mosConfig_live_site;?>/templates/siteground32/images/siteground_Layer-9-copy.jpg'); return true;">
<img name="siteground_Layer_9_copy" src="<?php echo $mosConfig_live_site;?>/templates/siteground32/images/siteground_Layer-9-copy.jpg" width="66" height="29" border="0" alt=""></a></td>
<td class="td4"></td>
<td>
<a href="#"
onmouseover="changeImages('siteground_Layer_9_copy_2', '<?php echo $mosConfig_live_site;?>/templates/siteground32/images/siteground_Layer-9-copy-2-o.jpg'); return true;"
onmouseout="changeImages('siteground_Layer_9_copy_2', '<?php echo $mosConfig_live_site;?>/templates/siteground32/images/siteground_Layer-9-copy-2.jpg'); return true;">
<img name="siteground_Layer_9_copy_2" src="<?php echo $mosConfig_live_site;?>/templates/siteground32/images/siteground_Layer-9-copy-2.jpg" width="81" height="29" border="0" alt=""></a></td>
<td class="td5"></td>
<td>
<a href="#"
onmouseover="changeImages('siteground_Layer_9_copy_3', '<?php echo $mosConfig_live_site;?>/templates/siteground32/images/siteground_Layer-9-copy-3-o.jpg'); return true;"
onmouseout="changeImages('siteground_Layer_9_copy_3', '<?php echo $mosConfig_live_site;?>/templates/siteground32/images/siteground_Layer-9-copy-3.jpg'); return true;">
<img name="siteground_Layer_9_copy_3" src="<?php echo $mosConfig_live_site;?>/templates/siteground32/images/siteground_Layer-9-copy-3.jpg" width="112" height="29" border="0" alt=""></a></td>
<td class="td6"></td>
</tr>
</table>
Как сделать его рабочим, чтобы открывались нужные страницы?
Link to comment
Share on other sites
1 answer 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.