Показать сообщение отдельно
  #32 (permalink)  
Старый 01.08.2012, 22:56
без статуса
Отправить личное сообщение для Deff Посмотреть профиль Найти все сообщения от Deff
 
Регистрация: 25.05.2012
Сообщений: 8,219

FeaR51,
На JQ
<script type="text/javascript" src="http://yandex.st/jquery/1.4.4/jquery.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
    $('div.wrap').mouseenter(function(){
      $('div.wrap').not(this).find('div[id^="wq_list"]').hide('slow')
      $(this).find('div[id^="wq_list"]').show('slow')
    }).mouseleave(function(){
    });

});
</script>
<style type="text/css">
.wrap div[id^="wq_list"] {
  width:800!important;
}
</style>

<div class="wrap">
          <h2>кровавая длань</h2>
<div id="wq_list1">

          <table  width="800" cellpadding="0" cellspacing="0" class="wq_list" border="1" bordercolor="#49FF00"> 
            <tr>
              <td class="wq_img">//первый лист<br />

		<img src="http://rot.whitecrows.ru/upload/кровавая%20длань.jpg" height="88" width="88" /><br />

		  </td>
               </tr>
          </table>

</div>
</div>

<div class="wrap">
          <h2>шелковый плащ</h2>
   <div id="wq_list2" style="display:none;">

          <table width="800" cellpadding="0" cellspacing="0" class="wq_list" border="1" bordercolor="#49FF00"> 
	     <tr>
              <td class="wq_img">//лист 2<br />

		<img src="http://rot.whitecrows.ru/upload/кровавая%20длань.jpg" height="88" width="88" /><br />

		  </td>
            </tr>
          </table>

    </div>
</div>

<div class="wrap">
          <h2>полосатая кепка</h2>
<div id="wq_list3" style="display:none;">

          <table  width="800" cellpadding="0" cellspacing="0" class="wq_list" border="1" bordercolor="#49FF00"> 
            <tr>
              <td class="wq_img">//лист 3<br />

		<img src="http://rot.whitecrows.ru/upload/кровавая%20длань.jpg" height="88" width="88" /><br />

		  </td>
               </tr>
          </table>

</div>
</div>

Скрипты и стиль в хидер (или вверх страницы... хотя и в самом низу будут работать

Последний раз редактировалось Deff, 01.08.2012 в 23:39.
Ответить с цитированием