The widgets subscribe box Appears over the top of

The widgets subscribe box Appears over the top of


How to installation

   
      1.Put the following code above the code </head>

<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js' type='text/javascript'/>


How to installationIt is the jQuery code, if in your template already there is the jQuery code does not need to be installed again or you can also replace the old code with new versions of the code.
(shouldn't there is jQuery code. min over one although the versions vary)

      2. go to Layout Gadgets» add HTML/JavaScript» and then place the following code:


<style type='text/css'> #kotak-pesan {   position:fixed !important;   position:absolute; /* IE6 */   top:-1000px;   left:50%;   width:300px;   margin:0 0 0 -182px;   height:auto;   padding:16px;   background-color:#E9CF5F;   border:2px solid white;   font:normal normal 1em Cambria,Georgia,Serif;   color:#111;   -webkit-box-shadow:0 1px 3px rgba(0,0,0,.4);   -moz-box-shadow:0 1px 3px rgba(0,0,0,.4);   box-shadow:0 1px 3px rgba(0,0,0,.4); } #kotak-pesan a.close {   position:absolute;   top:-10px;   right:-10px;   background-color:#333;   font:normal bold 16px Arial,Sans-Serif;   text-decoration:none;   line-height:22px;   width:22px;   text-align:center;   color:white;   border:2px solid white;   -webkit-box-shadow:0 1px 2px rgba(0,0,0,.4);   -moz-box-shadow:0 1px 2px rgba(0,0,0,.4);   box-shadow:0 1px 2px rgba(0,0,0,.4);   -webkit-border-radius:22px;   -moz-border-radius:22px;   border-radius:22px;   cursor:pointer; } </style> <div id='kotak-pesan'> <b>Sing up for latest update</b> <form onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=IDFEED', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true" target="popupwindow" method="post" action="http://feedburner.google.com/fb/a/mailverify?uri=IDFEED"> <p><input type="text" valign="middle" name="email" value="Masukan Email Anda" size="25" maxlength="100" onfocus="this.value = '';" style="width: 140px; height: 21px; font-size: 11px; color: rgb(51, 51, 51);" gtbfieldid="2"/> <input type="hidden" value="NAMAFEED" name="uri"/> <input type="hidden" name="loc" value="en_US"/> <input type="submit" value="Submit" id="submit"/> </p> </form>    <a class='close' href='#'>&times;</a> </div> <script type='text/javascript'> //<![CDATA[ $(window).bind("load", function() {     // animasikan nilai top saat halaman telah selesai dimuat     $('#kotak-pesan').animate({top:"50px"}, 1000);     // hilangkan kotak pesan saat tombol (x) diklik     $('a.close').click(function() {         $(this).parent().fadeOut();         return false;     }); }); //]]> </script>

Please your own modifications as per your liking.

0 Response to "The widgets subscribe box Appears over the top of"

Post a Comment