Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Hide Div if Screen is Smaller than 1024 Re: Hide Div if Screen is Smaller than 1024

#72126
dzulfriday
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????