Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to determine IE browser width dynamically?
Message
 
 
To
All
General information
Forum:
CSS
Category:
Other
Title:
How to determine IE browser width dynamically?
Miscellaneous
Thread ID:
01591835
Message ID:
01591835
Views:
39
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
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Next
Reply
Map
View

Click here to load this message in the networking platform