Jump to content

gizmomy

User
  • Posts

    27
  • Joined

  • Last visited

Everything posted by gizmomy

  1. Нельзя, ширина у картинок разная...
  2. Вот так: В ИЕ и FireFox вс? нормально. Вот код: <div style="border: solid 1px #C0C0C0; margin: 5px; cursor: hand; float: left;" onclick="java script:win('../gallery/imageLibrary/file.jpg','win','w','h');" onmouseover="this.style.borderColor='#AF2D2D';" onmouseout="this.style.borderColor='#C0C0C0';"> <table cellpadding="0" cellspacing="0"><tr><td style="vertical-align: middle; height: 88px;"> <img src="../gallery/imageLibrary/file_tb.jpg" alt="" style="margin: 5px;" /> </td></tr></table> </div> Причем помечанные фотографии при любом их местоположении отображаются нормально...
  3. А можно как-нибудь не по полю "name", а по "id"? А то "name" у меня задается динамически и выглядит примерно так: "_inut:subject" - и двоеточие не проканывает (изменить "name" не могу - не мое творение) Такая конструкция не работает: <script language="JavaScript" type="text/javascript"> /*<![CDATA[*/ function test() { document.form1.getElementBodyId(input2).focus(); } /*]]>*/ ... <form name="form1" action="#" method="post"> <input type="test" id="input1" /> <input type="test" id="input2" /> <input type="test" id="input3" /> </form> ... </script>
  4. Вот не получается у меня такая штука, как, например, на этом форуме: нажимаешь "ответ" или "создать новую тему" - открывается страничка, а поле заголовок уже активно, т.е. можно сразу начинать писать. Как сделать-то? PS. TabIndex не помогает....
  5. ИЕ6 эту строчку игнорирует. Да и не в ней дело. Я вообще оствлял одну только вс? равно также...
  6. Здрасте! Есть 2 css - ie6.css и styles.css - соответственно. В Голове вот это <!--[if lt IE 7]> <link href="../CSS/ie6.css" rel="stylesheet" type="text/css" /> <![endif]--> <!--[if IE 7]> <link href="../CSS/style.css" rel="stylesheet" type="text/css" /> <![endif]--> <link href="../CSS/style.css" rel="stylesheet" type="opera/css" /> C ИЕ7 и Оперой вс? хорошо. Ерунда вот в чем: ИЕ6 почему-то цепляет не все стили, т.е. у меня есть ... <table cellpadding="0" cellspacing="0" width="100%"> <tr> <td class="BMbigspace"> </td> <td class="BMlink"><a href="../" class="linkBold">Главная</a></td> <td class="BMspace"> </td> <td class="BMset">Новости</td> <td class="BMspace"> </td> <td class="BMlink"><a href="../structure/" class="linkBold">Структура</a></td> <td class="BMspace"> </td> ... и "BMset" отображается, а вот "BMlink" и "BMspace" нет... Вот часть css: ... .logoBorderRight { border-right: 1px solid #C0C0C0; } /*Выбранная закладка*/ .BMset { border-left: 1px solid #C0C0C0; border-right: 1px solid #C0C0C0; border-top: 1px solid #C0C0C0; padding-top: 3px; padding-bottom: 3px; width: 9%; text-align: center; font-size: 11px; font-weight: bold; } /*Закладка со ссылкой*/ .BMlink { border: 1px solid #C0C0C0; padding-top: 3px; padding-bottom: 3px; width: 9%; font-size: 11px; text-align: center; background-color: #FBFBFB; } ... Кто знает в ч?м дело?
×
×
  • 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