Jump to content
  • 0

Навигация с дополнительным текстом


unquaker
 Share

Question

Делаю навигацию для сайта.

Оформляю ее как список.

Когда в код вставляю описание ссылок (т.е. все, что на рисунке отмечено серым цветом), то навигация становится не горизонтальной, а вертикальной. Перенос текста делал тегом <br />.

В общем, подскажите, пожалуйста, как написать код, чтобы было как на картинке.

Премного благодарен за ответы.

Картинка:

HDsofpdvxE2eKgUXjMHL7Q.jpg

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

как то так

<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
ul {
width: 200px;
display: inline-table;
list-style-type: none;
padding: 0px;
margin: 0px;
}
li {
padding-top: 15px;
}

</style>
</head>
<body>
<ul>
<li>
rgjm fkojmhkghkojmkm
</li>
<li>
tiojbiji0hjijiojoikio
hjgiojiojgijinihgiojiojiogjijiojijg
hgok9uhik9iuki0kikh
</li>

</ul>
<ul>
<li>
hjyitjuninjiokiojkiokyo
</li>
<li>
tiojbiji0hjijiojoikio
hjgiojiojgijinihgiojiojiogjijiojijg
hgok9uhik9iuki0kikh
</li>
</ul>
<ul>
<li>
ojhg9hiojiojiojijijij
</li>
<li>
tiojbiji0hjijiojoikio
hjgiojiojgijinihgiojiojiogjijiojijg
hgok9uhik9iuki0kikh
</li>
</ul>

</body>
</html>

Link to comment
Share on other sites

  • 0

Стиль:

ul {
width: 500px;
list-style: none;
padding: 0px;
margin: 0px;
}
li {
float:left;
margin-right:30px;
color:#516081;
font-size: 14px;
}
li a span {
color:#959595;
font-size: 10px;
}
li a:link { text-decoration:none; }
li a:hover { text-decoration:underline; }

Код:

<ul>
<li><a href='#'>to the beginning<br/><span>главная</span></a></li>
<li><a href='#'>follow me<br/><span>twitter</span></a></li>
<li><a href='#'>rss syndication<br/><span>post</span></a></li>
<li><a href='#'>send to<br/><span>e-mail</span></a></li>
</ul>

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