1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61 | <meta charset="utf-8">
<style>
#f-box #f-box-wrap {display:none;z-index:99;padding:0px}
#f-box:hover #f-box-wrap {display:block}
#f-box:hover #f-box-wrap {position:absolute;top:38px;z-index:999;ul list-style:none; padding:0; margin:0;}
</style>
<script>
hover = function() {
if (!document.body.currentStyle) return;
var DIVf-box = document.getElementById('f-box');
var DIVf-box_wrap = document.getElementById('f-box-wrap');
DIVf-box.onmouseover = function() {
DIVf-box_wrap.style.display = 'block';}
DIVf-box.onmouseout = function() {
DIVf-box_wrap.style.display = 'none';}}
window.onload = hover;
</script>
<script src='https://rawgit.com/github-codes/aa4f492da387396fd5d6384c3df5d2ff/raw/fc6685bd6a8eda78454981b74a97ea23aa5012b3/archive-page-1p.js'></script>
<div id="f-box">
<a href="https://the-best-widgets.blogspot.com"><button style="position:relative;float:left;width:auto;height:30px;background:#333;color:#FFF; font:14px Arial;cursor:pointer;">HOME</button></a>
</div>
<div id="f-box">
<a href="#"><button style="position:relative;float:left;width:auto;height:30px;background:#FFFF00;color:#000; font:14px Arial;cursor:pointer;">SLIDESHOWS</button></a>
<div id="f-box-wrap">
<div style="position:relative;float:left;top:1px;left:68px;background:#FFFFCC; border:1px solid #00FF00; height:auto; width:480px; overflow:auto; padding:5px;">
<span style="font:bold 16px Arial; background-color:#FFFF00;color:black;">SLIDESHOWS</span>
<script src="https://the-best-widgets.blogspot.gr/feeds/posts/summary/-/SLIDESHOWS?max-results=100&alt=json-in-script&callback=recentpostslist"></script></div>
</div></div>
<div id="f-box">
<a href="#"><button style="position:relative;float:left;width:auto;height:30px;background:#00FF00;color:#000; font:14px Arial;cursor:pointer;">TEXT BOXES</button></a>
<div id="f-box-wrap">
<div style="position:relative;float:left;top:1px;left:174px;background:#ffffcc; border:1px solid #00FF00; height:auto; width:auto; overflow:auto; padding:5px;">
<span style="font:bold 16px Arial; background-color:#FFFF00;color:black;">TEXT BOXES</span>
<script src="https://the-best-widgets.blogspot.gr/feeds/posts/summary/-/TEXT BOXES?max-results=100&alt=json-in-script&callback=recentpostslist"></script></div>
</div></div>
<div id="f-box">
<a href="#"><button style="position:relative;float:left;width:auto;height:30px;background:#105105;color:#FFF; font:14px Arial;cursor:pointer;">MENUS</button></a>
<div id="f-box-wrap">
<div style="position:relative;float:left;top:1px;left:278px;background:#ffffcc; border:1px solid #FF0000; height:auto; width:auto; overflow:auto; padding:5px;">
<span style="font:bold 16px Arial; background-color:#FFFF00;color:black;">HORIZONTAL AND VERTICAL MENUS</span>
<script src="https://the-best-widgets.blogspot.gr/feeds/posts/summary/-/ΟΡΙΖΟΝΤΙΑ ΚΑΙ ΚΑΘΕΤΑ ΜΕΝΟΥ?max-results=100&alt=json-in-script&callback=recentpostslist"></script></div>
</div></div>
<div id="f-box">
<a href="#"><button style="position:relative;float:left;width:auto;height:30px;background:#115599;color:#FFF; font:14px Arial;cursor:pointer;">FACEBOOK WIDGETS</button></a>
<div id="f-box-wrap">
<div style="position:relative;float:left;top:1px;left:340px;background:#fffff0; border:1px solid #00FF00; height:auto; width:auto; overflow:auto; padding:5px;">
<span style="font:bold 16px Arial; background-color:#FFFF00;color:black;">FACEBOOK WIDGETS</span>
<script src="http://the-best-widgets.blogspot.gr/feeds/posts/summary/-/FACEBOOK WIDGETS?max-results=100&alt=json-in-script&callback=recentpostslist"></script></div>
</div></div>
<div id="f-box">
<a href="#"><button style="position:relative;float:left;width:auto;height:30px;background:#661111;color:#FFF; font:14px Arial;cursor:pointer;">BACKGROUNDS</button></a>
<div id="f-box-wrap">
<div style="position:relative;float:left;top:1px;left:500px;background:#fffff0; border:1px solid #00FF00; height:auto; width:auto; overflow:auto; padding:5px;">
<span style="font:bold 16px Arial; background-color:#FFFF00;color:black;">BACKGROUNDS</span>
<script src="http://the-best-widgets.blogspot.gr/feeds/posts/summary/-/BACKGROUNDS?max-results=100&alt=json-in-script&callback=recentpostslist"></script></div>
</div></div>
|