Jump to content
  • 0

Ширина списка


Sigurt
 Share

Question

Здравствуйте появилась такая проблема есть код, для выпадающего меню

span ul {
border-bottom:1px solid #808080;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
background-color:#61b1dc;
position:relative;
width:182px;
}
span li {
position:relative;
border-top:1px solid #808080;
}
span ul li ul {
display:none;
left:181px;
white-space:nowrap;
position:absolute;
top:0pt;
}
span ul li ul li {
width:auto;
}
span ul li a {
color:#ffffff;
display:block;
text-decoration:none;
font-weight:bold;
}
span ul li a:hover {
color:#0000ff;
}
* html span ul li {
float:left;
}
* html span ul li a {
height:1%;
}
span li:hover ul, li.over ul {
display:block;
}

И при создании вложенного подменю если текста в нем слишком много (переносить на 2 строки нельзя). Получается что border-top прорисовывается только над текстом. С учетом что один пункт может быть гораздо больше другого. Проблема с меньшими пунктами. Подскажите плизз как это исправить? перепробовал практически все, никак не получается.

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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