Redirecting IE9 compatibly with nginx when behind a load balancer
I'm having a nightmarish problem getting IE 9 to redirect from http to https. I've looked at a discussion from about a year ago (http://groups.drupal.org/node/206813), but in that case, nginx is in complete control.
In my case, I'm in AWS, and https is actually getting handled by an elastic load balancer (ELB), which is proxying over to nginx over port 80, and setting http_x_forwarded_proto:
<
pre>
#x_forwarded_proto stuff for elb/https issues - see http://daniel.hahler.de/handle-x-forwarded-proto-in-backend-nginx
set $my_https "off";
Bakgrundsbild i IE
Hej,
Jag har problem med en bakgrundsbild i IE. Det fungerar i Fire Fox och på min Mac.
Fick rådet av att använda nedanstående css men det fungerar ändå inte. IE visar endast bilden centrerad med vita kanter.
/Tomaz
body
{
background: url('images/Page-BgTexture.jpg') no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/Page-BgTexture.jpg', sizingMethod='scale');
The Limited Vision Accessabilty Problem -- The Majority of the Accessiblity Problem
Between 12 and 16 percent of all adults (in America and Canada) are not blind but have difficulty seeing small objects especailly type. They are the readers of the large type book editions. The great majority of the people who have visual accessiblity problems with computers are NOT blind. The majority simply have what the medical profession describes as "low vision" or "limited vision." This is typically the situation where the individual has sight, but cannot discern small details or discriminate between letters of small fonts.
Read moreSub-theme and IE madness
I'm using OP 2.0
IE 7
Firefox 3.6.3 (for windows)
After failed attempts at using panel pages for my frontpage, I decided to go the (as it turns out) easier sub-theme way.
I created a sub-theme from the OP theme and added 4 regions.
The site seems to be working perfectly in firefox with the regions holding the content exactly the way I wanted..
All hell breaks loose in IE though.