Построил каркас. Вроде бы всё шло стабильно. Но что то не могу построить блоки обозначенный знаком "?". Помогите поужалуйсто достроить.Работаю через Dreamweaver (для новичка самое оно). Может что то в коде нужно исправить?
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
Варфоломей
Построил каркас. Вроде бы всё шло стабильно. Но что то не могу построить блоки обозначенный знаком "?". Помогите поужалуйсто достроить.Работаю через Dreamweaver (для новичка самое оно). Может что то в коде нужно исправить?
body{
background-color:#EAEAEA;
}
#6 {
width:1200px;
height:2000px;
border-width:1px;
border-color:#000000;
background-color:#164792;
padding:5px;
margin:0px auto;
}
#5 {
width:1180px;
height:300px;
margin-top:10px;
margin-left:10px;
margin-right:10px;
margin-bottom:auto;
background-color:#FFF;
background-image:url(image/upper_block_image.jpg);
}
#4 {
width:1175px;
height:20px;
background-color:#EAF7FF;
margin-top:5px;
margin-left:10px;
margin-right:10px;
margin-bottom:5px;
color:#000;
text-align:right;
word-spacing:normal;
font-family:"Times New Roman", Times, serif;
font-size:10px;
padding-top:5px;
padding-right:5px;
}
#7 {
width:920px;
height:1400px;
background-color:#164792;
margin-left:10px;
position:absolute;
}
#2 {
width:600px;
height:1400px;
background-color:white;
margin-left:10px;
margin-right:10px;
float:right
}
#1 {
width:300px;
height:1000px;
margin:0px;
background-color:#EAF7FF;
float:left;
}
#? {
wight:300px;
height:385px;
margin-top:5px;
margin-left:10px;
margin-right:5px;
float:left;
background-color:white;
position:relative;
}
#3 {
width:260px;
height:1400px;
background-color:#EAF7FF;
margin-right:10px;
margin-left:5px;
margin-top:0px;
margin-bottom:0px;
float:right;
}
#? {
width:1180px;
height:60px;
background-color:#EAF7FF;
margin-top:10px;
margin-left:10px;
margin-right:10px;
margin-bottom:0px;
clear:both;
}
Edited by Варфоломей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.