Есть ie7.css но там пока всё что касается этого момента отсутствует.Вопрос: нужно ли писать для ие7 отдельное правило, если да то есть ли способ сделать видимым бэкграунд дива в ие обязательным.
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.
Актуальные контакты:
Telegram: @Nikker_web
E-Mail: tarasevich.email@gmail.com
Портфолио https://www.behance.net/d4d4186e
Разрабатываю дизайн групп в соц сетях, сайтов, приложений, другой дизайн под заказ
Актуальные контакты:
Telegram: @Nikker_web
E-Mail: tarasevich.email@gmail.com
Разрабатываю дизайн групп в соц сетях, сайтов, приложений, другой дизайн под заказ
Портфолио https://www.behance.net/d4d4186e
Question
stadion
В ИЕ не отображаеются background-image которые отлично видны в Mozilla и опера
Вот страница - (url - убрал)
Скрин в Мозилле
Вот скрин в IE7
Код CSS в общем стиле
Это стили стандартных див.классов componentheading и сontentheading в Joomla 1.5
Выглядит это дело приблизительно так :
<?php if ($this->params->get('show_page_title', 1) && $this->params->get('page_title') != $this->article->title) : ?><div class="componentheading<?php echo $this->escape($this->params->get('pageclass_sfx')); ?>">
<span><?php echo $this->escape($this->params->get('page_title')); ?></span>
</div>
<?php endif; ?>
<?php if ($canEdit || $this->params->get('show_title') || $this->params->get('show_pdf_icon') || $this->params->get('show_print_icon') || $this->params->get('show_email_icon')) : ?>
<table class="contentpaneopen<?php echo $this->escape($this->params->get('pageclass_sfx')); ?>">
<tr>
<?php if ($this->params->get('show_title')) : ?>
<td class="contentheading<?php echo $this->escape($this->params->get('pageclass_sfx')); ?>" width="100%">
<?php if ($this->params->get('link_titles') && $this->article->readmore_link != '') : ?>
<a href="<?php echo $this->article->readmore_link; ?>" class="contentpagetitle<?php echo $this->escape($this->params->get('pageclass_sfx')); ?>">
<?php echo $this->escape($this->article->title); ?></a>
<?php else : ?>
<?php echo $this->escape($this->article->title); ?>
<?php endif; ?>
</td>
<?php endif; ?>
Есть ie7.css но там пока всё что касается этого момента отсутствует.Вопрос: нужно ли писать для ие7 отдельное правило, если да то есть ли способ сделать видимым бэкграунд дива в ие обязательным.
Прошу по печени ногами не бить - новый год скоро
Отзовитесь . Нужна помощь.
Edited by stadionLink to comment
Share on other sites
4 answers to this question
Recommended Posts
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.