Home › Forums › JavaScript › Hide Div if Screen is Smaller than 1024 › Re: Hide Div if Screen is Smaller than 1024
November 27, 2010 at 12:33 pm
#72126
Member
mistype there:
“yes…now the div is hide no matter what my resolution is…there must’ve been wrong somewhere..”
i meant to type show
why the jquery is like not working?
By the way, here i attach the class sharecontent css
.sharecontent {
background:none repeat scroll 0 0 #FFFFFF;
border:1px solid #FFFFFF;
left:0;
margin:0 0 0 20px;
position:fixed;
top:221px;
width:60px;
}
does the position: fixed cannot be hidden by jquery????