Jump to content
  • 0

Вёрстка "мудрёного" меню


Vicos
 Share

Question

Здавствуйте! Помогите советом сверстать меню такого типа http://s57.radikal.ru/i158/1303/fb/c82552ddc2b3.jpg, собственно его я сверстал относитильным позиционированием, но вдург есть другой способ, да к тому же место под logo что забронировали menu осталось, как от него избаиться так же не пойму.

Html code

css

#menu1l{
width: 250px;
height: 50px;
border: 1px solid green;
float: left;
position: relative;
bottom: 350px;
left: 100px;
}

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

А почему полностью верстку не выложили?

Как вариант,

<div>
<ul>
<li>menu</li>
<li>menu</li>
<li>menu</li>
</ul>
<img src="img/logo.jpg" alt="" />
<ul>
<li>menu</li>
<li>menu</li>
<li>menu</li>
</ul>
</div>

div {
overflow: hidden;
width: 500px;
text-align: center;
margin: 20px auto;
border: 1px solid #000;
padding: 20px;
}
img {
height: 200px;
width: 100px;
margin: 0 auto;
border: 1px solid #000;
}
ul {
float: right;
padding: 40px 0 0 0;
list-style: none;
}
ul:first-child{
float: left;
}
li {
width: 180px;
border: 1px solid #000;
text-align: left;
margin: 0 0 20px 0;
}

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