Показать сообщение отдельно
  #8 (permalink)  
Старый 10.12.2014, 12:35
Новичок на форуме
Отправить личное сообщение для SkyAn Посмотреть профиль Найти все сообщения от SkyAn
 
Регистрация: 08.12.2014
Сообщений: 4

<script src="//code.jquery.com/jquery-1.10.2.js"></script>
<script src="jquery-ui.js"></script>
<script>
$(function() {
$( "#tabs1" ).tabs({
collapsible: true,
active: false 
});
});
$(function() {
$( "#tabs2" ).tabs({
collapsible: true,
active: false 
});
});</script>

<link rel="stylesheet" href="jquery-ui.css">
</head>
<body>
<div id="tabs1">
  <ul>
    <li><a href="#tabs-11"><img src="images/product/p1-1.gif" width="100" height="100"  border="0"></a></li>
    <li><a href="#tabs-12"><img src="images/product/p1-2.gif" width="100" height="100"  border="0"></a></li>
  </ul>
  <div id="tabs-11">
    <table width="100%" class="article_examples" border="0">
      <tr>
        <td><img src="images/product/p1-1-1.gif" width="100" height="100"  border="0"></td>
        <td><img src="images/product/p1-1-2.gif" width="100" height="100"  border="0"></td>
        <td><img src="images/product/p1-1-3.gif" width="100" height="100"  border="0"></td>
      </tr>
    </table>
  </div>
  <div id="tabs-12">
    <table width="100%" class="article_examples" border="0">
      <tr>
        <td><img src="images/product/p1-2-1.gif" width="100" height="100"  border="0"></td>
        <td><img src="images/product/p1-2-2.gif" width="100" height="100"  border="0"></td>
        <td><img src="images/product/p1-2-3.gif" width="100" height="100"  border="0"></td>
      </tr>
    </table>
  </div>
</div>
<div id="tabs2">
  <ul>
    <li><a href="#tabs-21"><img src="images/product/p2-1.gif" width="100" height="100"  border="0"></a></li>
    <li><a href="#tabs-22"><img src="images/product/p2-2.gif" width="100" height="100"  border="0"></a></li>
    <li><a href="#tabs-23"><img src="images/product/p2-3.gif" width="100" height="100"  border="0"></a></li>
  </ul>
  <div id="tabs-21">
    <table width="100%" class="article_examples" border="0">
      <tr>
        <td><img src="images/product/p2-1-1.gif" width="100" height="100"  border="0"></td>
        <td><img src="images/product/p2-1-2.gif" width="100" height="100"  border="0"></td>
        <td><img src="images/product/p2-1-3.gif" width="100" height="100"  border="0"></td>
        <td><img src="images/product/p2-1-4.gif" width="100" height="100"  border="0"></td>
      </tr>
    </table>
  </div>
  <div id="tabs-22">
    <table width="100%" class="article_examples" border="0">
      <tr>
        <td><img src="images/product/p2-2-1.gif" width="100" height="100"  border="0"></td>
        <td><img src="images/product/p2-2-2.gif" width="100" height="100"  border="0"></td>
        <td><img src="images/product/p2-2-3.gif" width="100" height="100"  border="0"></td>
        <td><img src="images/product/p2-2-4.gif" width="100" height="100"  border="0"></td>
      </tr>
    </table>
  </div>
  <div id="tabs-23">
    <table width="100%" class="article_examples" border="0">
      <tr>
        <td><img src="images/product/p2-3-1.gif" width="100" height="100"  border="0"></td>
        <td><img src="images/product/p2-3-2.gif" width="100" height="100"  border="0"></td>
        <td><img src="images/product/p2-3-3.gif" width="100" height="100"  border="0"></td>
        <td><img src="images/product/p2-3-4.gif" width="100" height="100"  border="0"></td>
      </tr>
    </table>
  </div>
</div>
Ответить с цитированием