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
Ruzzel
Всем привет... Впервые решил создать сайт,но никак не могу справиться с выравниванием рисунков...помогите ,а...
вот что у меня получилось:
Файл index:
<html>
<head>
<title>Открытки HandMade </title>
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="verh1">
<div id="verh">
<img src="images/batterfly 2.gif" align="left">
<div id="verh-right">
<img src="images/butterfly.gif">
<div id="main">
<div id="niz_left">
<img src="images/Text.gif" align="left" align="bottom">
<div id="niz_right">
<img src="images/Left bottom.gif" align="right" align="bottom"></div>
</body>
</html>
Файл css:
#verh1{
width:100%;
background-image:url(images/Back.gif);
background-repeat:repeat-y;
}
#verh{
float:left;
width:auto;
background-image:url(images/Back.gif);
background-repeat:repeat-y;
}
#verh-right{
float:left;
width:auto;
background-image:url(images/Back.gif);
background-repeat:repeat-y;
}
#main{
width:100%;
height:800;
#niz_left{
float:left;
height:100;
width:auto;
background-image:url(images/Back.gif);
background-repeat:repeat-y;
}
#niz_right{
float:left;
width:auto;
height:700;
background-image:url(images/Back.gif);
background-repeat:repeat-y;
}
нужна приблизительно такая раскладка:
http://s53.radikal.ru/i139/1011/9d/4825d80bad50.jpg
помогите плиз!!!
Link to comment
Share on other sites
2 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.