1

I am running windows 7 with these browsers :

  • IE11
  • Chrome 31.0.1650.63
  • Firefox 25.0.1

For development of my application, I wanted test CSS code on different versions of browsers, and check how css styles are applied.

How can I get different versions of browsers for Chrome, IE, Firefox or is there any other solution to test?

Pranav 웃
  • 8,469
  • 6
  • 38
  • 48
  • [Get Browser Info Using Jquery](http://www.jquery2dotnet.com/2013/02/get-browser-info-using-jquery.html) – Sender Dec 11 '13 at 07:25

2 Answers2

0

if you want different versions of Ie on your system, then IE Tester would be an option.

Mithun Satheesh
  • 27,240
  • 14
  • 77
  • 101
0

Regarding Internet Explorer. IE have an inbuilt development toolbar. Press F12 when IE is loaded and it will appear. This enables you to change browser mode for IE. Although I think they have changed this for IE11.

medina
  • 766
  • 1
  • 11
  • 31