Jump to content
  • 0

Меню со стрелкой навигации


NightHawk
 Share

Question

Необходимо сверствать вот такое меню: image_51814b98cbd74.png

Само меню более-менее сверствать удалось, но не знаю как быть со стрелкой, где, куда и каким образом её разместить? Если бы она была внутри блока можно было при помощи background: url() no-repeat bottom; но bottom оставит её лишь внутли блока, а нужно вынести наружу.


#topmenu {
height: 32px;
background: #050505;
}
#topmenu ul {
float: left;
padding: 0px 0px 0px 86px;
}
#topmenu ul li {
float: left;
display: block;
line-height: 30px;
}
#topmenu ul li a {
height: 32px;
display: block;
text-decoration: none;
text-transform: uppercase;
text-align:center;
padding: 0 16px;
}
#topmenu ul li a:hover,
#topmenu ul li a.select
{
height: 32px;
display: block;
text-decoration: none;
background: #0ba6b8;
color: #fff;
}

Link to comment
Share on other sites

2 answers 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