Jump to content
  • 0

Прыгающие кнопки


fr1ar
 Share

Question

Ребят, выручайте. Вот простейший пример:


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="ru">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="language" content="ru" />
<title>test</title>
<style>
input[type="submit"] { width: 300px; height: 60px; border: 1px solid black; margin: 0 auto; }
</style>
</head>
<body>
<div style="background-color:#eee; width:650px; text-align: center;">
<input type="submit" value="Многострочная кнопка& #13;& #10;номер 1" />
<input type="submit" value="Однострочная кнопка 1" />
<input type="submit" value="Однострочная кнопка 2" />
<input type="submit" value="Многострочная кнопка& #13;& #10;номер 2" />
<input type="submit" value="Однострочная кнопка 3" />
<input type="submit" value="Многострочная кнопка& #13;& #10;номер 3" />
<input type="submit" value="Многострочная кнопка& #13;& #10;номер 4" />
</div>
</body>
</html>

А вот результат:

7DWrnERN.png

А хотелось чтобы было вот так:

LMyP0UZI.png

Почему они прыгают? line-height: 60px тоже не помогает :(

пример

P.S. Прошлось в коде поставить пробелы между & и #13; иначе форум не пропускает.

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

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