Jump to content

Prokopov Nikolai

User
  • Posts

    32
  • Joined

  • Last visited

Posts posted by Prokopov Nikolai

  1. Вот код ячейки, в которой я задаю свое меню (div-ы) посредство relative.

    Суть в следующем значение top основного div.content в браузерах FF и IE отображается поразному. Как сделать для каждого свое оформление или так, чтобы отображались одинаково?

    <td valign="top" background="http://prokopov-nikolai.ru/application/maxsite/templates/my/images/fon-bottom.jpg" style="background-repeat: no-repeat;">
    <div class="gray" style="position: relative; left: -30px; width: 150px; float: right;">
    <a style="font-size: 28px;" target="_self" title="О себе" href="/page/about/">О себе</a>
    </div>
    <div class="gray" style="position: relative; left: -780px; top: 120px; width: 140px; float: right;">
    <a style="font-size: 38px;" target="_self" title="flash" href="/category/flash/">flash</a>
    </div>
    <div class="gray" style="position: relative; left: 290px; top: 300px; width: 120px; float: right;">
    <a style="font-size: 32px;" target="_self" title="office" href="/category/office/">office</a>
    </div>
    <div class="content" style="position:relative; top:-20px; left:200px; height:595px; width:770px; text-align:center;">
    <br/>
    <div style="font-size: 32px; position: absolute; left: 100px; top: 230px;">Богатство мира - в оригинальных людях.</div>
    <br/>
    <div style="font-size: 26px; position: absolute; left: 500px; top: 280px;">Томас Карлейль</div>
    </div>
    <div class="gray" style="position: relative; left: -780px; top: -40px; width: 80px; float: right;">
    <a style="font-size: 30px;" target="_self" title="web" href="/category/web/">web</a>
    </div>

    </td>

  2. to Justnewone,

    Посмотрите пожулайста мой сайт - www.prokopov-nikolai.ru.

    Я там использовал свойство position:relative и вспомогательные top, left. Проблема теперь с отображением в IE. Значение top в EI отличается от значения в FF.

    Можно как-то сделать свое оформление для IE?

  3. Добрый день!

    Подскажите пожалуйста как сделать так, чтобы таблица была растянута по всей высоте страницы?

    <table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr>
    <td> </td>
    </tr>
    <tr style="line-height:400px">
    <td> </td>
    </tr>
    <tr>
    <td> </td>
    </tr>
    </table>

    Средняя часть таблицы - жестко фиксированная! Растягивать можно только первую и последнюю строки!

    За ранее благодарен всем ответившим!

×
×
  • 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