Jump to content
  • 0

меню с помощью списков


cx717
 Share

Question

Пытаюсь сделать обыкновенное меню. Разве что хочется с чтоб он было покрасивее.

Код:

 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>

<head>
<title></title>
<style type="text/css">
#main li{
width:300px;
height:50px;
border:2px solid green;
display:block;
}
#insert li{
width:300px;
height:20px;
border:1px solid red;
display:block;
}
</style>
</head>

<body>
<ul id="main">
<li>Первый пункт
<ul id="insert">
<li>Первый подпункт</li>
<li>Второй подпункт</li>
<li>Третий подпункт</li>
</ul>
</li>
<li>Второй пункт</li>
<li>Третий пункт</li>
</ul>

</body>
</html>

Выглядит так:

http://a10vs1.fatal.ru/menu/menu.html

Явно видно, что "первый" и "второй" пункты как бы схлопнулись. Если убрать из строчки

<ul id="main">

id="menu", то все выглядит ok! Но хочется туда вообще засунуть бакграундом какую-нибудь фотку. Подскажите плз как быть. Я явно упустил какую-то тонкость.

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

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