Jump to content

dnest

Neophyte
  • Posts

    1
  • Joined

  • Last visited

dnest's Achievements

Explorer

Explorer (1/14)

0

Reputation

  1. Здравствуйте!целый день читал различные форумы но ответа на свой вопрос так и не нашел. Сделал сайт для 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; } Очень буду признателен.
×
×
  • 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