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.
Актуальные контакты:
Telegram: @Nikker_web
E-Mail: tarasevich.email@gmail.com
Портфолио https://www.behance.net/d4d4186e
Разрабатываю дизайн групп в соц сетях, сайтов, приложений, другой дизайн под заказ
Актуальные контакты:
Telegram: @Nikker_web
E-Mail: tarasevich.email@gmail.com
Разрабатываю дизайн групп в соц сетях, сайтов, приложений, другой дизайн под заказ
Портфолио https://www.behance.net/d4d4186e
Question
ksn
тут такой варос, пишу код для выпадющей кнопки
$(".in").hide();$('.search').mouseenter(function() { $('.in').stop(true,true).slideDown(200);}).mouseleave(function(){ $('.in').stop(true,true).slideUp(200);});.in { position: absolute; z-index: 1;}.in input { position: absolute; float: right; width: 192px; border-radius: 5px; border: 4px solid #dc5925; margin-top: 70px; margin-left: 970px; padding-top: 8px; padding-bottom: 8px; padding-left: 8px;}.in .trinagle { position: absolute; margin-top: 63px; margin-left: 1147px; width: 0; height: 0; border-left: 4px solid transparent; border-right: 4px solid transparent; border-bottom: 8px solid #dc5925; }Проблема в том что при наведении окно выпадает, но как только я хочу нажать в окно ввода, оно пропадает, как это устранить?
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.