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) отображается, второй нет. Почему?
#header {
position: absolute;
width: 100%;
min-width: 1000px;
height: 100px;
background: url(black.jpg) repeat-x left top;
}
.logo{
margin-left:55px;
}
#logo1 {
width: 200px;
height: 52px;
margin:-95px auto;
background: url(slogan.png) no-repeat;
}
.call{
margin-right:35px;
}
</style>
</head>
<body>
<div id="header">
<a class="logo" href = "index.html"><img src = "logotip1.png" width = "64" height="95" border="0" alt="logo"></a>
<div id="logo1"></div>
<a class="call" href = "index1.html"><img src = "call.jpg" width = "74" height="40" border="0" alt="call"></a>
</body>
</html>
Link to comment
Share on other sites
5 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.