Jump to content
  • 0

padding&width на select&button


ket
 Share

Question

<html>
<body>
<table cellspacing='0' cellpadding='0' border='1' width='100%'><tr><td>
<table cellspacing='0' cellpadding='0' border='1' width='50%'><tr><td>

<select style='padding:0; width:100%;'>
<option>xxx</option>
</select>

<select style='width:100%;'>
<option>xxx</option>
</select>

<input type='button' style='padding:0; width:100%;' value='OK'>
<input type='button' style='width:100%;' value='OK'>

</td></tr></table>
</td></tr></table>
</body>
</html>

объясните плз, почему у всех элементов разная длинна, причем не 100%, совпадают только с padding:0, но он мне не нужен; зарание спасибо.

Link to comment
Share on other sites

9 answers to this question

Recommended Posts

  • 0

Ай ай ай разная длинна :). Где ? разная ? У каждого элемента есть свой встроинный padding и margin в одном случае ты его убираешь в другом нет. потому и разные.

input и select элементы разные и отступы у них тоже разные. Задай всем им одинаковые паддинги :()) и все окей будет.

Link to comment
Share on other sites

  • 0

дык надо 100% длины, а при разных padding 98 максимум при пятиуровневой вложенности таблиц получаются сантиметровые несрастухи

margin не на пиксель не меняет картины, вообще это "лечится" если поставить 102-104% width, но костыль, в принципе меня интересует совместимость с opera 9.20 - 9.24;

кавычки такие, потому что это генерится php, а двоиные соответственно экранируют код html;

Link to comment
Share on other sites

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

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