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
Post a Comment