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
demonuga
Недавно почему-то появилась проблема.Появился отступ сверху сайта.Подскажите, как его убрать?Сайт- prowarspear.ru
Вот часть кода css:
*{
padding:0;
margin:0;
}
table.main{
width:1100px;
margin-left:auto;
position:top;
border-radius: 10px;
}
body {
background-image:url(bg-4.JPG) ;
background-color:#171b24;
margin-top:0px;
padding:0px;
}
td.top{
height:270px;
border-radius: 10px;
}
td.news{
margin-top:20px;
background-color:#171b24;
display:table-cell;
vertical-align:top;
border: 5px solid #171b24;
width:230px;
word-wrap:break-word;
}
td.footer2{
border: 7px solid #171b24;
background-color:white ;
word-wrap:break-word;
color:grey;
font-size:22px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
text-align:right;
background-color:#171b24;
}
td.section2{
border: 7px solid #171b24;
background-color:#b5b5b5;
padding-top:10px;
padding-left:10px;
vertical-align:top;
word-wrap:break-word;
margin:0px;
width:870px;
}
Edited by demonugaLink to comment
Share on other sites
9 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.