Feedburner Popup Email Subscribe Box Widget for Blogger Blog
Simple CSS Blogger Newsletter Popup Subscription Box Feedburner email Subscription is the most important part for any successful website or blog. feedburner email Subscription box may help very much to increase your subscriber or readers. You can find many designs of feedburner popup subscription box but here on this page I am sharing a simple, lightweight, one time, time interval and cute CSS feedburner popup subscribe box. Installing CSS feedburner Email Subscription Box: 1. Goto Edit HTML and paste to following code just before </style> tag. /* Popup Subscribe Box by asif mirza */ #sub-box {display:none;background:rgba(0,0,0,0.9);width:100%;height:100%;position:fixed;top:0;left:0;z-index:99999;} #boxclose {width:100%;height:100%;-webkit-transform:translateZ(0);} #boxview {background:#fff;border:1px solid #fff;width:305px;height:225px;position:absolute;top:33%;left:38%;} #closebox {float:right;cursor:pointer;position:absolute;right:-1px;top:-17px;} #closebox:b...