Many websites have very good looking pop-up window. For example checkout
http://www.myntra.com and when you hover your mouse on any product image it shows ** Quick View ** button. I want to know how to implement this type of window. Even facebook also has good interface for sending messages. Are these types of windows different from new window. I know how to create a new window. Please tell me what are these called ? How to develop similar thing in html ?
I tried searching on net and created a sample pop window using window.open() method but this gives a different look
You can try jQuery Dialog box to achieve that functionality . for eg : Demo
It has a
Modalproperty, you can set it to true to achieve modal dialog box