Using Opera, everything looks fine. Especially I don't have the problems with the concept art pictures that cola_colin has. Version 12.14 Build 1738 Platform x64 OS Windows 8
It looks fine on my IE9. But with IE8 I can confirm the problem. I had a look at it. The problem is the following style in your site: Code: .site { background-color: rgba(0, 0, 0, 0.5); padding: 0 1.71429rem; } The problem is that the background-color definition. It contains a fourth parameter for opacity that IE7 and IE8 cannot process thus ignnoring it. So the background defaults to white. A first quick solution would be to set the background color to black for <IE9, you can simply do this by adding the following in your styles sheet: Code: html.ie7 .site, html.ie8 .site, { background-color: #000000; } This is possible since your CMS is adding the class "ie7" or "ie8" when the respective browsers are used. This fixes the IE8 background color problem. But there are a lot more errors: - Images in Media have bad sizes - The sidebar is missing This way the text is at least readable Also IE7 still looks completely broken, but somewhere the line should be drawn. IE8 is relatively important as WinXP users actually cannot upgrade to IE9 If I find some time I can have a look at the other issues.
looks nice, I like the image of the delta commander at the front page. Would like to see some images of the different biomes there as well soon. To see some instant in game footage.
Two minor gripes from me here... 1) No host-header for non-www (ie if you try to go to uberent.com/pa and don't stick www. on the front, it doesn't work). 2) Still looks a tad misaligned on android's native browser - perhaps if your web devs have time they could knock up a mobile version of the site and an auto-redirect, which formats stuff in a better way for phone users?
At the bottom of http://www.uberent.com/pa/category/media/videos/ there is a broken link to the kickstarter-campaign: http://www.uberent.com/pa/category/medi ... ration-rts
The newest blogpost isn't accessible at http://www.uberent.com/pa/category/media/ The latest blogpost there is about the livestream from 8th of March.