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
alexgeo
В ie6 правый блок (right) съезжает вниз, в остальных смотрелках все нормально отображается. Пожалуйста подскажите.
<style type="text/css">
body {
background-color: #666666;
background-image: url(ventuno.gif);
background-repeat: repeat;
margin: 0;
}
.trans
{
opacity:0.5;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
filter:alpha(opacity=50);
-moz-opacity:0.5;
background-color:#000000;
width:100%;
height:100%;
position:absolute;
margin:-30px;
z-index:-1;
}
.container{
width:800px;
margin-left: auto ;
margin-right: auto;
/*//display: inline;*/
}
.shapka
{
position:relative;
color:#FFFFFF;
width:790px;
height:100px;
padding:30px;
border:1px solid red;
top:10px;
}
.right
{
position:relative;
color:#FFFFFF;
width:600px;
padding:30px;
border:1px solid red;
top:20px;
margin-left:190px;
overflow:hidden;
}
.left
{
position:relative;
color:#FFFFFF;
width:120px;
height:30px;
padding:30px;
border:1px solid red;
top:20px;
float:left;
}
.Image1{ text-align:center;}
</style>
Link 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.