Jump to content

SergMcLaren`

Newbie
  • Posts

    4
  • Joined

  • Last visited

Everything posted by SergMcLaren`

  1. Спасибо! Все получилось. Вопрос решен!
  2. Все перепробовал, но никак не пойму что я не так делаю... Вот стили футера: /* footer */ #footer { clear: both; overflow: auto; border-bottom: 1px solid #dfd1ba; background: #f3f0eb; -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px; border-top-left-radius: 4px; border-top-right-radius: 4px; min-height: 110px; } #footer h3 { text-decoration: none; background: url('../image/b-header-top_bg.png') repeat-x scroll 0px 0px #0A5595; padding: 8px 10px 7px 55px; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: normal; line-height: 16px; color: #fff; margin-top: 0px; margin-bottom: 8px; } #footer .column { float: left; width: 25%; min-height: 100px; } #footer .column ul { margin-top: 0px; margin-left: 43px; padding-left: 12px; } #footer .column ul li { margin-bottom: 3px; } #footer .column a { text-decoration: none; color: #0062b4; } #footer .column a:hover { text-decoration: none; color: #000; } Ну подскажите как мне заменить тег <h3> вот здесь: <?php if ($informations) { ?> <div class="column"> <h3><?php echo $text_information; ?></h3>
  3. т.е. если я правильно понял, то вот таким образом: <div class="new H3"><?php echo $text_information; ?></div> или вот так: <newH3></newH3>
  4. Подскажите пожалуйста. Выяснилось, что на сайте, названия информационных блоков заключены в тег <h3>. Уже битый час бьюсь, и никак не могу заменить его. <?php if ($informations) { ?> <div class="column"> <h3><?php echo $text_information; ?></h3> <ul> <?php foreach ($informations as $information) { ?> <li><a href="<?php echo $information['href']; ?>"><?php echo $information['title']; ?></a></li> <?php } ?> </ul> Как в этом коде заменить тег <h3> на такой же размер шрифта, но чтобы не сломать класс "column"?
×
×
  • 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