Fixed container position in html web dialog
-
I create a new html menu with a css that I use in SU with ruby-elements.
The web dialog works in the combination of SU 2015 and Safari, Chrome and Opera but in the combination of SU 2008 and IE the fixed positions of the containers aren't fixed.
Do you have any ideas how I can fixed the problem?
-
you may need to force this in the html...
<meta http-equiv="content-type" content="charset=UTF-8" /> <meta http-equiv="MSThemeCompatible" content="Yes" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
john
-
Thank you very much, it's works fine.
Advertisement