Jump to content
  • 0

меню на всю ширину


greeb
 Share

Question

Здравствуйте. такой вопрос: есть сайт, http://test11.16mb.com , потребовалось растянуть главное (верхнее) меню на весь экран. Не нашел лучшего способа как просто добавить по бокам меню, блоки с текстурой фона этого самого меню) но, при и уменьшении окна броузера, или при меньшем разришении, меню сползает под свой фон и выглядит это все хреново... вот скрин: http://s017.radikal.ru/i401/1111/6a/0b4e1abadfe7.jpg

Указывал размеры левой и правой текстуры в процентах.

Как решить эту проблему? возможно я не так это все делаю...

Зараннее спасибо за ответы...

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

можно наверно это реализовать вот так:


<style>
*{padding:0px;margin:0px;}
body{background:#eee;text-align:center;}
.top{background:#bbb;text-align:center;}
.menu{display:inline-block;background:#999;min-width:800px;width:100%;max-width:1000px;}
.content{display:inline-block;background:#bbb;min-width:800px;width:100%;max-width:1000px;text-align:left;}
</style>
<body>
<div class="top">
<div class="menu">
<a>link1</a> | <a>link2</a>
</div>
</div>
<div class="content">
content
</div>
</div>

Edited by Switch74
Link to comment
Share on other sites

  • 0

просто вынеси меню из блока ограничивающего его размер :). В твоём случае это <div class="art-sheet-body">

про min и max это верно сказано - они нужны по необходимости.

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