Jump to content

maxpryg

Newbie
  • Posts

    7
  • Joined

  • Last visited

Everything posted by maxpryg

  1. Можно так попробовать: html,body{ height:100%; } .main{ height:100%; } .section{ min-height:100%; margin-bottom:-100px;/* высота подвала */ } .header{ position:absolute; } #all{ overflow:hidden; padding-bottom:100px;/* высота подвала */ } html-код: <div class="main"> <div class="header">...</div> <div class="section"> <div id="all"> <div class="desc2"></div> <div class="clearMain"></div> </div> </div> <div class="footer">...</div> </div>
  2. http://jsfiddle.net/cdjZr/embedded/result/'>http://jsfiddle.net/cdjZr/embedded/result/ http://jsfiddle.net/cdjZr/
  3. .phocagallery-box-file{ width:174px !important; height:174px !important; } <div class="phocagallery-box-file pg-box-image" style="height:183px; width:185px;"> <div class="phocagallery-box-file-first" style="height:183px;width:183px;margin:auto;"> - у этого класса нужно задать размеры 174px; Нужно найти файл, где прописаны правила класса phocagallery-box-file-first. Или в файл mystyles.css дописать: .phocagallery-box-file-first{ height:174px; width:174px; }
  4. Можете попробовать следующее: #main { height:100%; } #content { min-height:100%; } Чтобы работало в Internet Explorer: <!--[if IE]> <style type="text/css"> *html #main{ height:100%; } </style> <![endif]-->
  5. Попробуйте убрать следующие правила: .phocagallery-box-file{ width:174px !important; height:174px !important; }
  6. Для меню нужно нарисовать фоновую картинку нужной формы.
  7. maxpryg

    li в строку

    Попробуй задать фиксированную ширину ссылкам, например: .menu_h UL LI A{ width:150px; }
×
×
  • 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