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
aTei
Страница демонстрирующая пример расползания в ie6: http://pva.ru/index_kley.html (клацните на картинку с клеем "ПВА-М")
Таблетки из разных css свойств (clear:both;zoom:1;overflow:hidden;...) больному не помогли. Хотя скорее это я плохой доктор и не там лечил.
Функция jQuery отвечающая за увеличение картинки:
$('#paint a').toggle(function(){
$(this).css({'z-index':'20'});
$(this).find('img').stop()
.animate({top:'-40px',
left:'-40px',
width:'400px',
height:'400px'
},400);
$(this).find('span').hide();
$(this).find('span').fadeIn(500);
},
function(){
$(this).css({'z-index':'0'});
$(this).find('img').stop()
.animate({top:'0',
left:'0',
width:'150px',
height:'150px'
},250);
$(this).find('span').remove();
}
);
Надеюсь на вашу снисходительность и помощь мне криворукому
Link to comment
Share on other sites
0 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.