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
olechic
body {
background:#0e0b06;
margin: 0;
}
#heder {
background:url(../images/fon_heda.png) repeat-x;
width: 100% ;
height: 553px;
margin: 0;
border: none;
position: absolute;
}
#logotip {
background:url(../images/logo.png);
}
почему не отображается background:url(../images/logo.png); , или я чего то не понимаю в наложении слоев?
Код html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="css/mysite.css">
<title>Моя первая веб-страница</title>
</head>
<body>
<div id="page">
<div id="heder">
<div id="logotip"> </div>
<div id="navigation">
<ul id=menu>
<li><a href="#">Home</a></li>
<li><a href="#">Products</a></li>
<li><a href="#">Technology</a></li>
<li><a href="#">Pricing</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
</div>
</div>
</body>
Edited by olechicLink 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.