-
Posts
59 -
Joined
-
Last visited
Community Answers
-
Simon Law's post in Twitter on ie11 was marked as the answer
Looks like Twitter is not supporting IE11, I found this link on their site https://help.twitter.com/en/using-twitter/twitter-supported-browsers . . They support Edge, Chrome, Safari, Firefox and others built off Webkit/Chromium but no mention of IE11
I have had a breif look over their code and it will not work for IE6, IE7, IE8, IE9, IE10 or IE11
-
Simon Law's post in Dashboard Switch was marked as the answer
Hi Kieran,
The short answer is that it's complicated,
The bar is positioned by javascript which is activated when the screen width is altered. and then what is is viewed on.
<style> .ui-os-desktop-navigation { left:5px !important; top:65px !important; bottom:unset; } </style> The above styling would bring the navigation to top left but I could not guarantee it would stay there!