I've finished the front end of a site, where the maximum margins of the elements go up to 1290px. Now, I have the layout to do it in 960px. Obviously I will reuse classes.
I could use @media
, but would have serious problems with Internet Explorer .
Does any method in JavaScript / Jquery look like @media
?