Jump to content
  • 0

Меню: не представляю как подступиться


Hippy
 Share

Question

Нужно сверстать вот такое меню:

test23.jpg

Как видно на картинке каждый элемент имеет синий "буллит", который накладывается на нижеследующий, а буллит активного элемента перекрывает остальные. Причем по вертикали буллит должен быть резиновым.

Ну никак у меня не получается. может кто подскажет? очень нужно..

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

пока только вот так:

css:

<style type="text/css">
body
{
margin:0px;
}
#menu
{
background-color:#e1d7cd;
color:#1f5376;
font-size:11px;
font-weight:bold;
font-family:Tahoma;
padding:5px;
width:125px;
height:25px;
text-decoration:none;
background-image:url(bullet.jpg);
background-position:right;
background-repeat:no-repeat;


}


img {border: 0px; margin-bottom:2px; margin-right:5px;}

#menu:hover
{ background-color:#fff;
border-bottom: #FFCC33 solid 4px;
height:30px;
background-image:url(big-bullet.jpg);
}
</style>

html

<a href="#"><div id="menu"><img src="list.gif" />История компании</div></a>
<a href="#"><div id="menu" ><img src="list.gif" />О Компании</div></a>
<a href="#"><div id="menu"><img src="list.gif" />Партнеры</div></a>
<a href="#"><div id="menu"><img src="list.gif" />Наши контакты</div></a>

Наверно правильно это было делать в виде списка, но там вообще косяки какие то выходят (

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