Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to determine IE browser width dynamically?
Message
De
15/01/2014 09:10:43
 
 
Information générale
Forum:
CSS
Catégorie:
Autre
Divers
Thread ID:
01591835
Message ID:
01591920
Vues:
28
>>>As I am working on responsive design of my pages where I am constantly changing the IE browser (10) width to see how my page responds. For example, I have the following code in my .CSS file:
>>>
>>>@media only screen and (min-width:959px) and (max-width: 1200px) {
>>>	table.close_wo
>>>               {
>>>                     width: 900px;
>>>               }
>>>}
>>>
>>>
>>>And I would like to see, at any moment, the specific width of the browser; so that I can see how the page responds. Is it possible with IE? or maybe with chrome?
>>>
>>>TIA
>>
>>http://stackoverflow.com/questions/1038727/how-to-get-browser-width-using-javascript-code
>>http://designedbythomas.co.uk/blog/how-detect-width-web-browser-using-jquery
>
>Correction to my previous reply. The method described in the Thomas Davis' blog works such that you can dynamically see the browser width, as you resize it. Works great. Thank you very much.

You're welcome.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform