javascript - Is it possible to write a message to the area where the browser shows links, download progress etc.? -
this question has reply here:
how display text in browser status bar? 5 answersi write little progress message bottom left corner of browser window browsers show links when hovering, or waiting info etc. see image below improve explanation.
i.e. write gray part in attached image showing link 'opensource.org/licences/mit'. needs generic method, e.g. works in chrome, ff, ie, happy if in modern, html5 browsers.
you can create div show message , give css this
.message { position: fixed; left: 0; bottom: 0; padding: 10px; font-size:14px; background: #ccc; color: #333; } javascript html browser
No comments:
Post a Comment