zagoda Posted September 16, 2009 Report Share Posted September 16, 2009 Добрый день. Прошу подсказки от знатоков CSS и HTML. Сайт на джумле 1.5, заданный шаблон. В конце каждой статьи - ссылка "Подробнее" и серая полоска. В IE 6 отображается корректно, а в Firefox - нет. скриншот : http://www.save-img.com/v.php?id=68f725959...64fd7a4f6c275daHtml-код:<a href="/index.php?option=com_content&view=article&id=527:2009-09-16-08-49-42&catid=17:2009-09-16-07-18-15&Itemid=66" title="Путину показали новое российское супероружие" class="readon"> Подробнее... </a></div></div> <span class="article_separator"> </span></div>Css-код:a.readon { margin-top: 5px; display: block; float: left; background: url(../images/mw_readon.png) top right no-repeat; padding-right: 20px; line-height: 14px; height: 16px;}span.article_separator { display: block; height: 20px;} Quote Link to comment Share on other sites More sharing options...
0 s0rr0w Posted September 16, 2009 Report Share Posted September 16, 2009 В IE 6 отображается корректно, а в Firefox - нет.Как раз наоборот. Quote Link to comment Share on other sites More sharing options...
0 zagoda Posted September 16, 2009 Author Report Share Posted September 16, 2009 Как раз наоборот.О, мудрейший s0rr0w! Возможно, я по незнанию назвал корректным способ отображения в IE. Однако он мне нравится, пусть и некорректен. Как можно сделать так, чтобы так же отображалось и в Firefox? Quote Link to comment Share on other sites More sharing options...
0 s0rr0w Posted September 16, 2009 Report Share Posted September 16, 2009 О, мудрейший s0rr0w! Возможно, я по незнанию назвал корректным способ отображения в IE. Однако он мне нравится, пусть и некорректен. Как можно сделать так, чтобы так же отображалось и в Firefox?Добавить цвет фона не пробовали? Quote Link to comment Share on other sites More sharing options...
Question
zagoda
Добрый день. Прошу подсказки от знатоков CSS и HTML.
Сайт на джумле 1.5, заданный шаблон. В конце каждой статьи - ссылка "Подробнее" и серая полоска. В IE 6 отображается корректно, а в Firefox - нет. скриншот : http://www.save-img.com/v.php?id=68f725959...64fd7a4f6c275da
Html-код:
Css-код:
a.readon {
margin-top: 5px;
display: block;
float: left;
background: url(../images/mw_readon.png) top right no-repeat;
padding-right: 20px;
line-height: 14px;
height: 16px;
}
span.article_separator {
display: block;
height: 20px;
}
Link to comment
Share on other sites
3 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.