Здравствуйте уважаемые пользователи.
Прошу помочь разобраться, вот это меню выглядит по разному на разных разрешениях.
Блок практически меняет размер и весь текст сливается.
Скрытый текст
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300');.menu {
position: block;
max-width:100%;
background:#fff;}.contact_info {
font-family:'Open Sans Condensed', sans-serif;
font-size:14px;}
nav {
position: inherit;
max-width:100%;
margin:0px000px;}
nav ul {
position: inherit;
background:#48cfad;
list-style: none;
margin:0;
padding:0;}
nav ul li {
position: relative;
display:inline-block;
margin-right:-4px;
text-align: center;}
nav ul li:first-child a {
background:#37bc9b;
width:49px;
padding:15px0;}
nav ul li:last-child {
margin:0;}
nav ul li a {
display: block;
background:#48cfad;
padding:15px20px;
color:#fff;
font-size:14px;
text-decoration: none;
transition:0.2s linear;}
nav ul li a:hover {
background:#37bc9b;}
nav ul li ul {
position: absolute;
top:100%;
left:0;
width:240px;
border-bottom:4px solid #48cfad;}
nav ul li ul li {
display: block;
width:100%;
margin:0;
text-align: left;}
nav ul li ul li a {
display: block;
background:#3a3a3a;
padding:10px15px;}
nav ul li ul li a:first-child {
background:#3a3a3a;
width:auto;
border-left:4px solid transparent;
padding:10px15px;
font-size:14px;}
nav ul li ul li a:hover {
background:#333;
border-left:4px solid #48cfad;}
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.
Здравствуйте, подскажите какой тег использовать для увеличения значения, пример на картинке.
Вроде, про такой тег я слышала. Если есть тег прогресс бар, значит и такое должно быть.
Question
korotkov
Здравствуйте уважаемые пользователи.
Прошу помочь разобраться, вот это меню выглядит по разному на разных разрешениях.
Блок практически меняет размер и весь текст сливается.
Link to comment
Share on other sites
6 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.