Problem:
How to fix any HTML tag at any position for ex: fix a div at right bottom corner?Solution:
Use style z-index, bottom, right attributeExample:
<div id="loading_msg" style="position: fixed; z-index: 99; bottom: 15px; right: 10px;display:; background-color:#CC99FF">Loading now Please wait...</div>
0 comments:
Post a Comment