Jump to content
  • 0

Классическая проблема с ИЕ 6


darmoid
 Share

Question

Точнее с правой колонкою подаю код

*
{
margin: 0px;
padding: 0px;
}
ul
{list-style: none;}

body
{
font-size: 12px;
margin: 0px;
text-align: center;
background: #CFCFCF url(img/bg.png) repeat-x;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
}
/***************************************************
*********************** Container **************
*****************************************************/
#container
{
float: left;
width: 100%;
overflow: hidden;
background: none;
color: #333;
}

/***************************************************
*********************** Left Sidebar Container *******
*****************************************************/
#leftnav
{
float: left;
width: 190px;
padding-top: 8px;
padding-bottom: 12px;
margin: 70px 0 20px 8px;
text-align: left;
background: #fff;
border: double #ccc;
}
/***************************************************
*********************** Right Sidebar Container *******
*****************************************************/

#rightnav
{
float: right;
width: 190px;
margin: 70px 8px 20px 0;
padding-top: 8px;
padding-bottom: 12px;
text-align: left;
background: #fff;
border: double #ccc;
}
/***************************************************
*********************** Content **************
*****************************************************/
#content
{
display: block;
padding: 6px 1em 1em 1em;
margin: 25px 225px 20px 225px;
text-align: left;
background: #FFF;
border: double #ccc;
}
/***************************************************
*********************** Footer **************
*****************************************************/
#footwrap
{
clear: both;
margin: auto;
width: 100%;
background: #CFCFCF;
color: #333;
padding: 12px 0 10px 0;
font-weight: normal;
}

вот ссылка. Помогите, :o а то сил моих уже на этот гребаный ИЕ 6 не хватает засунуть бы его Биллу в одно место. :cool:

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

в ИЕ6 центральная колонка уходит вниз. Сначала все грузится нормально, а потом правая колонка увеличивается и ... если открыть сайт в ИЕ6 все наглядно видно. Вроде нужно задействовать метод отрицательных полей но чот не получается. :/

Link to comment
Share on other sites

  • 0

Вот кидаю индекс файл может здесь где-то глюк кроется

<?php get_header(); ?>
<?php function maxsite_testIE() {
$user_agent = $_SERVER['HTTP_USER_AGENT'];
$browserIE = false;
if ( stristr($user_agent, 'MSIE 7.0') ) $browserIE = true; // IE7
if ( stristr($user_agent, 'MSIE 6.0') ) $browserIE = true; // IE6
if ( stristr($user_agent, 'MSIE 5.0') ) $browserIE = true; // IE5
return $browserIE;
} ?>
<div id="container">
<div id="leftnav">
<?php get_sidebar(); ?>
</div>
<div id="rightnav">
<?php include (TEMPLATEPATH . '/sidebar2.php'); ?>
</div>
<index>
<div id="content">
<?php
if ( maxsite_testIE() ) {
echo '<a href="http://www.mozilla-europe.org/ru/products/firefox/">Не ущемляй себя!
Установи нормальный браузер!</a>';
}
?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class="post" id="post-<?php the_ID(); ?>">
<div class="date"> <br/><?php the_time('d') ?>

<?php the_time('M') ?>
</div>
<h3 class="posttitle"><a href="<?php the_permalink() ?>" rel="bookmark" title="перейти на <?php the_title(); ?>"><?php the_title(); ?></a></h3>
<div class="entry">
<?php the_content('Читать полностью »'); ?>
</div>
</index>
</div>
<p class="postmetadata"> Размещено в <?php the_category(', ') ?> Автор:
<?php the_author_posts_link(); ?><?php edit_post_link('Edit',' ',''); ?> <br/> <?php comments_popup_link('Есть что сказать?', '1 комментарий', '% комментарии'); ?></p>
<?php
$counter++;
endwhile; else: ?>
<h2 class="center">Не найдена</h2>
<p class="center">Жаль, но Вы ищете кое-что, чего здесь нет.</p>
<?php include (TEMPLATEPATH . "/searchform.php"); ?>
<?php endif; ?>
</div>
<div class="navigation">
<?php wp_pagenavi(); ?>
</div>
</div>
<?php get_footer(); ?>

Link to comment
Share on other sites

  • 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