Click here to Skip to main content
15,886,664 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
How to append a div into canvas

I want to convert this whole div into canvas

HTML
<div class="panel-body">
   <div class="profile-usermenu">
     <ul class="nav">
        <li>
          <a href="#" target="_blank">
           	
           Doc Details </a>
        </li>
    </ul>
 </div>
</div>							                                                   						                                                   
Posted
Comments
Style-7 19-Oct-15 4:58am    
use css position absolute for canvas and div

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900