Jump to content
  • 0

Верстка табов


Justnewone
 Share

Question

Может кто покажет нагугленое место? Я чего-то никак не могу найти.

Подозреваю, что это непросто, по крайней мере сейчас не знаю как.

задача следующая, табы, сделанные на вложенном списке.

первый уровень - заголовки, сами табы.

второй, собственно представление табов, их содержимое.

пока пришел к единственному решению, но мне не очень нравится, измерять l с помощью JS и назначать для LI отриц. левый маргин.

Иллюстрация

3612473f19a3.png

Link to comment
Share on other sites

Recommended Posts

  • 0

GreatRash, спасибо

<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title></title>
<style type="text/css">
.tab-list {
padding: 20px 0 0;
overflow: hidden;
list-style: none;
margin: 0;
}
.tab-btn {
float: left;
margin: -19px 0 0;
border: 1px solid #000;
background: #f00;
height: 18px;
}
.tab-content {
display: none;
float: right;
width: 100%;
margin: 0 0 0 -100%;
}
.tab-active .tab-content { display: block; }
</style>
</head>
<body>
<ul class="tab-list">
<li class="tab-holder tab-active">
<span class="tab-btn">tab 1</span>
<div class="tab-content">
text
</div>
</li>
<li class="tab-holder">
<span class="tab-btn">tab 2</span>
<div class="tab-content">
text 2
</div>
</li>
</ul>
</body>
</html>

Допилить до кроссбраузерности. Особенно опасаюсь ие7. Из-за отсутствия хаслаяута на лишках - вполне возможны баги в ие7 во время смены табов

  • Like 1
Link to comment
Share on other sites

  • 0

GreatRash, спасибо

Допилить до кроссбраузерности. Особенно опасаюсь ие7. Из-за отсутствия хаслаяута на лишках - вполне возможны баги в ие7 во время смены табов

Спасибо, господа, это очень круто! :)

похоже - как раз подойдет.

Link to comment
Share on other sites

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy