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
Rambo2045
logo прижался максимально влево .Как его немного сдвинуть правее?
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>сайт"</title>
<style type="text/css">
body {
font: 11pt Arial, Helvetica, sans-serif; /* Рубленый шрифт текста */
margin: 0; /* Отступы на странице */
}
#header {
position: absolute;
width: 100%;
min-width: 1000px;
height: 100px;
background: url(black.jpg) repeat-x left top;
}
#logo {
width: 64px;
height: 95px;
margin-left:55px;
background: url(logotip1.png) no-repeat;
}
#logo1 {
width: 200px;
height: 52px;
margin:-90px auto;
background: url(slogan.png) no-repeat;
}
</style>
</head>
<body>
<div id="header">
<a href= "главная.html"><img src= "logotip1.png"> </a>
<div id="logo1"></div>
</body>
</html>
Link to comment
Share on other sites
11 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.