Jump to content
  • 0

в IE7 не устанавливается курсор в текстовом поле


Vlad_P
 Share

Question

Помогите плиз!!! не могу понять в чем дело. есть текстовое поле, в выкидыше мелкософта версии 7 курсор в нем устанавливается только при щелчке мыши на тексте (значении атрибута value). Код:


<div id="search">
<input type="submit" id="search_submit" value="">
<input type="text" id="search_text" value="Что ищем?" onblur="valu('#search_text', 'Что ищем?')">
</div>

Стили:


#search {width: auto; height: 92px; padding: 0px 131px 0px 24px; overflow: visible;}
#search_text {width: 100%; height: 22px; border: 1px solid black; position: relative; left: 0px; top: 3px; line-height: 22px; font-size: 12px; color: #000; padding-left: 13px;}
#search_submit {width: 80px; height: 29px; background-image: url(img/search_submit.jpg); position: absolute; right: 21px; top: 0px; cursor: pointer;}

Пытался методом исключения. странно, если удаляю высоту в блоке хедера - начинает работать (это отдельный блок, идут в нормальном потоке). В общем не понимаю

Повторюсь, проблема только в IE7 (проверял лис3.6, хром, опера11, ие6, ие8

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

Сделай тестовую страницу с примером, чисто с формой и полями.

Делал. Все работает. хоть убей не могу понять, откуда проблема

Значит чёто упустил. Ищи, вспоминай.

Link to comment
Share on other sites

  • 0

Чисто для статистики - хеадер у Вас релативно отпозиционирован?

Ссылкой на баг не поделитесь?

нет, выровнен по центру:

.header {margin: 0 auto; width: 1000px; height: 502px; background: url(img/header_fon.jpg) top center;}

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