Jump to content

kolpak

Newbie
  • Posts

    3
  • Joined

  • Last visited

kolpak's Achievements

Explorer

Explorer (1/14)

0

Reputation

  1. разве нет умолчальных паддингов у ячеек таблицы? ие6 (под вайном). что-то как-то не так. добавил пару букв в table.tbl-cls td {padding:0; vertical-align:top; border:1px solid #888; padding:0 6px 0 4px;}
  2. зачем? да и это не ответ на вопрос почему.
  3. Коллеги, помогите разобраться (подобного вопроса на форуме не нашел). Есть код: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru" lang="ru"> <head> <title>fucking electorate</title> <style type="text/css"> table, td {border:1px solid #ccc} table {border-collapse:collapse} tr {vertical-align:top} td {text-align:center} .d1 {width:100px} .d2 {width:120px} .d3 {width:140px} .wI input {width:100%} </style> </head> <body> <table id="t"> <tr> <td class="d1">100</td> <td class="d2">120</td> <td class="d3">140</td> </tr> <tr> <td class="wI"><input type="text" name="zopa" value="(.)" /></td> <td class="wI"><input type="text" name="zopa" value="(.)" /></td> <td class="wI"><input type="text" name="zopa" value="(.)" /></td> </tr> </table> </body> </html> почему input с width = 100% не обращает внимание на padding таблицы (и дива)?
×
×
  • 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