This topic is locked
[SOLVED]

 Style not displaying in Runner.net 70

6/24/2014 1:32:34 PM
ASPRunner.NET General questions
N
nettit author

I just upgraded to 7.0. I created a new project and I cannot get any runner style sheets to display. I am probably doing something basically wrong.

I go to style editor page and no matter which project style I select I still see the the generic page.
Any suggestions?
Thank you
I am using IE 8.0..

Sergey Kornilov admin 6/26/2014

IE 9 is the minimal required version of IE. IE 8 doesn't support CSS 3 which we use in the latest version of ASPRunner.NET.

R
rascasse83 6/30/2014



IE 9 is the minimal required version of IE. IE 8 doesn't support CSS 3 which we use in the latest version of ASPRunner.NET.


I am getting HTTP response 502 on IE 10, IE 8 and IE 9 on different machines. Another machine works fine with IE 9.
The IE 9 version which worked on one machine and not the other was 9.0.8112...
This was for

/?pagestyles/list.css

/?styles/BoldBlue_white/style.css
This was for ASPRunner.Net 7 Build 21342

R
rascasse83 6/30/2014



I am getting HTTP response 502 on IE 10, IE 8 and IE 9 on different machines. Another machine works fine with IE 9.
The IE 9 version which worked on one machine and not the other was 9.0.8112...
This was for

/?pagestyles/list.css

/?styles/BoldBlue_white/style.css
This was for ASPRunner.Net 7 Build 21342


OK worked it out why IE 9 wasn't working on some machine.
Under Tools > Compatibility View settings, I had "display intranet websites" under compatibility view.

Which in essence displayed IE 9 in IE 8 mode. Hence the CSS3 issue.