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
nafanya
Уважаемые ГУру!
подскажите как сделать чтоб выравнять 3 позиции по горизонтали.
в css файле пишу следующее:
#header{
width:984px;
height:200px;
position:absolute;
margin:0 auto;
left:100px;
}
#header1{
width:600px;
left: 300px;
height: 220px;
position: absolute;
}
#header2{
width:120px;
left: 880px;
height: 220px;
position: relative;
}
короче не плавают в зависимоти от размеров окна
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.