ΚΑΝΤΕ ΤΑ WIDGETS ΟΡΑΤΑ/ΚΡΥΦΑ

-------------------------------------------------------------------------
ΚΑΝΤΕ ΤΑ WIDGETS ΟΡΑΤΑ/ΚΡΥΦΑ ΣΕ ΣΥΓΚΕΚΡΙΜΕΝΕΣ ΣΕΛΙΔΕΣ

http://dr-blogger2.blogspot.gr/2011/09/widgets_11.html
http://www.dr-blogger.com/2011/09/widgets.html#

http://demono10.blogspot.com/
http://demono11.blogspot.com/
http://demono8.blogspot.com/

-------------------------------------------------------------------------
ΜΟΝΟ ΓΙΑ ΤΗΝ ΠΡΩΤΗ ΣΕΛΙΔΑ
-------------------------------------------------------------------------
Δείξτε Το Widget Μόνον στην Αρχική Σελίδα:

                                                <b:widget id='HTML1' locked='false' title='Recent Comments' type='HTML'>
                                                <b:includable id='main'>
<b:if cond='data:blog.url == data:blog.homepageUrl'>
                                                 <!-- only display title if it's non-empty -->
                                                 <b:if cond='data:title != ""'>
                                                 <h2 class='title'><data:title/></h2>
                                                 </b:if>
                                                 <div class='widget-content'>
                                                 <data:content/>
                                                 </div>
</b:if>

-------------------------------------------------------------------------
http://www.dr-blogger.com/2011/09/widgets.html
Κρύψτε Το Widget Από Συγκεκριμένη Σελίδα:

<b:widget id='HTML1' locked='false' title='Recent Comments' type='HTML'>
<b:includable id='main'>
<b:if cond='data:blog.url != "URL of the page"'>
<!-- only display title if it's non-empty -->
<b:if cond='data:title != ""'>
<h2 class='title'><data:title/></h2>
</b:if>
<div class='widget-content'>
<data:content/>
</div>
</b:if>
-------------------------------------------------------------------------





-------------------------------------------------------------------------
ΟΠΩΣ ΕΙΧΕ ΜΠΕΙ ΣΤΟΝ ΔΩΡΟΛΑΧΝΟ
-------------------------------------------------------------------------
<div class="widget-content">
<style type="text/css">
<!--#Layer1 {
    position:fixed;
    width:400px;
    height:400px;
    left:280px;
top:50px;
    z-index:1;
}
-->
</style>

<script type="text/JavaScript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->
</script>

<script language="JavaScript1.2">

isMouseover = false;
isDragging = false;

function MouseDownLayer(e)
{
   isIE = document.all;

   documentTag = isIE ? "BODY" : "HTML";
   srcElement = isIE ? event.srcElement : e.target;
   layerElement = isIE ? document.all.Layer1 : document.getElementById("Layer1");

   while (srcElement.id != "Layer1TitleBar" && srcElement.tagName != documentTag)
   {
      srcElement = isIE ? srcElement.parentElement : srcElement.parentNode;
   }
   if (srcElement.id == "Layer1TitleBar")
   {
      offsetX = isIE ? event.clientX : e.clientX;
      offsetY = isIE ? event.clientY : e.clientY;
      currentX = parseInt(layerElement.style.left);
      currentY = parseInt(layerElement.style.top);
      isDragging = true;
      document.onmousemove = MouseMoveLayer;
  }
}

function MouseMoveLayer(e)
{
   if (!isDragging) return;

   // Internet Explorer ?
   if (document.all)
   {
      layerElement.style.left = currentX+event.clientX-offsetX;
      layerElement.style.top = currentY+event.clientY-offsetY;
   }
   else
   {
      layerElement.style.left = currentX+e.clientX-offsetX + "px";
      layerElement.style.top = currentY+e.clientY-offsetY + "px";
   }
   return false;
}

document.onmousedown = MouseDownLayer;
document.onmouseup = Function("isDragging=false");

</script>

<div id="Layer1"> <table border="0" bgcolor="#103C7B" width="100%" cellspacing="0" cellpadding="2">
<tbody><tr>
   <td id="Layer1TitleBar" style="cursor:move" width="100%">
      <ilayer width="100%" onselectstart="return false">
      <layer width="100%" onmouseover="isMouseover=true" onmouseout="isMouseover=false">
      <font face="Arial" color="#FFFFFF" style="font-size:13px;text-decoration:none"><b></b></font>      </layer>
      </ilayer>
   </td>
   <td style="cursor:hand" valign="top">
      <a href="#" onclick="layerElement.style.visibility='hidden';return false">
      <font color="#FFFFFF" face="Arial" style="font-size:13px;text-decoration:none"><b>Κλείσιμο</b></font>
      </a>
   </td>
</tr>
</tbody></table><a href="#" style=""><center><img  height="400" width="400"  src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjuVjrvGHmdbQRFXq4bq4NIpkppOXecIAjWFdMIFAwhw5_lGS3yCTlX0bnj5Fd2XV4McltxxQgznwqB_xPtYnXBoMVtnxbWtnA3YEgVcooyw6DLeq-Fomvfu5T5uE0JP2uJah-Q-QnIyq3x/s1600/%CE%A4%CE%9F_%CE%9A%CE%91%CE%A1%CE%91%CE%92%CE%99_%CE%A4%CE%97%CE%A3_%CE%95%CE%9B%CE%9B%CE%91%CE%94%CE%91%CE%A3.jpg" /></center></a></div></div>