Jump to content
  • 0

ширина вертикального ul


kalyaka-malyaka
 Share

Question

мозг натерла, спасите меня, плиз ;)

есть вертикальный список, у которого ширина должна зависеть от текста в li. а ul, зараза, элемент блочный и тянется на всю ширину родителя. а у него рамочки, поэтому ширина растянутая заметна. что плохо.

код такой:

ul.categories {
border: solid 1px #464646;
border-bottom: none;
width: auto;
}
ul.categories, ul.categories li {
list-style-image: none;
list-style-position: outside;
list-style-type: none;
}
ul.categories li {
padding: 3px 16px;
border-bottom: solid 1px #464646;
}
ul.categories li a {
font-size: 11px;
color: #fffffc;
text-decoration: none;
text-transform: uppercase;
}
ul.categories li a:hover {
color: #ff7800;
}

помогите, а? что сказать улу, чтоб в ширину не тянулся? просто туплю :)

Edited by kalyaka-malyaka
Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

Загрузил себе пример - ничего не вижу - что за ерунда ;)

Если у ul.categories написать width:1px, то список буде растягиваться по самому широкому из li. Но тогда границы надо как-то по-другому отрисовывать.

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