Jump to content
  • 0

Названия категорий "спадают" при изменении разрешения экрана


SkyTrace
 Share

Question

Следующая ситуация.

Есть блок archive_of_ratings

width: 708px;

В нём есть блок titles_of_archives

width: 708px;

В блоке titles_of_archives лежите четыре ссылки:

<a href="#" class="category">Text1</a>
<a href="#" class="category">Text2</a>
<a href="#" class="category">Text3</a>
<a href="#" class="category">Text4</a>

Где стили класса category:

.archive_of_ratings a.category {
background: url("../img/archiveratings_grey.jpg") repeat-x;
border-left: 1px solid #aab7c7;
border-right: 1px solid #e9ecf1;
color: #0068D0;
font-family: Tahoma,Arial;
font-size: 12px;
height: 20px;
line-height: 15px;
padding: 2px 0 0 0;
width: 175px;
display: block;
float: left;
text-align: center;
text-decoration: none;
}

При наведении курсора

.archive_of_ratings a.category:hover {
background: url("../img/archiverating_blue.jpg") repeat-x;
color: #f1f0f5;
border-left: 1px solid #116ed6;
border-right: 1px solid #116ed6;
}

Изначально на моём мониторе результат выглядит вот так:

http://imageshack.us/f/827/beforea.png/

Но, после изменения разрешения экрана, выглядит вот так(последняя категория съехала):

http://imageshack.us/f/835/afterf.png

Могли бы вы подсказать пожалуйста, какими способом мне сделать, чтобы ссылки не съезжали в низ, а оставались в одну линию, независимо от размера экрана ?

Edited by SkyTrace
Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

Можно поместить ссылки в таблицу и проблема будет решена, но решение довольно не приятное, пока В общем сделал таблицой, в ближайшее время если найду решение, обязательно скину.

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