You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
should that work? It doesn't or I wouldn't be here. :) And since none of the ParentLocations demos actually bring up a message, I can't tell how they are supposed to work.
Thanks
Greg
The text was updated successfully, but these errors were encountered:
Not sure if this is still an issue for you, but your div has an id of "MessageDiv", but your parentLocations selector is a class: ".MessageDiv" instead of "#MessageDiv".
Ah good catch. I suspect that was it. I will go back and give that a try. I think I hard coded the amount of space to leave, a dynamic approach is much better.
I want to use the block style but I want the message to appear directly under the bootstrap nav bar.
I have added a div to the bottom of the nav bar like this:
<div id="MessageDiv"></div>
Then when I create the Messenger I use code like this:
should that work? It doesn't or I wouldn't be here. :) And since none of the ParentLocations demos actually bring up a message, I can't tell how they are supposed to work.
Thanks
Greg
The text was updated successfully, but these errors were encountered: