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
Zvery.y
#awd {width:200px;height:350px;overflow:auto;
border-top:10px dotted green;
border-right;5px solid red;
border-bottom:7px dashed blue;
border-left:8px inset black;
}
#awd{background:magenta;}
Stas
border-top
DIV.line {
border-top: 1px solid red;
border-bottom: 1px solid red;
padding: 5px;
}
Необходимо продвигать сайты на постоянной основе, недорого. Работы полно.
Таблица
#awd {width:200px;height:350px;overflow:auto;
DIV.line {
border-top:1px dotted green;
border-right:5px solid red;
border-bottom:1px dashed blue;
border-left:8px inset black;
#awd {background: magenta;
}
background
DIV {
height: 10px;
width: 200px;
overflow: auto;
padding-кштп: 5px;
background: #fc0 url(images/hand.png) repeat-y;/
}
Стас
background
DIV {
height: 200px;
width: 200px;
overflow: auto;
padding-left: 15px;
background: #fc0 url(images/hand.png) repeat-y;
}
...
background-position
HTML {
height: 100%;
}
BODY {
background-image: url('images/mybg.png');
background-position: right bottom;
background-repeat: no-repeat;
}
...
background-repeat
BODY {
background-color: #bac89a;
background-image: url(images/gradient.png);
background-repeat: repeat-x;
}
...
Link to comment
Share on other sites
1 answer 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.