Jump to content
  • 0

недогоняю


Actticus
 Share

Question

делаю навигацию под статьями в joomla сделад вывод куска в таком формате

<div class="pagination">
<p class="counter"> Страница 8 из 17 </p>
<ul class="pag">
<li class="tab"><strong><a href="/index.php?limitstart=0" title="В начало">В начало</a></strong></li>
<li class="tab"><strong><a href="/index.php?start=24" title="Назад">←</a></strong></li>
<li><strong><a href="/index.php?start=8" title="3">3</a></strong></li>
<li><strong><a href="/index.php?start=12" title="4">4</a></strong></li>
<li><strong><a href="/index.php?start=16" title="5">5</a></strong></li>
<li><strong><a href="/index.php?start=20" title="6">6</a></strong></li>
<li><strong><a href="/index.php?start=24" title="7">7</a></strong></li>
<li>[<strong>8</strong>]</li>
<li><strong><a href="/index.php?start=32" title="9">9</a></strong></li>
<li><strong><a href="/index.php?start=36" title="10">10</a></strong></li>
<li><strong><a href="/index.php?start=40" title="11">11</a></strong></li>
<li><strong><a href="/index.php?start=44" title="12">12</a></strong></li>
<li class="tab"><strong><a href="/index.php?start=32" title="Вперёд">→</a></strong></li>
<li class="tab"><strong><a href="/index.php?start=64" title="В конец">В конец</a></strong></li>
</ul>
</div>

css (еслив что У меня в корне лежит глобал ресет)

.pagination{display:block;border-top:1px #666 solid;color:#2e2e2e;margin:10px 0;}
.counter{-webkit-box-shadow:0 1px 0 rgba(0, 0, 0, .1);-moz-box-shadow:0 1px 0 rgba(0, 0, 0, .1);box-shadow:0 1px 0 rgba(0, 0, 0, .1);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:solid 1px #666;display:block;float:left;margin:5px;padding:4px;}
.pag{display:block;float:left;font-size:12px;margin:5px;}
.pag li{display:block;float:left;margin:0 2px;padding:4px;}
.pag li a{color:#2e2e2e;text-decoration:none;}
.tab strong{display:block;-webkit-box-shadow:0 1px 0 rgba(0, 0, 0, .1);-moz-box-shadow:0 1px 0 rgba(0, 0, 0, .1);box-shadow:0 1px 0 rgba(0, 0, 0, .1);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:solid 1px #666;padding:1px 2px 2px;}
.tab strong:hover{cursor:pointer;background:#f60;}

не могу сделать так чтобы кнопки навигации были примерно одинакового формата с параграфом *страница m из n* шли за параграфом если влазят или если не влазят были под ним

как это примерно выглядит jsfiddle

уже всю голову изломал не могу сделать опыта не хватает и знаний :dash: :dash:

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Убейте

font-size: 12px;

у .pag

И немного попляшите с margin'ами всех элементов, что бы привести к общему. Грубо я получил вот это, но элементы поплясывают как видно...

Edited by ViStefan
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