javascript - How to create this type of window,as described in the attached picture with HTML,CSS? -


http://imageshack.us/photo/my-images/7/41736826.png/

i trying create type of window html,css , javascript .no jquery please. thanx in advance.

i tend using box shadows , border radiuses:

border-radius:10px; box-shadow:0 0 0px 10px rgba(0, 0, 0, 0.5); 

demo at: http://jsfiddle.net/8my4f/1/


Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

linux - Does gcc have any options to add version info in ELF binary file? -

java - Are there any classes that implement javax.persistence.Parameter<T>? -