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
dnest
Здравствуйте!целый день читал различные форумы но ответа на свой вопрос так и не нашел.
Сделал сайт для Joomla.
При выводе контента возникает проблема:
Все что заключено в <div class="content"> занимает больше места чем указано(width) и не помещается области контента.
Частично решает проблему overflow:auto появляется прокрутка, но размеры как были так и остаются непонятно какими.
В Opera все нормально.
Вот код PHP:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" >
<head>
<jdoc:include type="head" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/system/css/system.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/system/css/general.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/new_nesholod/css/template.css" type="text/css" />
<link href="css/template.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="telo">
<div class="content">
<jdoc:include type="component" />
<jdoc:include type="modules" name="user1" style="xhtml" />
</div>
</div>
</body>
</html>
Вот CSS:
.content {
float: left;
height: 40em;
width: 45em;
margin: 0px;
padding:0px;
height:auto;
_font-size: 16px;
overflow: auto;
overflow-y:hidden;
zoom:1;
}
Очень буду признателен.
Link to comment
Share on other sites
1 answer 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.