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
alexb
Здраствйте! Помогите пожалуйста. в IE отображает как надо, а в Mozilla Firefox по другому.
<html>
<head>
<style>
#container {
width: 1000px;
heigth: 100%;
border: 1px solid red;
border-width: 1px 1px 1px 0;
}
#navigation {
width: 200px;
height: 100%;
float: left;
}
</style>
</head>
<body>
<div id="container">
<div id="navigation">
</div>
</div>
</body>
</html>
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.