Live Menu Demo ▼
How To Add This Menu To Blogger?
- Go to Blogger Dashboard > Layout
- Click On Add a Gadget Link Tab (Below Header)
- Paste Code And Save It.
![]() |
| Click On Image To Enlarge |
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
62
63
| <style type="text/css">/* Only CSS3 Horizontal Menu For Blogger By http://readyblogger.blogspot.com/ */div.topbar { height: 16px; background: #e16031;}ul.claybricks { font-weight: bold; width: 100%; background: #e3e490; padding: 6px 0 6px 0; margin: 0; text-align: left; font-family: calibri;}ul.claybricks li { display: inline;}ul.claybricks li a { color: black; padding: 6px 8px 4px 8px; margin-right: 20px; text-decoration: none;}ul.claybricks li a:hover, ul.claybricks li a.selected { color: white; background: #5d4137; background: -moz-linear-gradient(top, #5d4137 0%, #41251b 12%, #2c0f05 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5d4137), color-stop(12%,#41251b), color-stop(100%,#2c0f05)); background: -webkit-linear-gradient(top, #5d4137 0%,#41251b 12%,#2c0f05 100%); background: -o-linear-gradient(top, #5d4137 0%,#41251b 12%,#2c0f05 100%); background: -ms-linear-gradient(top, #5d4137 0%,#41251b 12%,#2c0f05 100%); background: linear-gradient(top, #5d4137 0%,#41251b 12%,#2c0f05 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d4137', endColorstr='#2c0f05',GradientType=0 ); -moz-box-shadow: 0 0 5px #595959; -webkit-box-shadow: 0 0 5px #595959; box-shadow: 0 0 5px #595959; padding-top: 17px; padding-bottom: 6px;}/* Only CSS3 Horizontal Menu For Blogger By http://readyblogger.blogspot.com// */</style><div class="topbar"></div><ul class="claybricks"> <li><a href="#">CSS Codes</a></li> <li><a href="#">Forums</a></li> <li><a href="#">JavaScript</a></li> <li><a href="#">Gallery</a></li></ul> |
Now replace the links and link name with your own in above highlighted lines.
Finally save it and you are done :)



0 comments:
Post a Comment