Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • angelaraguso Friend
    #130431

    Hello i installed the template here http://www.miosotisreiki.com/home.html is a joomla 1.5
    i made some modification to have right and left column and to have a module up the main thext, all wa sok but when i place a rotator or image more than 400 px the content went down…

    this is my index.php code

    <?php
    /*------------------------------------------------------------------------
    # JA Genista 1.0 - The First November 07 JA Template, 2007
    # ------------------------------------------------------------------------
    # Copyright (C) 2004-2007 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
    # @license - Copyrighted Commercial Software
    # Author: J.O.O.M Solutions Co., Ltd
    # Websites: http://www.joomlart.com - http://www.joomlancers.com
    -------------------------------------------------------------------------*/
    defined( '_JEXEC' ) or die( 'Restricted access' );

    include_once (dirname(__FILE__).DS.'/ja_vars.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" />
    <?php JHTML::_('behavior.mootools'); ?>

    <link rel="stylesheet" href="<?php echo $tmpTools->baseurl(); ?>templates/system/css/system.css" type="text/css" />
    <link rel="stylesheet" href="<?php echo $tmpTools->baseurl(); ?>templates/system/css/general.css" type="text/css" />
    <link rel="stylesheet" href="<?php echo $tmpTools->templateurl(); ?>/css/template.css" type="text/css" />

    <script language="javascript" type="text/javascript" src="<?php echo $tmpTools->templateurl(); ?>/scripts/ja.script.js"></script>

    <?php $tmpTools->genMenuHead(); ?>

    <link rel="stylesheet" href="<?php echo $tmpTools->templateurl(); ?>/css/colors/<?php echo $tmpTools->getParam(JA_TOOL_COLOR); ?>.css" type="text/css" />
    <link rel="stylesheet" href="<?php echo $tmpTools->templateurl(); ?>/css/editor_content.css" type="text/css" />

    <!-->
    <style type="text/css">
    .clearfix {height: 1%;}
    h1.logo a, h1.logo a:hover, img, .ja-slideshow-mask, H3,#ja-slidebar ul li a,
    #ja-wrapper-top, #ja-wrapper-bottom, #ja-wrapper-inner, #ja-contentslider {
    background-position: -1000px;
    behavior: url("<?php echo $tmpTools->templateurl();?>/scripts/iepngfix.htc");
    }
    </style>
    <!-->

    <!-->
    <style type="text/css">
    .clearfix {display: inline-block;}
    </style>
    <!-->

    <script type="text/javascript">
    //<!]>
    </script>

    </head>

    <body id="bd" class="<?php echo $tmpTools->getParam(JA_TOOL_SCREEN);?> fs<?php echo $tmpTools->getParam(JA_TOOL_FONT);?>">
    <a name="Top" id="Top"></a>
    <ul class="accessibility">
    <li><a href="#ja-content" title="<?php echo JText::_("Skip to content");?>"><?php echo JText::_("Skip to content");?></a></li>
    <li><a href="#ja-mainnav" title="<?php echo JText::_("Skip to main navigation");?>"><?php echo JText::_("Skip to main navigation");?></a></li>
    <li><a href="#ja-col1" title="<?php echo JText::_("Skip to 1st column");?>"><?php echo JText::_("Skip to 1st column");?></a></li>
    <li><a href="#ja-col2" title="<?php echo JText::_("Skip to 2nd column");?>"><?php echo JText::_("Skip to 2nd column");?></a></li>
    </ul>

    <div id="ja-mainwrapper">
    <div id="ja-wrapper">
    <div id="ja-wrapper-top">
    </div>
    <div id="ja-wrapper-inner" class="clearfix">

    <!-- BEGIN: HEADER -->
    <div id="ja-header">

    <h1 class="logo"><a href="index.php" title="<?php echo $tmpTools->sitename(); ?>"><?php echo $tmpTools->sitename(); ?></a></h1>

    <div id="ja-mainnav">
    <?php
    //Gen menu for CSS, MOO
    //Gen first level menu for Split, Dropline
    $jamenu->genMenu (0);
    ?>
    </div>

    <?php if ($this->countModules('user4')) { ?>
    <div id="ja-search">
    <jdoc:include type="modules" name="user4"/>
    </div>
    <?php } ?>

    <?php if ($tmpTools->getParam(JA_TOOL_USER) & 3) { ?>
    <div id="ja-usertoolswrap">
    <div id="ja-usertools" class="clearfix">
    <?php $tmpTools->genToolMenu($tmpTools->getParam(JA_TOOL_USER) & 3, 'png'); ?>
    </div></div>
    <?php } ?>

    </div>
    <!-- END: HEADER -->

    <?php if ($this->countModules('slideshow')) {?>
    <!-- BEGIN: TOP SPOTLIGHT -->
    <div id="ja-topslwrap">
    <div id="ja-topsl" class="clearfix">

    <?php if( $this->countModules('slideshow') ) { ?>
    <div id="ja-slideshowwrap">
    <div id="ja-slideshow">
    <jdoc:include type="modules" name="slideshow" style="xhtml"/>
    </div>
    </div>
    <?php } ?>

    <?php if( $this->countModules('top') ) { ?>
    <div id="ja-top">
    <jdoc:include type="modules" name="top" style="rounded"/>
    </div>
    <?php } ?>
    </div>
    </div>
    <!-- END: TOP SPOTLIGHT -->
    <?php } ?>

    <div id="ja-containerwrap<?php echo $divid ?>">
    <div id="ja-container" class="clearfix">

    <!-- BEGIN: CONTENT -->
    <div id="ja-content">
    <div class="innerpad">
    <?php if ($ja_left) { ?>
    <div id="ja-col1">
    <?php if ($hasSubnav) {?>
    <div id="ja-subnav" class="moduletable">
    <h3>On This Page</h3>
    <?php $jamenu->genMenu (1,1); ?>
    </div>
    <?php } ?>
    <jdoc:include type="modules" name="left" style="xhtml" />
    </div>
    <?php } ?>
    <?php if(!$tmpTools->isFrontPage()){ ?>
    <div> <jdoc:include type="modules" name="inset"/> </div>
    <div id="ja-pathway">
    <jdoc:include type="module" name="breadcrumbs" />
    </div>

    <?php } ?>
    <jdoc:include type="message" />
    <jdoc:include type="component" />

    <?php if ($this->countModules('banner')) { ?>
    <div id="ja-banner">
    <jdoc:include type="modules" name="top" />
    </div>
    <?php } ?>

    </div>
    </div>
    <!-- END: CONTENT -->

    <?php if ($ja_left || $ja_right || $ja_masscol) { ?>
    <!-- BEGIN: COLUMNS -->

    <div id="ja-colwrap">
    <div class="innerpad clearfix">

    <?php if ($ja_right) { ?>
    <div id="ja-col2">
    <jdoc:include type="modules" name="right" style="xhtml" />
    </div>
    <?php } ?>

    </div>

    </div><br />
    <?php } ?>

    <!-- END: COLUMNS -->
    </div>

    <?php
    $spotlight1 = array ('user1','user2');
    $botsl1 = $tmpTools->calSpotlight ($spotlight1, $this->countModules('user6')?60:100);
    if( $botsl1 || $this->countModules('user6')) {
    ?>
    <!-- BEGIN: BOTTOM SPOTLIGHT -->
    <div id="ja-botsl1" class="clearfix">

    <?php if( $this->countModules('user1') ) {?>
    <div class="ja-box<?php echo $botsl1['user1']['class']; ?>" style="width: <?php echo $botsl1['user1']['width']; ?>;">
    <jdoc:include type="modules" name="user1" style="xhtml" />
    </div>
    <?php } ?>

    <?php if( $this->countModules('user2') ) {?>
    <div class="ja-box<?php echo $botsl1['user2']['class']; ?>" style="width: <?php echo $botsl1['user2']['width']; ?>;">
    <jdoc:include type="modules" name="user2" style="xhtml" />
    </div>
    <?php } ?>

    <?php if( $this->countModules('user6') ) {?>
    <div class="ja-box-rightcol" style="width: <?php echo $botsl1?40:100;?>%;">
    <jdoc:include type="modules" name="user6" style="xhtml" />
    </div>
    <?php } ?>

    </div>
    <!-- END: BOTTOM SPOTLIGHT -->
    <?php } ?>

    <?php
    $spotlight2 = array ('user7','user8');
    $botsl2 = $tmpTools->calSpotlight ($spotlight2,( $this->countModules('user9') || $this->countModules('user10'))?60:100);

    $spotlight3 = array ('user9','user10');
    $botsl3 = $tmpTools->calSpotlight ($spotlight3,( $this->countModules('user7') || $this->countModules('user8') )?40:100);

    if ($botsl2 && $botsl3) {
    $botsl2['modules']['user8'] = $botsl2['modules']['user9'] = '-left';
    }
    if( $botsl2 || $botsl3) {
    ?>
    <!-- BEGIN: BOTTOM SPOTLIGHT -->
    <div id="ja-botsl2" class="clearfix">
    <?php
    if( $botsl2) {
    ?>
    <?php if( $this->countModules('user7') ) {?>
    <div class="ja-box<?php echo $botsl2['user7']['class']; ?>" style="width: <?php echo $botsl2['user7']['width']; ?>;">
    <jdoc:include type="modules" name="user7" style="xhtml" />
    </div>
    <?php } ?>

    <?php if( $this->countModules('user8') ) {?>
    <div class="ja-box<?php echo $botsl2['user8']['class']; ?>" style="width: <?php echo $botsl2['user8']['width']; ?>;">
    <jdoc:include type="modules" name="user8" style="xhtml" />
    </div>
    <?php } ?>
    <?php } ?>
    <?php
    if( $botsl3) {
    ?>
    <?php if( $this->countModules('user9') ) {?>
    <div class="ja-box<?php echo $botsl3['user9']['class']; ?>" style="width: <?php echo $botsl3['user9']['width']; ?>;">
    <jdoc:include type="modules" name="user9" style="xhtml" />
    </div>
    <?php } ?>

    <?php if( $this->countModules('user10') ) {?>
    <div class="ja-box<?php echo $botsl3['user10']['class']; ?>" style="width: <?php echo $botsl3['user10']['width']; ?>;">
    <jdoc:include type="modules" name="user10" style="xhtml" />
    </div>
    <?php } ?>
    <?php } ?>

    </div>
    <!-- END: BOTTOM SPOTLIGHT -->
    <?php } ?>

    <!-- BEGIN: FOOTER -->
    <div id="ja-footer">

    <jdoc:include type="modules" name="user3" />
    <div class="powerby">
    <jdoc:include type="module" name="footer" />
    </div>

    <?php if ($tmpTools->getParam(JA_TOOL_USER) & 4) { ?>
    <div id="ja-usercolorswrap">
    <div id="ja-usercolors" class="clearfix">
    <?php $tmpTools->genToolMenu($tmpTools->getParam(JA_TOOL_USER) & 7, 'png'); ?>
    <ul style="margin: 0; padding-left: 10px;">
    <li><a href="#Top" title="Go to top" style="text-decoration: none;"><img src="<?php echo $tmpTools->templateurl();?>/images/top.png" title="Goto top" alt="Goto top" /></a></li>
    </ul>
    </div></div>
    <?php } ?>
    <small>Copyright 2005 - 2008 Welcome to JA Genista.
    Designed by <a target="blank" title="Visit Joomlart.com!" href="http://www.joomlart.com/">JoomlArt.com</a></small>
    </div>
    <!-- END: FOOTER -->

    </div>
    </div>
    <div id="ja-wrapper-bottom">
    </div>
    </div>
    </div>
    <jdoc:include type="modules" name="debug" />
    <script type="text/javascript">
    switchFontSize('ja_genista_ja_font','inc');
    switchFontSize('ja_genista_ja_font','dec');
    </script>
    </body>

    </html>

    This is my css code

    /*------------------------------------------------------------------------
    # JA Genista 1.0 - Nov, 2007
    # ------------------------------------------------------------------------
    # Copyright (C) 2004-2006 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
    # @license - Copyrighted Commercial Software
    # Author: J.O.O.M Solutions Co., Ltd
    # Websites: http://www.joomlart.com - http://www.joomlancers.com
    -------------------------------------------------------------------------*/

    /* COMMON STYLE
    --------------------------------------------------------- */
    html, body, form, fieldset {
    margin: 0;
    padding: 0;
    }

    body {
    color: #000000;
    background: #FFFFFF;
    font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
    line-height: 150%;
    }

    body#bd {
    padding: 50px 0 0;
    color: #333333;
    background: url(../images/body-top.jpg) repeat-x top center #ffffff;
    }

    body.contentpane {
    width: auto; /* Printable Page */
    margin: 1em 2em;
    background: #FFFFFF;
    color: #000000;
    font-size: 12pt;
    font-family: serif;
    line-height: 140%;
    }

    body.fs1 {
    font-size: 9px;
    }

    body.fs2{
    font-size: 10px;
    }

    body.fs3{
    font-size: 11px;
    }

    body.fs4{
    font-size: 12px;
    }

    body.fs5{
    font-size: 13px;
    }

    body.fs6{
    font-size: 14px;
    }

    /* Normal link */
    a {
    color: #35A6BE;
    text-decoration: none;
    }

    a:hover, a:active, a:focus {
    color: #35A6BE;
    text-decoration: underline;
    }

    /* Title text */
    .contentheading, .componentheading, .blog_more strong, h1, h2, h3 {
    font-family: "Segoe UI", "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
    font-weight: normal;
    }

    /* Small text */
    small, .small, .smalldark, .mosimage_caption {
    color: #999999;
    font-size: 100%;
    }

    /* Heading */
    h1 {
    font-size: 180%;
    }

    h2 {
    font-size: 155%;
    }

    h3 {
    font-size: 125%;
    font-weight: bold;
    }

    h4 {
    font-size: 100%;
    text-transform: uppercase;
    }

    p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
    margin: 10px 0;
    padding: 0;
    }

    ul {
    list-style: none;
    }

    ul li {
    padding-left: 30px;
    background: url(../images/bullet-list.gif) no-repeat 15px 6px;
    line-height: 180%;
    }

    ol li {
    margin-left: 35px;
    line-height: 180%;
    }

    th {
    padding: 5px;
    font-weight: bold;
    text-align: left;
    }

    fieldset {
    border: none;
    }

    fieldset a {
    font-weight: bold;
    }

    hr {
    border-top: 1px solid #DDDDDD;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    height: 1px;
    }

    a img {
    border: none;
    }

    td, div {
    font-size: 100%;
    }

    /* FORM
    --------------------------------------------------------- */
    form {
    margin: 0;
    padding: 0;
    }

    form label {
    cursor: pointer;
    }

    input, select, textarea, .inputbox {
    padding: 1px;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 100%;
    }

    select, textarea, .inputbox {
    background: #FFFFFF;
    color: #666666;
    }

    .button {
    padding: 2px 5px;
    border-top: 1px solid #EFEFEF;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #EFEFEF;
    color: #333333;
    background: url(../images/grad1.gif) repeat-x top #F2F9FD;
    }

    * html .button, *+html .button {
    padding: 2px 3px !important;
    }

    .inputbox {
    margin-bottom: 1px;
    padding: 3px 2px;
    border: 1px solid #DDDDDD;
    background: #FFFFFF;
    }

    .inputbox:hover, .inputbox:focus {
    }

    /* BONUS TYPOGRAPHY STYLES
    --------------------------------------------------------- */
    pre, .code {
    padding: 10px 15px;
    margin: 5px 0 15px;
    border-left: 5px solid #999999;
    background: #F2F9FD;
    }

    blockquote {
    padding: 1em 40px 1em 15px;
    }

    blockquote span.open {
    padding: 3px 0 3px 30px;
    background: url(../images/so-q.gif) no-repeat left top;
    }

    blockquote span.close {
    padding: 3px 30px 3px 0;
    background: url(../images/sc-q.gif) no-repeat bottom right;
    }

    /* Dropcap */
    .dropcap {
    float: left;
    padding: 4px 8px 0 0;
    display: block;
    color: #35A6BE;
    font: 50px/40px Georgia, Times, serif;
    }

    /* Tips, Error, Message, Hightlight*/
    .error {
    padding-left: 25px;
    color: #CC0000;
    background: url(../images/bullet-error.gif) no-repeat top left;
    }

    .message {
    padding-left: 25px;
    color: #F29441;
    background: url(../images/bullet-info.gif) no-repeat top left;
    }

    .tips {
    padding-left: 25px;
    color: #35A6BE;
    background: url(../images/bullet-tips.gif) no-repeat top left;
    }

    .highlight {
    padding: 1px 5px;
    background: #F2F9FD;
    font-weight: bold;
    }

    /* Note Style */
    p.stickynote {
    padding: 10px 0px 10px 50px;
    border: 1px solid #DDDDDD;
    background: url(../images/sticky-bg.gif) no-repeat 5px 10px #FFFFFF;
    }

    p.download {
    padding: 10px 0px 10px 50px;
    border: 1px solid #DDDDDD;
    background: url(../images/download-bg.gif) no-repeat 5px 10px #FFFFFF;
    }

    .blocknumber {
    clear: both;
    padding: 5px 15px 10px;
    position: relative;
    }

    /* Check list */
    ul.checklist {
    list-style: none;
    }

    ul.checklist li {
    margin-left: 15px;
    padding: 0 0 5px 20px;
    background: url(../images/checklist-bg.gif) no-repeat 0 3px;
    }

    /* Check list */
    ul.stars {
    list-style: none;
    }

    ul.stars li {
    margin-left: 15px;
    padding: 0px 0 5px 20px;
    background: url(../images/star-bg.gif) no-repeat 0 3px;
    }

    /* Smallnumber */
    ol.smallnumber {
    margin: 0;
    padding: 0;
    list-style: none;
    }

    ol.smallnumber li {
    margin: 10px 0 10px 30px;
    padding: 3px 0 5px 30px;
    line-height: 150%;
    }

    ol.smallnumber li.number-1 {
    background: url(../images/n-1.gif) no-repeat left top;
    }

    ol.smallnumber li.number-2 {
    background: url(../images/n-2.gif) no-repeat left top;
    }

    ol.smallnumber li.number-3 {
    background: url(../images/n-3.gif) no-repeat left top;
    }

    ol.smallnumber li.number-4 {
    background: url(../images/n-4.gif) no-repeat left top;
    }

    ol.smallnumber li.number-5 {
    background: url(../images/n-5.gif) no-repeat left top;
    }

    ol.smallnumber li.number-6 {
    background: url(../images/n-6.gif) no-repeat left top;
    }

    ol.smallnumber li.number-7 {
    background: url(../images/n-7.gif) no-repeat left top;
    }

    ol.smallnumber li.number-8 {
    background: url(../images/n-8.gif) no-repeat left top;
    }

    ol.smallnumber li.number-9 {
    background: url(../images/n-9.gif) no-repeat left top;
    }

    /* Bignumber */
    .bignumber {
    float: left;
    margin-right: 8px;
    padding: 6px 7px;
    display: block;
    color: #FFFFFF;
    background: url(../images/ol-bg.gif) no-repeat top left;
    font: 20px/normal Arial, sans-serif;
    font-weight: bold;
    }

    /* Talking box. Thinking box. */
    div.bubble1, div.bubble2, div.bubble3, div.bubble4 {
    margin: 15px 0;
    }

    div.bubble1 span.author,
    div.bubble2 span.author,
    div.bubble3 span.author,
    div.bubble4 span.author {
    padding-left: 15px;
    margin-left: 15px;
    background: url(../images/author.gif) no-repeat center left;
    font-weight: bold;
    }

    div.bubble1 div {
    margin: 0;
    width: 100%;
    background: url(../images/bub1-br.gif) no-repeat bottom right;
    }

    div.bubble1 div div {
    background: url(../images/bub1-bl.gif) no-repeat bottom left;
    }

    div.bubble1 div div div {
    background: url(../images/bub1-tr.gif) no-repeat top right;
    }

    div.bubble1 div div div div {
    background: url(../images/bub1-tl.gif) no-repeat top left;
    }

    div.bubble1 div div div div div {
    margin: 0;
    padding: 15px 15px 30px 15px;
    width: auto;
    }

    div.bubble2 div {
    margin: 0;
    width: 100%;
    background: url(../images/bub2-br.gif) no-repeat bottom right;
    }

    div.bubble2 div div {
    background: url(../images/bub2-bl.gif) no-repeat bottom left;
    }

    div.bubble2 div div div {
    background: url(../images/bub2-tr.gif) no-repeat top right;
    }

    div.bubble2 div div div div {
    background: url(../images/bub2-tl.gif) no-repeat top left;
    }

    div.bubble2 div div div div div {
    margin: 0;
    padding: 15px 15px 35px 15px;
    width: auto;
    }

    div.bubble3 div {
    margin: 0;
    width: 100%;
    background: url(../images/bub3-br.gif) no-repeat bottom right;
    }

    div.bubble3 div div {
    background: url(../images/bub3-bl.gif) no-repeat bottom left;
    }

    div.bubble3 div div div {
    background: url(../images/bub3-tr.gif) no-repeat top right;
    }

    div.bubble3 div div div div {
    background: url(../images/bub3-tl.gif) no-repeat top left;
    }

    div.bubble3 div div div div div {
    margin: 0;
    padding: 15px 15px 50px 15px;
    width: auto;
    }

    div.bubble4 div {
    margin: 0;
    width: 100%;
    background: url(../images/bub4-br.gif) no-repeat bottom right;
    }

    div.bubble4 div div {
    background: url(../images/bub4-bl.gif) no-repeat bottom left;
    }

    div.bubble4 div div div {
    background: url(../images/bub4-tr.gif) no-repeat top right;
    }

    div.bubble4 div div div div {
    background: url(../images/bub4-tl.gif) no-repeat top left;
    }

    div.bubble4 div div div div div {
    margin: 0;
    padding: 15px 15px 55px 15px;
    width: auto;
    }

    /* Legend */
    .legend-title {
    margin: 0;
    padding: 0 3px;
    float: left;
    display: block;
    background: #FFFFFF;
    color: #35A6BE;
    font-weight: bold;
    position: absolute;
    top: -12px;
    left: 7px;
    }

    .legend {
    margin: 20px 0;
    padding: 0 10px;
    border: 1px solid #CACACC;
    background: #FFFFFF;
    position: relative;
    }

    /* JOOMLA STYLE
    --------------------------------------------------------- */
    table.blog {
    }

    .article_seperator {
    display: block;
    height: 15px;
    }

    #ja-col1 .article_seperator, #ja-col2 .article_seperator {
    display: none;
    }

    table.contentpane {
    border: none;
    width: 100%;
    }

    table.contentpaneopen {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    }

    table.contenttoc {
    margin: 0 0 10px 10px;
    padding: 0;
    width: 35%;
    }

    table.contenttoc a {
    }

    table.contenttoc td {
    padding: 3px 5px 3px 22px;
    background: url(../images/arrow.png) no-repeat 10px 7px;
    }

    table.contenttoc th {
    padding: 5px;
    border-top: 1px solid #EFEFEF;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #EFEFEF;
    background: url(../images/grad1.gif) repeat-x top #F2F9FD;
    font-weight: bold;
    text-indent: 5px;
    }

    table.poll {
    padding: 0;
    width: 100%;
    border-collapse: collapse;
    }

    table.pollstableborder {
    padding: 0;
    width: 100%;
    border: none;
    text-align: left;
    }

    table.pollstableborder .sectiontableheader {
    padding: 8px 5px !important;
    }

    table.pollstableborder img {
    vertical-align: baseline;
    }

    table.pollstableborder td {
    padding: 2px!important;
    border-collapse: collapse;
    border-spacing: 0;
    }

    table.pollstableborder tr.sectiontableentry1 td {
    border: none;
    background: #F2F9FD;
    }

    table.pollstableborder tr.sectiontableentry2 td {
    border: none;
    }

    table.searchintro {
    padding: 10px 0;
    width: 100%;
    }

    table.searchintro td {
    padding: 5px!important;
    }

    table.adminform {
    width: 400px!important; /*Control the Frontend Editor area width*/
    }

    .adminform .inputbox {
    }

    .blog_more {
    margin: 10px 0;
    }

    .blog_more strong {
    margin: 0 0 5px;
    display: block;
    background: url(../images/h3-bg.gif) no-repeat center left;
    font-size: 150%;
    line-height: 30px;
    text-indent: 10px;
    }

    .blog_more ul {
    margin: 0;
    padding: 0;
    }

    .blog_more ul li {
    margin: 0;
    padding: 0 0 0 24px;
    background: url(../images/arrow.png) no-repeat 12px 5px;
    }

    td.buttonheading {
    padding: 0 0 0 8px!important;
    text-align: center;
    }

    .category {
    font-weight: bold;
    }

    .clr {
    clear: both;
    }

    .componentheading {
    padding: 0 0 15px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #DDDDDD;
    font-size: 250%;
    }

    .contentdescription {
    padding-bottom: 30px;
    }

    table.blog .contentheading {
    font-size: 170%;
    }

    .contentheading {
    padding-bottom: 5px;
    font-size: 200%;
    }

    a.contentpagetitle,
    a.contentpagetitle:hover,
    a.contentpagetitle:active,
    a.contentpagetitle:focus {
    }

    a.readon {
    color: #F29441;
    }

    a.readon:hover, a.readon:active, a.readon:focus {
    color: #F29441;
    }

    table.contentpaneopen td, table.contentpane td {
    }

    table.contentpaneopen, table.contentpane, table.blog {
    width: 100%;
    }

    .createdate {
    padding: 2px;
    color: #999999;
    }

    .modifydate {
    color: #999999;
    height: 15px;
    }

    .moduletable {
    padding: 0;
    }

    .mosimage {
    margin: 5px 10px 5px 0;
    padding: 0 0 5px;
    }

    * html .mosimage {
    padding: 5px 0 !important; /*IE 6*/
    margin: 15px 10px 10px 0;
    }

    *+html .mosimage {
    padding: 5px 0 !important; /*IE 7*/
    }

    .mosimage img {
    padding: 0 !important;
    margin: 0 !important;
    }

    .mosimage_caption {
    margin-top: 3px;
    padding: 1px 2px;
    color: #999999;
    }

    .pagenav,
    .pagenav_prev,
    .pagenav_next,
    .pagenavbar {
    padding: 0 2px;
    }

    a.pagenav,
    .pagenav_prev a,
    .pagenav_next a,
    .pagenavbar a {
    }

    a.pagenav:hover, a.pagenav:active, a.pagenav:focus,
    .pagenav_prev a:hover, .pagenav_prev a:active, .pagenav_prev a:focus,
    .pagenav_next a:hover, .pagenav_next a:active, .pagenav_next a:focus,
    .pagenavbar a:hover, .pagenavbar a:active, .pagenavbar a:focus {
    }

    .pagenavbar {
    padding-left: 14px;
    background: url(../images/pages.gif) no-repeat center left;
    }

    .pagenavcounter {
    padding: 8px 14px 0 14px;
    background: url(../images/pages.gif) no-repeat 0 11px;
    }

    .sectiontableheader {
    padding: 5px;
    border-top: 1px solid #EFEFEF;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #EFEFEF;
    background: url(../images/grad1.gif) repeat-x top #F2F9FD;
    font-weight: bold;
    }

    tr.sectiontableentry1 td {
    padding: 7px 5px;
    background: url(../images/dot.gif) repeat-x bottom;
    }

    tr.sectiontableentry2 td {
    padding: 7px 5px;
    background: url(../images/dot.gif) repeat-x bottom;
    }

    tr.sectiontableentry1:hover td,
    tr.sectiontableentry2:hover td {
    background: url(../images/dot.gif) repeat-x bottom #F2F9FD;
    }

    .smalldark {
    text-align: left;
    }

    div.syndicate div {
    text-align: center;
    }

    .pollstableborder tr.sectiontableentry1 td,
    .pollstableborder tr.sectiontableentry2 td {
    background: none;
    }

    /* MAIN LAYOUT DIVS
    --------------------------------------------------------- */
    #ja-mainwrapper {
    padding-bottom: 30px;
    background: url(../images/body-bot.jpg) no-repeat bottom center;
    }

    #ja-wrapper {
    padding-top: 17px;
    width: 970px;
    margin: 0 auto;
    clear: both;
    }

    .narrow #ja-wrapper {
    width: 750px;
    }

    #ja-wrapper-top {
    background: url(../images/mainwrap-top.png) no-repeat top;
    height: 15px;
    }

    #ja-wrapper-bottom {
    display: block;
    background: url(../images/mainwrap-bot.png) no-repeat bottom;
    height: 50px;
    }

    #ja-wrapper-inner {
    padding: 0 6px;
    background: url(../images/mainwrap-center.png) repeat-y top;
    }

    .narrow #ja-wrapper-top {
    background: url(../images/mainwrap-top2.png) no-repeat top;
    }

    .narrow #ja-wrapper-bottom {
    background: url(../images/mainwrap-bot2.png) no-repeat bottom;
    }

    .narrow #ja-wrapper-inner {
    background: url(../images/mainwrap-center2.png) repeat-y top;
    }

    /* PRIMARY COLUMN
    --------------------------------------------------------- */
    #ja-content {
    float: left;
    width: 60%;

    }

    html>body #ja-content div.innerpad {
    height: auto;
    min-height: 300px;
    }

    /* SECONDARY COLUMNS
    --------------------------------------------------------- */
    #ja-colwrap {
    float: right;
    width: 40%;
    background: url(../images/col-bg.gif) no-repeat bottom right;
    }

    #ja-colwrap div.innerpad {
    background: url(../images/vdot.gif) repeat-y top center;
    }

    #ja-col1 {
    float: left;
    width: 30%;
    overflow: hidden;
    }

    #ja-col2 {
    float: right;
    width: 49.9%;
    overflow: hidden;
    }

    #ja-col1 table, #ja-col2 table {
    border-collapse: collapse;
    border-spacing: 0;
    }

    #ja-col1 ul, #ja-col2 ul {
    margin: 0;
    padding: 0;
    }

    #ja-col1 ul li, #ja-col2 ul li {
    padding-left: 13px;
    background: url(../images/bullet-list.gif) no-repeat 2px 8px;
    }

    #ja-masscol {

    }

    /* COLLAPSIBLE LAYOUT
    --------------------------------------------------------- */
    #ja-containerwrap, #ja-containerwrap-cm, #ja-containerwrap-c, #ja-containerwrap-f {
    padding: 2px 0;
    background: url(../images/hdot.gif) repeat-x top left;
    }

    #ja-container {
    background: url(../images/content-bg.gif) no-repeat 132px bottom;
    }

    .narrow #ja-container {
    background: url(../images/content-bg.gif) no-repeat left bottom;
    }

    /* full */
    #ja-containerwrap-f #ja-container {
    background: #FFFFFF;
    }

    #ja-containerwrap-f #ja-content {
    width: 100%;
    }

    /* content + col + mass */
    #ja-containerwrap-cm {
    }

    #ja-containerwrap-cm #ja-container {
    background: none;
    }

    #ja-containerwrap-cm #ja-col1,
    #ja-containerwrap-cm #ja-col2 {
    width: 100%;
    }

    /* content + col */
    #ja-containerwrap-c {
    }

    #ja-containerwrap-c #ja-container {
    background: url(../images/content-bg.gif) no-repeat 324px bottom;
    }

    .narrow #ja-containerwrap-c #ja-container {
    background: url(../images/content-bg.gif) no-repeat 150px bottom;
    }

    #ja-containerwrap-c #ja-content {
    width: 72%;
    }

    #ja-containerwrap-c #ja-colwrap {
    width: 28%;
    background: url(../images/col-bg.gif) no-repeat right bottom;
    }

    #ja-containerwrap-c #ja-colwrap div.innerpad {
    background: none;
    }

    #ja-containerwrap-c #ja-col1,
    #ja-containerwrap-c #ja-col2 {
    width: 100%;
    }

    /* content + mass */
    #ja-containerwrap-m {
    background: url(../images/mainwrap-bg1.gif) repeat-y 60% 0;
    }

    #ja-containerwrap-m #ja-container {
    background: none;
    }

    /* HEADER
    --------------------------------------------------------- */
    #ja-header {
    height: 70px;
    position: relative;
    z-index: 999;
    }

    h1.logo {
    margin: 0;
    padding: 0;
    width: 200px;
    font-size: 300%;
    position: absolute;
    top: -10px;
    left: 5px;
    height: 76px;
    }

    h1.logo a {
    width: 200px;
    float: left;
    display: block;
    background: url(../images/logo1.png) no-repeat;
    text-transform: uppercase;
    text-indent: -5000px;
    height: 76px;
    outline: none;
    }

    h1.logo a:hover {
    background: url(../images/logo1.png) no-repeat;
    }

    /* Search */
    #ja-search {
    width: 142px;
    position: absolute;
    bottom: 50px;
    right: 10px;
    height: 26px;
    }

    #ja-search .inputbox {
    width: 100px;
    padding: 0;
    border: none;
    margin: 2px 0 0 3px;
    color: #35A6BE;
    background: #FFFFFF;
    }

    /* MAIN NAVIGATION
    --------------------------------------------------------- */
    #ja-mainnav {
    position: absolute;
    bottom: 5px;
    left: 230px;
    }

    #ja-mainnav a,
    #ja-mainnav a:hover,
    #ja-mainnav a:active,
    #ja-mainnav a:focus,
    #ja-subnav a,
    #ja-subnav a:hover,
    #ja-subnav a:active,
    #ja-subnav a:focus {
    font-family: "Segoe UI", Tahoma, Arial, Helvetica, sans-serif;
    outline: none;
    }

    /* Default Joomla! Menu */
    a.mainlevel {
    padding: 5px 0 5px 15px;
    width: 90%;
    border-bottom: 1px solid #EFEFEF;
    display: block;
    color: #333333;
    background: url(../images/arrow.png) no-repeat 3px 9px;
    }

    a.mainlevel:hover,
    a.mainlevel:active,
    a.mainlevel:focus {
    color: #35A6BE;
    background: url(../images/arrow.png) no-repeat 3px 9px #F7F7F7;
    text-decoration: none;
    }

    a.mainlevel#active_menu {
    color: #333333;
    background: url(../images/arrow.png) no-repeat 3px 9px #EFEFEF;
    font-weight: bold;
    }

    a.sublevel {
    padding: 5px 4px 5px 15px;
    display: block;
    }

    a.sublevel:hover,
    a.sublevel:active,
    a.sublevel:focus {
    }

    #active_menu {
    color: #35A6BE;
    font-weight: bold;
    }

    #ja-pathway {
    padding: 0 3px 5px;
    display: block;
    color: #999999;
    }

    #ja-pathway img {
    margin: 1px 5px 0;
    }

    #ja-pathway a {
    font-weight: bold;
    }

    /* MODULE
    --------------------------------------------------------- */
    div.moduletable h3,
    div.moduletable-default h3 {
    padding: 0 0 10px 25px;
    margin: 0;
    background: url(../images/icon/icon-default.png) no-repeat top left;
    font-size: 120%;
    font-weight: bold;
    line-height: normal;
    }

    div.moduletable,
    div.moduletable-default {
    padding: 10px 1px;
    }

    div.icon1 h3 {
    background-image: url(../images/icon/h3-icon1.png);
    }

    div.icon2 h3 {
    background-image: url(../images/icon/h3-icon2.png);
    }

    div.icon3 h3 {
    background-image: url(../images/icon/h3-icon3.png);
    }

    div.icon4 h3 {
    background-image: url(../images/icon/h3-icon4.png);
    }

    div.icon5 h3 {
    background-image: url(../images/icon/h3-icon5.png);
    }

    div.icon6 h3 {
    background-image: url(../images/icon/h3-icon6.png);
    }

    div.icon7 h3 {
    background-image: url(../images/icon/h3-icon7.png);
    }

    div.icon8 h3 {
    background-image: url(../images/icon/h3-icon8.png);
    }

    div.icon9 h3 {
    background-image: url(../images/icon/h3-icon9.png);
    }

    #ja-col1 div.moduletable h3,
    #ja-col2 div.moduletable h3,
    #ja-col1 div.moduletable-default h3,
    #ja-col2 div.moduletable-default h3 {
    padding: 0 0 5px 0;
    margin-bottom: 10px;
    background: url(../images/hdot.gif) repeat-x bottom left;
    color: #35A6BE;
    }

    #ja-colwrap div.moduletable,
    #ja-colwrap div.moduletable-default {
    padding: 10px 14px !important;
    margin: 0 1px;
    }

    /* SPOTLIGHT
    --------------------------------------------------------- */
    /* Top Spotlight */
    #ja-topslwrap {
    margin: 0;
    padding: 0;
    }

    #ja-topsl {
    margin: 0;
    padding: 0 10px 10px;
    }

    /* Top Modules */
    #ja-top {
    float: right;
    width: 40%;
    }

    #ja-top div.module {
    margin: 0 0 0 5px;
    padding: 0;
    background: url(../images/boxsl-br.gif) no-repeat right bottom;
    }

    #ja-top div.module div {
    background: url(../images/boxsl-bl.gif) no-repeat left bottom;
    }

    #ja-top div.module div div {
    background: url(../images/boxsl-tr.gif) no-repeat right top;
    }

    #ja-top div.module div div div {
    margin: 0;
    padding: 5px 10px;
    background: url(../images/boxsl-tl.gif) no-repeat left top;
    height: 195px;
    }

    /* Spotlight Box Style */
    .ja-box-left, .ja-box-center, .ja-box-right {
    float: left;
    overflow: hidden;
    }

    .ja-box-full {
    float: none;
    overflow: hidden;
    }

    #ja-botsl1 div.moduletable-default,
    #ja-botsl2 div.moduletable-default,
    #ja-botsl1 div.moduletable,
    #ja-botsl2 div.moduletable {
    padding: 15px 20px;
    }

    #ja-botsl div.ja-bot-right {
    background: none;
    }

    div.ja-box-rightcol {
    float: right;
    }

    /* Bottom Spotlight 1 */
    #ja-botsl1 {
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #FFFFFF;
    margin-top: 2px;
    background: url(../images/grad2.gif) repeat-x left bottom #FFFFFF;
    color: #666666;
    }

    #ja-botsl1 div.ja-box-left,
    #ja-botsl1 div.ja-box-right {
    background: url(../images/vdot.gif) repeat-y right top;
    }

    /* Bottom Spotlight 2 */
    #ja-botsl2 {
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    background: url(../images/grad2.gif) repeat-x left bottom #FFFFFF;
    color: #666666;
    }

    #ja-botsl2 div.ja-box-left,
    #ja-botsl2 div.ja-box-center {
    background: url(../images/vdot.gif) repeat-y right top;
    }

    /* Common Style for Spotlight */
    #ja-botsl1 ul, #ja-botsl2 ul {
    margin: 0;
    padding: 0;
    }

    #ja-botsl1 li, #ja-botsl2 li {
    padding-left: 15px;
    margin: 0;
    background: url(../images/arrow.png) no-repeat 2px 6px;
    }

    #ja-botsl1 td, #ja-botsl2 td {
    padding: 0;
    }

    #ja-botsl1 .article_seperator, #ja-botsl2 .article_seperator {
    display: none;
    }

    #ja-botsl1 table, #ja-botsl2 table {
    border-collapse: collapse;
    border-spacing: 0;
    }

    /* FOOTER
    --------------------------------------------------------- */
    #ja-footer {
    clear: both;
    padding: 20px;
    margin-top: 1px;
    background: url(../images/hdot.gif) repeat-x top left;
    position: relative;
    }

    #ja-footer small, #ja-footer address {
    padding: 0;
    float: left;
    display: block;
    color: #999999;
    font-style: normal;
    }

    #ja-footer a {
    color: #999999;
    }

    #ja-footer a:hover, #ja-footer a:active, #ja-footer a:focus {
    color: #333333;
    }

    #ja-footer ul {
    margin: 0 0 5px 0;
    padding: 0;
    }

    #ja-footer li {
    margin: 0;
    padding: 0;
    display: inline;
    background: none;
    }

    #ja-footer li a {
    padding: 0 20px 0 0;
    display: inline;
    font-weight: bold;
    line-height: normal;
    }

    /* USER TOOLS
    --------------------------------------------------------- */
    #ja-usercolorswrap {
    font-size: 11px;
    position: absolute;
    top: 20px;
    right: 15px;
    }

    #ja-usertoolswrap {
    font-size: 11px;
    position: absolute;
    bottom: 10px;
    right: 200px;
    }

    #ja-usertools {
    margin: 0;
    padding: 10px 0 4px 0;
    float: left;
    }

    #ja-usercolors ul,
    #ja-usertools ul {
    margin: 0;
    padding: 0 0 0 10px;
    float: left;
    }

    #ja-usercolors ul li,
    #ja-usertools ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline;
    background: none;
    }

    #ja-usercolors img,
    #ja-usertools img {
    padding: 0;
    margin: 0 2px;
    }

    #ja-usercolors {
    float: left;
    padding: 10px 5px 4px;
    }

    /* MISCELLANOUS
    ----------------------------------------------------------- */
    /* User Tools */
    #jausertoolswrap {
    width: 30px;
    display: block;
    font-size: 12px;
    z-index: 2;
    position: relative;
    }

    #jausertoolswrap:hover,
    #jausertoolswrap.ja-toolswraphover {
    }

    span.ja-sitetool {
    margin: 0;
    padding: 0;
    width: 30px;
    display: block;
    color: #000000;
    font-size: 90%;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    }

    #ja-usertools {
    padding: 0;
    width: 30px;
    font-size: 11px;
    line-height: normal;
    position: absolute;
    bottom: 20px;
    right: 0px;
    height: 0px;
    overflow: hidden;
    }

    #ja-usertools ul {
    margin: 5px 0 5px;
    padding: 0;
    }

    #ja-usertools ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    background: none;
    line-height: normal;
    }

    #ja-usertools img {
    padding: 0 7px;
    clear: both;
    }

    ul.accessibility {
    position: absolute;
    top: -100%;
    }

    #ja-banner {
    text-align: center;
    }

    div.back_button a,
    div.back_button a:hover,
    div.back_button a:active {
    }

    #modlgn_passwd, #modlgn_username {
    width: 80%;
    }

    #modlgn_remember {
    border: none;
    background: none;
    }

    /* Slideshow */
    #ja-slideshowwrap {
    float: left;
    width: 59.9%;
    position: relative;
    }

    .ja-slideshow-mask {
    width: 550px;
    display: block;
    background: url(../images/mask-slideshow.gif) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    height: 210px;
    z-index: 2;
    }

    .ja-slideshow-mask1 {
    width: 30px;
    display: block;
    background: url(../images/mask-slideshow-l.gif) no-repeat top left;
    position: absolute;
    top: 0;
    left: 0;
    height: 210px;
    z-index: 2;
    }

    .ja-slideshow-mask2 {
    width: 30px;
    display: block;
    background: url(../images/mask-slideshow-r.gif) no-repeat top right;
    position: absolute;
    top: 0;
    right: 0;
    height: 210px;
    z-index: 2;
    }

    .ja-slideshow-mask3 {
    width: 510px;
    display: block;
    background: url(../images/mask-slideshow-t.gif) repeat-x top;
    position: absolute;
    top: 0;
    left: 20px;
    height: 10px;
    z-index: 2;
    }

    .ja-slideshow-mask4 {
    width: 510px;
    display: block;
    background: url(../images/mask-slideshow-b.gif) repeat-x bottom;
    position: absolute;
    bottom: 0;
    left: 20px;
    height: 10px;
    z-index: 2;
    }

    #ja-slideshow {
    margin-left: 10px;
    }

    #ja-slideshow div.moduletable {
    margin: 0;
    padding: 0;
    }

    #ja-slideshow-wrap {
    margin: 0;
    padding: 0;
    position: relative;
    height: 210px;
    overflow: hidden;

    }

    #ja-slideshow-case {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    }

    #ja-slidebar {
    margin-left: 4px;
    display: block;
    position: absolute;
    top: 170px;
    left: 10px;
    z-index: 3;
    }

    #ja-slidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    }

    #ja-slidebar ul li {
    margin: 0;
    padding: 0;
    width: 20px;
    display: inline;
    height: 20px;
    }

    #ja-slidebar ul li.pause {
    display: none;
    background: none;
    }

    #ja-slidebar ul li a {
    width: 20px;
    float: left;
    margin-right: 5px;
    display: block;
    color: #4F4F4F;
    background: url(../images/circle.png) no-repeat;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    text-indent: 6px;
    cursor: pointer;
    height: 22px;
    }

    #ja-slidebar ul li a:hover {
    color: #333333;
    text-decoration: none;
    }

    /* Clearfix */
    .clearfix:after {
    clear: both;
    display: block;
    content: ".";
    height: 0;
    visibility: hidden;
    }

    * html > body .clearfix {
    width: 100%;
    display: block;
    }

    * html .clearfix {
    height: 1%;
    }

    /* Firefox Scrollbar Hack - Do not remove */
    html {
    margin-bottom: 1px;
    height: 100%!important;
    height: auto;
    }

    Please help me!!!

    Menalto Friend
    #257856

    <?php if ($ja_left || $ja_right || $ja_masscol) { ?>
    <!-- BEGIN: COLUMNS -->

    <div id="ja-colwrap">
    <div class="innerpad clearfix">

    <?php if ($ja_right) { ?>
    <div id="ja-col2">
    <jdoc:include type="modules" name="right" style="xhtml" />
    </div>
    <?php } ?>

    </div>

    </div><br />
    <?php } ?>

    <!-- END: COLUMNS -->

    Should be this:

    <?php if ($ja_right) { ?>
    <div id="ja-col2">
    <jdoc:include type="modules" name="right" style="xhtml" />
    </div>
    <?php } ?>

    <br />

    <!-- END: COLUMNS -->

    Or this:

    <?php if ($ja_right) { ?>
    <div id="ja-col2">
    <div class="innerpad clearfix">
    <jdoc:include type="modules" name="right" style="xhtml" />
    </div></div>
    <?php } ?>

    <br />

    <!-- END: COLUMNS -->

    When that is changed is the changes in the css file left.

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  Menalto 16 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum