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
mazhar
Доброй ночи!
Спасибо за удобный, понятный для начинающих мастеров сайт!
Удачи Вам и процветания!
Обращаюсь к Вам за помощью.)))
Пытаюсь сверстать шапку сайта, которая состоит из трех картинок. Сделал все вроде так, но не так.))))
Две картинки стали нормально (слева и по центру), а третья стала справа, но сместилась вниз ровно на ту высоту которая задана в шапке.
Код прилагаю.
Если можете, помогите разобраться, поделитесь опытом.))))
Заранее спасибо.
HTML:
<!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>
<title></title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="title" content="" />
<meta name="keywords" content="" />
<meta name="description" content="" />
<link rel="stylesheet" href="style.css" type="text/css" media="screen" />
</head>
<body>
<div id="wrapper">
<div id="header">
<div id="logo"><img src="../../../sonatex/sonatextiles.com.ua/images/index_01.gif" alt="Сонатекстиль" width="302" height="163" align="left"</div>
<div id="logo1"><img src="../../../sonatex/sonatextiles.com.ua/images/index_02.gif" alt="Сонатекстиль" width="505" height="163" align="middle"</div>
<div id="logo2"><img src="../../../sonatex/sonatextiles.com.ua/images/index_03.gif" alt="Сонатекстиль" width="193" height="163" align="right" /></div>
</div><!-- #header-->
CSS
* {
margin: 0;
padding: 0;
}
html {height: 100%}
body {
font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
width: 100%;
height: 100%;
background-color:#FFF;
}
a {
color: blue;
outline: none;
text-decoration: underline;
}
a:hover {
text-decoration: none;
}
p {margin: 0 0 18px}
img {
border: none;
}
input {vertical-align: middle}
#wrapper {
width: 1000px;
margin: 0 auto;
min-height: 100%;
height: auto !important;
height: 100%;
}
/* Header
—————————————————————————--*/
#header {
height: 163px;
width: 1000px;
}
/* Middle
—————————————————————————--*/
#middle {
width: 100%;
padding: 0 0 100px;
height: 1%;
}
#middle:after {
content: '.';
display: block;
clear: both;
visibility: hidden;
height: 0;
}
#container {
width: 100%;
float: left;
overflow: hidden;
}
#content {
padding: 0 270px 0 270px;
}
/* Sidebar Left
—————————————————————————--*/
.sl {
float: left;
width: 250px;
margin-left: -100%;
position: relative;
background: #B5E3FF;
}
/* Sidebar Right
—————————————————————————--*/
.sr {
float: left;
margin-right: -3px;
width: 250px;
margin-left: -250px;
position: relative;
background: #FFACAA;
}
/* Footer
—————————————————————————--*/
#footer {
width: 1000px;
margin: -100px auto 0;
height: 100px;
background: #BFF08E;
}
/*——————header—————————--*/
#logo {
width: 302;
height: 163;
}
#logo1 {
width: 505;
height: 163;
}
#logo2 {
width: 193;
height: 163;
Скрин:
Edited by mazharLink to comment
Share on other sites
8 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.