Jump to content

zzz

Newbie
  • Posts

    5
  • Joined

  • Last visited

zzz's Achievements

Explorer

Explorer (1/14)

0

Reputation

  1. td { text-align:center; } <table> <tr> <td><a href="">Главная</a></td> </tr> </table>
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1251" /> <title>Картинка</title> <style type=text/css> body { margin: 0; padding: 0; } div.box { width: 100%; height: 50px; } div.box div { border: 1px red solid; height: 52px; } div.box div img { border: 1px #000 solid; width: 50px; height: 50px; float: right; } </style> </head> <body> <div class="box"> <div><img src="" alt="" /></div> </div> </body> </html>
  3. Используй мой пример и никаких проблем не возникнет.
  4. Убери DOCTYPE или добавь в css строчку: display: block; float: left;
  5. <html> <head> <title>Пример</title> <meta http-equiv="Content-Type" content="text/html; charset=windows-1251" /> <style type="text/css"> * html div { display: inline; border-top-width: 0; border-right-width: 3px; border-bottom-width: 0; border-left-width: 3px; border-style: solid; border-color: #F0CC78; } input { padding: 0 4px; background: #FBF0D9; color: #481109; font: 11px Arial; border-top-width: 0; border-right-width: 3px; border-bottom-width: 0; border-left-width: 3px; border-style: solid; border-color: #F0CC78; } * html input { border-left-width: 0; border-right-width: 0; } </style> </head> <body> <div><input type="submit" value="Отправить" /></div> </body> В примере, приведенном выше есть не большая проблема, при увеличении шрифта в Sarafi и при увеличении маштаба страницы в Opera, слева и справа от кнопки образуется отступ в 1 пиксел. Мой пример работает во всех броузерах. Вместо можно использовать , это кому как нравится.
×
×
  • 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