Jump to content

DrTiBiBo

Newbie
  • Posts

    3
  • Joined

  • Last visited

Everything posted by DrTiBiBo

  1. ul li a { float: left; display: block; height: 56px; background: yellow repeat-x; font:12px/56px Verdana, Helvetica, Arial, sans-serif; } Не выравнивался, стало так: Можно добавить еще: li span img { border: none; vertical-align:middle; } Можно попробовать float:left; к span'у добавить
  2. Здравствуйте! Имеется html: <div id="partner_info"> <div class="title"> <a class="a_closed"><img class="arrow" src="images/arrow_closed.gif" /></a> ????????? </div> <table id="partner_info_table" class="close"> <tr> <td class="pi_name bold">????????:</td> <td class="pi_value">???????</td><%//TODO Buyer%> <td class="pi_name bold">test23</td> <td class="pi_value">test</td> </tr> </table> </div> К нему CSS: #partner_info{ border:1px solid black; border-top:none; background-color:#DEEDFE; padding:0 10px 5px 10px; } .arrow{ display:block; width:14px; height:12px; float:left; margin:8px 5px 0 0; border:none; } .a_closed:hover{ cursor:pointer; } .a_opened:hover{ cursor:pointer; } #partner_info_table{ margin-top:5px; border:none; width:100%; border-collapse: collapse; position:relative; } #partner_info_table tbody{ width:100%; } #partner_info_table tr{ height:15px; width:100%; } #partner_info_table td{ padding:0; } #partner_info_table td.pi_name{ width:10%; min-width: 10%; } #partner_info_table td.pi_value{ width:40%; } В IE таблица отображается во всю ширину родительского #partner_info. В Firefox таблица тоже растягивается на 100%, НО tbody занимает всего лишь 50% ширины. Вопрос: Как растянуть таблицу на ширину родительского блока? Заранее благодарен С уважением Доктор ТиБиБо
  3. Добрый день, я использую следующую кроссбраузерную конструкцию: input{ height:20px; font-size:10px; line-height:20px; }
×
×
  • 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