HTML5 Responsive Notify Support Product Page
Not a problem
Message shows at bottom no styling
Reported 10 years ago
1
has this problem
10 years ago Alejandro Mucino posted:
I added a notification to my login page just to welcome the user. But the message appears with no formatting and at the bottom of the page.This is the body code:
<BODY onLoad="setFocus();dmxNotifyAction({"type": "info", "title": "Welcome", "msg": "Welcome to BlueDot. Please login to continue.", "extendedTimeOut": 2000, "tapToDismiss": false})">
It should be formatted at the top right instead. This is in my development website so the files that are needed should be there.
Replies
Replied 10 years ago
10 years ago Alejandro Mucino replied:
In development using chrome works fine. just not on internet explorer. Any ideas ?
Replied 10 years ago
10 years ago Alejandro Mucino replied:
Found the reason .. it won't run properly in compatibility mode :$
Replied 10 years ago
10 years ago Teodor Kuduschiev replied:
Hello,
none of our extensions are developed in order to work in compatibility mode. Using IE in compatibility mode is not a normal usage, and it runs like really old IE browser, which does not support modern js and css code.
none of our extensions are developed in order to work in compatibility mode. Using IE in compatibility mode is not a normal usage, and it runs like really old IE browser, which does not support modern js and css code.
Replied 10 years ago
10 years ago Alejandro Mucino replied:
That makes sense.