I have found that the "relative" in um.orientation breaks in chrome (udm-custom.js). It was also the setting on bigredapple.com and purpleski.com.
I was not able to download the patch to try it on:
http://www.united.com/page/middlepag...3,1009,00.html
If ThatAdamGuy or someone could post it again I would appreciate it.
Thank you
I changed
udm-control.js
************************************
um.s=(navigator.vendor=='Apple Computer, Inc.')
************************************
TO
************************************
var isWebKit = /AppleWebKit/.test(navigator.userAgent);
um.s=(isWebKit); // 'Google Inc.' or 'Apple Computer, Inc.
************************************
This seems to work well.
Nigel