Jump to content
  • 0

Проблема с IE


dnest
 Share

Question

Здравствуйте!целый день читал различные форумы но ответа на свой вопрос так и не нашел.

Сделал сайт для 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

  • 0

А если задать overflow:hidden? и попробовать задать размеры не в em а в пикселях, или процентах. ну и вот этот zoom, насколько я знаю должеен быть со значением 1.0

Link to comment
Share on other sites

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy