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
Yarkaya
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
в IE FF картинка совсем не такая, как в Dreamweaver вот код:
#header{
background-image:url(Flower.jpg);
width:800px;
height:140px;
color:#033;
font-size:36px;
text-align:center;
font-family:Verdana, Geneva, sans-serif;
}
#body{
width:800px;
height:550px;
padding-left:50%;
margin-left:10%;
border:none;
}
#menu{
background:#033;
color:#FFF;
font-size:12px;
width:200px;
height:360px;
float:left;
border:none;
}
#content{
background:#FFF;
color:#033;
width:400px;
height:360px;
margin:0 auto;
position:absolute;
left:210px;
top:156px;
border:none;
}
#aside{
background:#033;
color:#FFF;
font-size:12px;
width:200px;
height:360px;
float:right;
}
#footer{
background:#033;
clear:both;
color:#FFF;
width:100%;
height:50px;
text-align:center;
position:fixed;
}
что не так?
Link to comment
Share on other sites
3 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.