Не отображаються блоки с права!!!

Тема в разделе "Изменение шаблона (кастомизация)", создана пользователем zoomsuperboy, 25.01.2008.

  1. zoomsuperboy
    Offline

    zoomsuperboy Недавно здесь

    Регистрация:
    11.10.2007
    Сообщения:
    14
    Симпатии:
    0
    Не отображаються блоки с права!!! http://progame.webart-media.ru/ вот на этом сайте моно посмотреть проблему. Как сделать так что бы блоки отображались справа!!!??? Какой код надо прописать в index
     
  2.  
  3. ListOn
    Offline

    ListOn Недавно здесь

    Регистрация:
    03.03.2007
    Сообщения:
    115
    Симпатии:
    7
    Пол:
    Мужской
    Ответ: Не отображаються блоки с права!!!

    Ну есть же в FAQ... Описано достаточно подробно
     
    zoomsuperboy нравится это.
  4. AmmiAk
    Offline

    AmmiAk Укротитель браузеров

    Регистрация:
    25.07.2007
    Сообщения:
    629
    Симпатии:
    34
    Пол:
    Мужской
    Ответ: Не отображаються блоки с права!!!

    zoomsuperboy, "справа" пишется слитно!!! |/|
    Если к шаблону справа нужно добавить колонку с позицией 'right' внутри, то проблема здесь только в том, что в нем она просто до сих пор отсутствует - прикладывайте к сообщению исходный код файла 'index.php' и стилевого файла 'template_css.css' шаблона, понадобится не больше 5 минут, чтобы осуществить в шаблоне то, что Вам требуется. :)
     
  5. zoomsuperboy
    Offline

    zoomsuperboy Недавно здесь

    Регистрация:
    11.10.2007
    Сообщения:
    14
    Симпатии:
    0
    Ответ: Не отображаються блоки с права!!!

    <?php
    defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );
    // needed to seperate the ISO number from the language file constant _ISO
    $iso = split( '=', _ISO );
    //echo '<?xml version="1.0" encoding="'. $iso[1] .'"?' .'>';
    ?>
    <!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">
    <head>
    <?php
    if ( $my->id ) {
    initEditor();
    }
    mosShowHead();
    ?>
    <meta http-equiv="Content-Type" content="text/html; <?php echo _ISO; ?>" />
    <link href="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/css/template_css.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
    <div id="topstrip"></div>
    <div id="topmenuwrap"><div id="topmenu">
    <?php mosLoadModules ('user3', -2); ?>
    </div>
    <div id="headerwrap"><div id="header">
    <?php mosLoadModules ('header'); ?>
    </div></div>

    <div id="bodywrap"> <div id="body"> <div id="leftcolumn">
    <?php mosLoadModules ('left', -2); ?>
    </div>
    <div id="mainbody">
    <?php mosMainBody(); ?>
    </div></div></div>
    <div id="footerwrap">
    <div id="footer">
    <?php mosLoadModules ('footer', -2); ?><br />
    <?php mosLoadModules ('bottom', -2); ?>
    </div>

    </div>
    </body>
    </html>


    а тут ccs


    a#active_menu {
    color: #333333;
    font-weight: bold;
    }

    a#active_menu:hover {
    color: #666666;
    text-decoration: none;
    }

    /* Links */
    a.category:link, a.category:visited {
    color: #FFA500;
    }

    a.category:hover {
    color: #FF9900;
    }

    a.mainlevel:link, a.mainlevel:visited {
    border-bottom: 1px solid #EDEDED;
    color: #666666;
    display: block;
    line-height: 18px;
    padding-bottom: 2px;
    padding-top: 2px;
    text-align: left;
    text-decoration: none;
    }

    a.mainlevel:hover {
    background-color: #FAFDF4;
    border-bottom: 1px solid #EDEDED;
    color: #000;
    }

    a.mainlevel-top:link, a.mainlevel-top:visited {
    color: #444;
    display: online;
    height: 20px;
    line-height: 20px;
    margin-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    border-right: 1px solid #ededed;

    }

    a.mainlevel-top:hover {
    color: #fb7000;
    background-color: #fff;
    }

    a.mainlevel-top#active_menu-top {
    color: #000;
    background-color: #fff;

    }

    a.mainlevel-top#active_menu-top:hover {
    color: #fb7000;
    text-decoration: none;
    }

    a.mainlevel-footer:link, a.mainlevel-footer:visited {
    color: #444;
    display: inline;
    height: 20px;
    line-height: 20px;
    margin-bottom: 0px;
    padding-left: 8px;
    padding-right: 8px;
    text-decoration: none;
    width: auto;
    font-size: 12px;
    }

    a.mainlevel-footer:hover {
    color: #fb7000;
    }

    a.mainlevel-footer#active_menu-footer {
    color: #333333;
    font-weight: bold;
    }

    a.mainlevel-footer#active_menu-footer:hover {
    color: #fb7000;
    text-decoration: none;
    }

    a.readon:link, a.readon:visited {
    background-image: url(../images/read.gif);
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 20px;
    }

    a.readon:hover {
    color: #FF9900;
    text-decoration: none;
    }

    a.sublevel:link, a.sublevel:visited {
    background-image: url(../images/sub.png);
    background-position: left;
    background-repeat: no-repeat;
    border-bottom: 1px solid #EDEDED;
    color: #666666;
    display: block;
    line-height: 18px;
    padding-bottom: 2px;
    padding-top: 2px;
    text-align: left;
    text-decoration: none;
    text-indent: 25px;

    }

    a.sublevel:hover {
    color: #C0C0C0;
    text-decoration: none;
    }

    a:link, a:visited {
    color: #637D8D;
    text-decoration: none;
    }

    a:hover {
    color: #000000;
    text-decoration: none;
    }

    a.blogsection:link, a.blogsection:visited, a.weblinks:link, a.weblinks:visited {
    color: #FF9900;
    }

    a.blogsection:hover, a.weblinks:hover {
    color: #999999;
    text-decoration: underline;
    }

    body {
    background-color: #F2F6E3;
    margin: 0px;
    padding: 0px;
    text-align: center;
    }

    h1 {
    font-size: 16px;
    }

    h2 {
    font-size: 19px;
    }

    h3 {
    font-size: 22px;
    }

    h4 {
    font-size: 22px;
    }

    img {
    border: 0px;
    }

    input.inputbox{
    background-color: #FAFAFA;
    border: 1px solid #EDEDED;
    color: #666666;
    }

    input.inputbox#mod_login_password, input.inputbox#mod_login_username {
    background-color: #FAFAFA;
    border: 1px solid #EDEDED;
    color: #666666;
    margin-bottom: 2px;
    margin-top: 2px;
    width: 170px;
    }

    input.inputbox#mod_search_searchword{
    background-color: #FAFAFA;
    border: 1px solid #EDEDED;
    color: #666666;
    margin-bottom: 2px;
    margin-top: 2px;
    width: 100%;
    }

    li {
    list-style: none;
    }

    td,tr,p,div {
    color: #666666;
    font-family: arial, verdana, sans-serif;
    font-size: 13px;
    line-height: 135%;
    }

    textarea.inputbox{
    background-color: #FAFAFA;
    border: 1px solid #EDEDED;
    color: #666666;
    height: 200px;
    }

    ul {
    margin: 0px;
    padding: 0px;
    }

    .button {
    background-color: #F5F5F5;
    border: 1px solid #CBCBCB;
    color: #000000;
    }

    .button:hover {
    color: #FF8C00;
    }

    /** category text format and links **/
    .category {
    color: #FF8C00;
    }

    .componentheading {
    color: #87908D;
    font-family: Georgia,Arial,Helvetica;
    font-size: 35px;
    font-weight: normal;
    letter-spacing: -1px;
    margin: 0px;
    }

    .contentdescription {
    }

    .contentheading {
    color: #A2ABA8;
    font-size: 26px;
    font-weight: normal;
    letter-spacing: -1px;
    margin: 0px;
    }

    /* Content - Sections & Categories */
    .contentpane {
    }

    .contentpaneopen {
    }

    .createdate {
    color: #708090;

    }

    .readmore {
    background-color: #FFFFFF;
    background-image: url(../images/read.gif);
    background-position: left;
    background-repeat: no-repeat;
    color: #FF6347;
    padding-left: 20px;
    }

    .modifydate {
    color: #808080;
    font-weight: normal;
    text-decoration: none;
    }

    .moduletable {
    }

    .moduletable-info {
    background-image: url(../images/info.gif);
    background-position: top left;
    background-repeat: no-repeat;
    padding-bottom: 10px;
    padding-top: 40px;
    text-align: left;
    }

    .moduletable-main { background-image: url(../images/main.gif);
    background-position: top left;
    background-repeat: no-repeat;
    padding-bottom: 10px;
    padding-top: 40px;
    text-align: left;
    }

    .moduletable-contact{ background-image: url(../images/contact.gif);
    background-position: top left;
    background-repeat: no-repeat;
    padding-bottom: 10px;
    padding-top: 90px;
    text-align: left;
    }

    .moduletable h3 {
    }

    .moduletable td {
    }

    .quote {
    background-image: url(../images/quote.gif);
    background-position: top right;
    background-repeat: no-repeat;
    color: #666;
    display: block;
    font: oblique 120% georgia, times, serif;
    line-height: 150%;
    width: 98%;
    }

    .sectiontableentry1 {
    }

    .sectiontableentry2 {
    }

    .sectiontableheader {
    }

    .small{
    color: #fb7000;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    }

    .smalldark {
    color: #000;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    }

    .subheadings {
    color: #6991A0;
    font-family: Verdana, Arial, sans-serif;
    font-size: 16px;
    line-height: 25px;
    }


    #body {
    padding-top: 10px;
    margin: 0 auto;
    width: 900px;
    }

    #bodywrap {
    float: left;
    overflow: hidden;
    padding-top: 15px;
    width: 100%;
    }

    #footer {
    border-top: 1px solid #ededed;
    margin: 0 auto;
    text-align: center;
    width: 900px;
    }

    #footer td, #footer div{
    text-align: center;
    }

    #footerwrap {
    float: left;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
    }

    #header {
    height: 200px;
    margin: 0 auto;
    width: 900px;
    background-image: url(../images/header.jpg);
    background-position: top;
    background-repeat: no-repeat;
    }

    #headerwrap {
    height: 200px;
    margin: 0 auto;
    width: 100%;
    background-color: #A4B941;
    background-image: url(../images/headerwrapbg.gif);
    background-position: top;
    background-repeat: repeat-x;
    }

    #leftcolumn {
    float: left;
    width: 250px;
    }

    #leftcolumn .moduletable {
    padding-bottom: 15px;
    text-align: left;
    }

    #leftcolumn h3 {
    color: #666;
    font-family: 'Lucida Grande','Lucida Sans Unicode','Trebuchet MS',arial,verdana,sans-serif;
    font-size: 19px;
    font-weight: normal;
    letter-spacing: -1px;
    margin: 0px;
    padding-bottom: 10px;
    }


    #mainbody {
    float: left;
    margin-left: 25px;
    padding-left: 10px;
    text-align: left;
    width: 610px;
    }

    #mainbody li {
    list-style-position: inside;
    list-style: square;

    }

    #mainbody ul{
    margin: 10px 10px 10px 10px;
    padding: 0px 0px 0px 15px;
    }

    #topmenu {
    height: 80px;
    margin: 0 auto;
    text-align: left;
    width: 900px;
    background-image: url(../images/topbg.gif);
    background-position: top;
    background-repeat: no-repeat;

    }

    #topmenu .moduletable{
    width: 500px;
    float: right;
    position: relative;
    top: 55px;

    }

    #topmenuwrap {
    height: 80px;
    width: 100%;
    background-color: #fff;

    }

    #topstrip {
    background-color: #555;
    border-bottom: 1px solid #999;
    height: 5px;
    width: 100%;
    }
     
  6. Dead Krolik
    Offline

    Dead Krolik Недавно здесь => Cпециалист <=

    Регистрация:
    13.04.2007
    Сообщения:
    3 685
    Симпатии:
    101
    Пол:
    Мужской
    Ответ: Не отображаються блоки с права!!!

    zoomsuperboy на такое оформление сообщения тебе никто отвечать не будет. В правилах указано, что постить листинги в сообщения НЕЛЬЗЯ.
     
  7. AmmiAk
    Offline

    AmmiAk Укротитель браузеров

    Регистрация:
    25.07.2007
    Сообщения:
    629
    Симпатии:
    34
    Пол:
    Мужской
    Ответ: Не отображаються блоки с права!!!

    Оффтопик (не в тему) - жми сюда!
     
  8. Dead Krolik
    Offline

    Dead Krolik Недавно здесь => Cпециалист <=

    Регистрация:
    13.04.2007
    Сообщения:
    3 685
    Симпатии:
    101
    Пол:
    Мужской
    Ответ: Не отображаються блоки с права!!!

    Оффтопик (не в тему) - жми сюда!
     
  9. zoomsuperboy
    Offline

    zoomsuperboy Недавно здесь

    Регистрация:
    11.10.2007
    Сообщения:
    14
    Симпатии:
    0
    Ответ: Не отображаються блоки с права!!!

    за что я же не знал
     
  10. Dead Krolik
    Offline

    Dead Krolik Недавно здесь => Cпециалист <=

    Регистрация:
    13.04.2007
    Сообщения:
    3 685
    Симпатии:
    101
    Пол:
    Мужской
    Ответ: Не отображаються блоки с права!!!

    Оффтопик (не в тему) - жми сюда!
     

Поделиться этой страницей

Загрузка...