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
eleonore
Имеются встроенные в основной css файл media queries:
@media screen and (min-width:200px) and (max-width:1024px)
@media screen and (min-width:200px) and (max-width:980px)
@media screen and (min-width:200px) and (max-width:768px)
@media screen and (min-width:200px) and (max-width:600px)
@media screen and (min-width:200px) and (max-width:480px)
При валидации сss нет ни одной ошибки!Кроме этих двух:
1.Ошибка разбора @media screen and (min-width:200px) and (max-width:875px) { #header{ font-size:10pt; } .gallery{ position:absolute; top:120px; right:70px; } }
2.Ошибка разбора @media screen and (min-width:200px) and (max-width:620px){ #navig ul{ margin:0; } ul.nav li{ float:none; width:200px; padding:10px; text-align:left; } ul.nav li:hover{ background:#e8f0f0; } ul.nav li.min{ display:none; } ul.nav li.width{ width:200px; } footer{ clear:both; background:url(images/footer_fon.png)0% 100% repeat-x; padding:0; margin-top:-165px; height:170px; position:relative; } footer p.one{ position:relative; height:103px; top:25px; } div.copyright{ position:absolute; bottom:5px; margin-left:10px; color:#dbe4e3; width:300px; font-size:10pt; } }
Кто-нибудь знает почему только эти два запроса не проходят валидацию?они ничем не отличаются по структуре от остальных.
Edited by eleonoreLink to comment
Share on other sites
8 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.