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
up2sky
вот такая проблемма.. нужно выровнять список по левому краю.. в файрфокс всё отлично, а в ИЕ - КАК ВСЕГДА!!
код :
<html>
<HEAD>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
<style type="text/css">
@charset "utf-8";
/* RIGHTMENU */
#rightmenu {
float:right;
width:180px;
border:1px solid #cfcfcf;
background-image:url(../img/bgb1-2.gif);
background-repeat:repeat-x;
background-color:f5f5f5;
padding-top:20px;
margin:0px;
text-align:left;
}
#rightmenu ul{
padding:0;
margin-left:10pxl;
}
#rightmenu li{
list-style:none;
height:30px;
width:160px;
border-bottom: 2px solid #e0e0e0;
border-top: 2px solid #FFFFFF;
padding:3px 5px;
}
#rightmenu a{
text-decoration:none;
}
#rightmenu a:hover{
color:red;
font-weight:bold;
}
</style>
</head>
<body>
<div id="rightmenu">
1234: <br /> <br />
<ul>
<li><a href="#" title="">1111</a></li>
<li><a href="#" title="">2222</a></li>
<li><a href="#" title="">3333</a></li>
<li><a href="#" title="">4444</a></li>
</ul>
<br /> <br />
</div>
</div>
</body>
</html>
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.