ورود

View Full Version : سوال: مشکل در طراحی search box



rspchs
پنج شنبه 02 بهمن 1393, 21:14 عصر
با سلام
کد زیر توی کروم جواب می ده ولی توی فایرفوکس جواب نمی ده
کد html:




>div class="sertch_style"><img id="pic_sertch" src="images/Untitled.png" width="40" height="40" style="z-index: 100;"/><input type="text" class="text_sertch"/>





.sertch_style
{
position: absolute;
top: 65px;
left: 15%;
}
.text_sertch
{
position: absolute;
left: 100%;
top: 0px;
width: 0px;
border: 0px;
height: 40px;
font-size: 30px;


}


کد javascript:




var x=$(window).width();

if(x<=1100)
}
$(".sertch_style").css("left","5%");
else
}

;( .sertch_style").css("left","15%")$

$(window).resize(function(){

var x=$(window).width();

if(x<=1100)
{

;(".sertch_style").css("left","5%")$

else
}
;(".sertch_style").css("left","15%")$





عکس ضمیمه توی کروم باز و بسته میشه اما توی فایر باز میشه اما با کلیک روی عکس سرچ بسته نمیشه