Monthly Archives: May 2012

how to make popup like pinterest |css to pinterest like popup having background fade

Share on TwitterDigg This

DemoDownload <style> #back_fader{ background-color: rgba(255, 255, 255, 0.93); display: none; bottom: 0; left: 0; overflow-x: auto; overflow-y: scroll; position: fixed; right: 0; top: 0; z-index: 9999; } .popup_content{ min-height:600px; padding:8px; margin:20px auto; border:solid 2px #B5B5B5; background: #EBF6FF; position: static; z-index: … Continue reading

CSS tutorials : How to set full image as background in website

Share on TwitterDigg This

If your design required to put an image as a full page background, you should consider few things, if the image height is defined in percentages it will be more adjustable within different browsers and with the re-size of browser … Continue reading