Jump to content

iahromenko

Newbie
  • Posts

    4
  • Joined

  • Last visited

Everything posted by iahromenko

  1. swetlana, спасибо. Все так просто оказывается, думал js подключать надо было бы
  2. Может я неправильно тему назвал, но смысл такой: у меня есть стартовая страничка, на ней ссылки на избранные сайты. Недавно повесил на нее поиск от гугла. Код такой: <div id="mid" class="fix"> <div id="midCol"><a name="main"></a> <div class="post" id="post-20"> <div class="middle_links"> <ul> <form method="get" action="http://www.google.ru/search"> <td valign="middle"><span class="Estilo9"> <input name="q" type="text" class="cleardefault" maxlength="200" value="" size="50" /> </form> </ul> </div> </div> </div> Можно ли сделать, чтобы при открытии стартовой страницы, фокус падал на поле для поиска? Чтобы не кликать по нему курсором и потом вводить. Как на самом гугле.
  3. Поигрался с vertical-align, добавил стиль: li img {vertical-align: bottom;} Более-менее выровнялось) Спасибо!
  4. Привет! Делаю локальную стартовую страничку. Подскажите пожалуйста как выровнять иконки и текст, чтобы они были на одном уровне. Пример для наглядности: <style type=text/css media=all> * {padding:0; margin:0;} img {border: 0;} table {border-collapse: collapse; border: none;} table th, table td {font-weight: normal;} a:focus {outline: none;} a, a:hover {text-decoration: none; font: 12px arial; color: #464646;} a:hover {text-decoration: underline;} ul li {list-style: none; margin: 0 0 5px 0;} ol li {list-style: decimal inside;} html {height: 100%;} body {height: auto !important; font: 12px arial; color: #000; line-height: 18px; } #wrap {min-width: 985px; margin: 0 auto; width:expression((document.documentElement.clientWidth || document.body.clientWidth) < 985? "985px":"100%"); background: url(images/body-bottom.gif) bottom repeat-x;} #content {padding: 15px;} .tstyle1 {width: 100%;} .tstyle1 td {width: 20%; padding: 0 0 25px 0; vertical-align: top;} </style> <div id="wrap"> <div id="content"> <table class="tstyle1"> <tbody> <tr> <td> <ul> <li><img src="i/google.ico" /> <a href="http://google.ru/" >Google</a></li> <li><img src="i/google-mail.ico" /> <a href="https://mail.google.com/">GMail</a></li> <li><img src="i/google-reader.ico" /> <a href="http://www.google.com/reader/view/" >Reader</a></li> <li><img src="i/google-calendar.ico" /> <a href="https://www.google.com/calendar/" >Calendar</a></li> <li><img src="i/google-youtube.ico" /> <a href="http://www.youtube.com/" >YouTube</a></li> <li><img src="i/google.ico" /> <a href="http://maps.google.ru/" >Maps</a></li> <li><img src="i/google-translate.ico" /> <a href="http://translate.google.com/translate_t?hl=ru" >Translate</a></li> </ul> </td> </tr> </tbody> </table> </div> </div>
×
×
  • 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