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
yummi
как вставить картинку в Div правильно и чтоб ничего не разехалось?
на что нужно обратить внимание? какие атрибуты особенно важны?
<html>
<head>
<title> Сайт </title>
<style>
BODY {
min-width: 100%;
}
#wrap {
background-color: #9999cc;
width: 100%;
margin: 0}
#header {
background-color: #9c9;
width: 100%;
height:50 px;}
#main {
background-image: url(01.JPG);
width: 19%;
height:500 px;
float: left;
}
#nav {
background-image: url(02.JPG);
width: 60%;
height:500 px;
float: left;
padding: 1%;
}
#sitebar {
background-image: url(03.JPG);
width: 20% ;
height:500 px;
float: left;
}
#footer{
background-color: #9c9;
width: 100%;
}
</style>
</head>
<body>
<div id="wrap">
<div id="header"></div>
<div id="main"></div>
<div id="nav">текст<BR>
</div>
<div id="sitebar"></div>
<div id="footer">copyright</div>
</div >
</body>
<html>
Edited by yummiLink to comment
Share on other sites
2 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.