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
Alex654
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<style>
#opt {
border:1px solid black;
width:200px; height:200px;
position:relative; float: left;
margin-right:10px;
margin-bottom:10px;
background-image:url(http://ya.ru/logo.png);
}
</style>
</head>
<body>
<table width=100% border=1>
<tr>
<td width=300>тут будет меню!</td>
<td>
<div id=opt><img src=""> </div>
<div id=opt><img src=""> </div>
<div id=opt><img src=""> </div>
<div id=opt><img src=""> </div>
<div id=opt><img src=""> </div>
</td>
</tr>
</table>
</body>
</html>
В GoogleChrome данные слои выводятся попорядку в строку и переходят на новую строку, если в ширину не хватает места.
В других браузерах (Opera, IE) так не выводится.
Подскажите, пожалуйста, что можно сделать, чтобы данный ХТМЛ выводился также и в других браузерах, как он выводится в GoogleChrome.
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.