Modify site from 1290px to 960px [duplicate]

-1

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 ?

    
asked by anonymous 03.04.2014 / 16:19

1 answer

0

You could conditionally define a class for the body of your page, according to the size of the window.

EDIT

It was a bad delay, I've already answered a similar question here in SOPT:

link

    
03.04.2014 / 16:21