Showing posts with label Netzspot. Show all posts
Showing posts with label Netzspot. Show all posts

How To Add Music to Blog And Website

Background music has a cool effect on the visitors of your blog or websites. It may help you in catching the attention of your visitors, that is what needed by every blogger or web designer or developer. We will describe here different methods of embedding background music but before them there are some important points that should be remembered.

Background music not only enhances the reading pleasure but may also annoy the reader, if the music played is opposite or irrelevant to the matter of blog or website. It may also increase the page loading time if too big music file is used, so kindly avoid too much heavy file and please also provide play stop option for the visitor, helping him to stay on the page.

Background Music

The first thing you need to start this is a music file uploaded onto a server. For bloggers the best free server are Google Sites or Google Drive. Once Uploaded, copy the url of music file and use it in any one of the following codes (whatever you use).

There are two main methods of embedding or using background music in your blog or website, based on the type of browser compatibility. For browsers having HTML5 compatibility audio tags are used while for older browsers embed tag is used.

For using audio tags copy the following code anywhere in your website or blog, inside the body tags. Replace the music url with your music file URL. The text in between audio tags “your browser doesn’t support HTML5” is shown in the browsers that doesn’t support HTML5, if you want to remove it you can.


Code

<audio src="music url" controls>
<p>Your Browser Doesn’t Support HTML5</p>
</audio>


For older browsers or for browsers that don’t have HTML5 compatibility use the following code.


Code


<embed name="bgmusic" src="music url" width="300" height="90" autostart="false" control="smallconsole" />


You can change the width, height, autostart and name attributes as you wish. For cross browser support and to avoid any problem it is better to use both these code, i.e. using embed tag in between audio tags as shown below.


Code


<audio src="music url" controls> <embed src="music url" width="300" height="90" loop="false" autostart="false" control="smallconsole" />
</audio>


For any queries and troubleshooting problems feel free to ask.

Read More ...

Simple YouTube Subscribe Widget For Website And Blog


Placing a Youtube Channel Subscribe widget on your website or blog to increase your subscriber is a good idea. To add this simply just embed the following code below into the html of your website or blog, in the same way you embed a YouTube video or anything:

Code

<iframe src=http://www.youtube.com/subscribe_widget?p=EXEIdeas style="overflow: hidden; height: 105px; width: 300px; border: 0;" scrolling="no" frameBorder="0"></iframe>

How To Add In Blogspot?
  1. Go To Your www.blogger.com
  2. Open Your Desire Blog.
  3. Go To Layout.
  4. Click "Add A Gadget" Where You Want To Add It.
  5. Now Scroll To "HTML-JAVASCRIPT"
  6. Click "+" Icon To Add It.
  7. Now Copy And Paste The Code There
  8. Leave The Title Empty.
  9. Click Save
  10. You Are Done.
How To Add In Website?
  1. Open Your HTML File.
  2. Copy And Paste The Code Anywhere Between <body> </body>.
  3. Save It
  4. You Are Done. 
Just Replace EXEIdeas In the Code With Your Youtube Channel Name



Here Is The Sample Image
Read More ...

How To Embed "SWF,FLV" Files Into Your Blog And Website

Nowadays flash files are widely used in web and blog developing and designing, they not only give a gorgeous look to them but also provide a handy user interference.
Embedding a flash file in HTML pages is as easy as 123. All you need is a flash file uploaded at FTP (File Transfer Protocol) server. The best and free way for uploading flash file is to upload them on Google Sites.
  1. Make a site on sites.google.com
  2. Change page template to file cabinet.
  3. Add .swf file.
  4. Right-click and copy the download url of .swf file.
  5. Type this code in your site or blog.
  6. Replace the green code with the url of .swf file.
  7. Save and enjoy.
Code

<embed src="https://sites.google.com/site/exeideashassan/exe-ideas-hare-drive/EXEIdeasUnderConstruction.swf?attredirects=0" quality="high" allowscriptaccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" align="middle" height="600px" width="800px"></embed>

Change quality, align, height and width attributes to your need and mood.
Feel free to ask any queries.
Read More ...

3-Column HTML Footer Bar For Blogs And Websites



Now a days three column footer bar is most popular for blogger and websites.First column is for about company or author and other two column are for quick navigation links.as the screen shoot is available that how will it appear after published.So put this on your website or blog now, it's only HTML via tables.


Open Blogger.
Go To Layout.
Add A HTML-JAVASCRIPT Gadget.
Garb Them To The Footer.
Copy The Below Code, Edit It With Your Data And Paste It Into That Gadget.
Now Save It, And Published.

=========X=========X=========X=========
<table>
<tr>
<td width="30%">
<h2>About</h2>
<p>Please...Text Please...Text Please...Text Please...Text Please...Text Please...Text Please...Text Please...Text Please...Text Please...Text Please...Text Please...Text Please...Text Please....<a href="##########">Read More...</a></p>
</td>
<td width="10%"></td>
<td width="33%">
<h2>Navigation</h2>
  <li><a href="##########">Link 1</a></li>
  <li><a href="##########">Link 2</a></li>
  <li><a href="##########">Link 3</a></li>
  <li><a href="##########">Link 4</a></li>
  <li><a href="##########">Link 5</a></li>
</td>
<td>
<h2>Navigation</h2>
  <li><a href="##########">Link 1</a></li>
  <li><a href="##########">Link 2</a></li>
  <li><a href="##########">Link 3</a></li>
  <li><a href="##########">Link 4</a></li>
  <li><a href="##########">Link 5</a></li>
</td>
</tr>
</table>

=========X=========X=========X=========

Read More ...

How To Add Smashing Floating Social Sharing Widget


Photobucket
Step 1:
Go to blogger>> login>> Edit html>> Tick Expand widgets box>>
By using ctrl+f search the code ]]></b:skin>
And above ]]></b:skin> add the below code
Now,save your template and you are done 50% successfully.


position:fixed;_position:absolute;bottom:0px;left:0px;clip:
inherit;_top:expression(document.documentElement.
scrollTop+document.documentElement.client Height-this.clientHeight);_left:expression(document.documentElement.scrollLeft + document.documentElement.clientWidth – offsetWidth);}
#float_corner {padding: 5px; rder-bot}



Step2:
Now search the code </body> by using ctrl+f and
paste the below code above the </body>


<div id=’float_corner’>
<ul>
<script type=’text/javascript’>
(function() {
var s = document.createElement(&#39;SCRIPT&#39;), s1 = document.getElementsByTagName(&#39;SCRIPT&#39;)[0];
s.type = &#39;text/javascript&#39;;
s.async = true;
s.src = &#39;http://widgets.digg.com/buttons.js&#39;;
s1.parentNode.insertBefore(s, s1);
})();
</script><a class=’DiggThisButton DiggMedium’/><br/>
<script src=’http://tweetmeme.com/i/scripts/button.js’type=’text/javascript’/><br/>
<a class=’google-buzz-button’ data-button-style=’normal-count’ data-locale=’en_IN’ href=’http://www.google.com/buzz/post’title=’Post on Google Buzz’/>
<script src=’http://www.google.com/buzz/api/button.js’type=’text/javascript’/><br/>
<script badgetype=’square’ src=’http://d.yimg.com/ds/badge2.js’ type=’text/javascript’>
ARTICLEURL
</script><br/>
<a href=’http://www.facebook.com/sharer.php’ name=’fb_share’ type=’box_count’>Share</a><script src=’http://static.ak.fbcdn.net/connect.php/js/FB.Share’type=’text/javascript’/><br/>
<a href=’
http://www.exeideas.com'>Get This</a><br/> 
</ul>
</div>

Don't Forget To Say Thanks
Read More ...

How To Add Static Twitter Follow Box With Smooth Jquery Hover Effect In Blog And Website


Here There are 3 Simple Steps:
If you have a twitter account then it is the best animated widget for your blog and website to get more followers via your site so put this on your blog/website now and get more followers.This will increase your follower count with your real fans or friends.


Step 1: Adding Jquery JavaScript Plugin:-
(Ignore this step if your blog have already a Jquery Plugin)

a. Go to Blogger Dashboard < Design tab > Edit Html 
b. Search for </head> tag
c. Add below line of code Before </head> tag

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





Step 2: Adding Widget Code:-




<script type="text/javascript">
//<!--
$(document).ready(function() {$(".twitterboxot").hover(function() {$(this).stop().animate({right: "0"}, "medium");}, function() {$(this).stop().animate({right: "-250"},"medium");}, 500);});
//-->
</script>
<style type="text/css">
.twitterboxot{background:url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgBwhPtUkxv-QTzgDMSM5-QbSHyy4077GFjChjrGCHW1F2ldlSPI1Bbd80gpR6VamAl0bt45vWJcYbrak1xvtMmQROJK2w9tNz0Kf8Xl-y8XghiJvvhu1iqS-j-Luo0iaan7bBpcXa_2Q/s150/FollowMeOnTwitter.jpg") no-repeat scroll left centertransparent !important;
display: block;
float: right;
height: 240px;
padding: 0 5px 0 46px;
width: 245px;
z-index: 99999;
position:fixed;
right:-250px; top:60%;}
</style>
<div class="twitterboxot"><div>
<script type="text/javascript"
src="http://script-ot.googlecode.com/svn/twitterbox.js"></script><div
id="twitterfanbox"></div><script
type="text/javascript">fanbox_init("EXEIDEAS");</script>
</div></div>


Step 3:Change EXEIDEAS to your twitter username.


Don't Forget To Say Thanks
Read More ...

How To Add Animated Sharing Bar Widget To Blog And Website


Social networks can make a big difference on the popularity of a blog. Sites that communicate better and understand social media are usually the most popular.
A move towards this goal would be to find a way to encourage your visitors to share your content on the networks they are most active on.
Today we are doing just that, by using pure JavaScript with the jQuery framework, to make an animated sharing bar, which will enable your website visitors to share posts on a number of social networks.
Go ahead and just follow given steps...
How To Add Animated Sharing Bar To Blogger?

Login to blogger>> Design>>> Edit HTML
Click On Expand Widget Template Check Box
CTRL+F To find </head>
Copy n Paste Below Code Just Above It.


<link rel="stylesheet" type="text/css" href="https://gj37765.googlecode.com/svn/trunk/html/mddemo/Animated [www.gj37765.blogspot.com]Sharing Bar With jQuery & CSS.css" />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="http://gj37765.googlecode.com/svn/trunk/html/mddemo/%5Bwww.gj37765.blogspot.com%5Dscript.js"></script>



Now save TemplateNext adding HTML for this widget...
Then
Design>>> Page Element>>> Add a Gadget
Choose HTML/Javascript from the list.
Copy n paste Below Code into it.




<div id="share">
<div id="stage">
<div class="btn digg"><div class="bcontent"><a class="DiggThisButton"></a><script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div></div>
<div class="btn tweetmeme"><div class="bcontent"><script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script></div></div>
<div class="btn dzone"><div class="bcontent"><script language="javascript" src="http://widgets.dzone.com/links/widgets/zoneit.js"></script></div></div>
<div class="btn reddit"><div class="bcontent"><script type="text/javascript" src="http://www.reddit.com/button.js?t=2"></script></div></div>
<div class="btn facebook"><div class="bcontent"><a name="fb_share" type="box_count" href="http://www.facebook.com/sharer.php">Share</a><script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script></div></div>
<div class="thanksto"><a href="http://www.exeideas.com">Grab This</a>
</div>
</div>



Don't Forget To Say Thanks
Read More ...

20 Top Blog Directory To Submit Your Blog And Get Traffic


If You Want Traffic Just Index Your Blog In The Following Directory And Boost Your Views...
Here are 20 directories you need to know about:

1. Best of the Web Blog Search remains a powerful tool for sharing your blog, especially since this director’s very selective, listing only mature and valuable blogs. A link from here is majestic.

2. Bloggeries is one of the most respected blog directories. The layout is clear and concise, and readers are able to find what they are looking for in a snap.

3. YouSayToo.com is also a directory like Bloggers from where you can get traffic and a back link free of cost.

4. OnToplist.com is a free, manually-edited directory that reads the RSS feed of your blog. You can also use the site’s social features, article directory, and other great tools to build your blog.

5. Blogged.com is an interesting mix of a directory and a Google News type site that is fed by the blogs listed with Blogged. And it’s free to list your blog.



6. Bloggers.com is a best social network for blog lovers from where you get more traffic and a lot of fans and followers.

7. Blog Catalog features a vast number of categories, from “academic” to “writing”, while offering the ability to search by country, language or user. It has a no-frills design, but offers convenient access through a simple blog registration.

8. Globe of Blogs has too many features to list. Only non-commercial blogs are accepted. The site may be busy, but I like being able to narrow my search by title, author or subject.

9. The ultimate directory of British blogs isn’t focused on location, but on the culture. It is asked that bloggers be genuinely “Britished.”

10. Blog Universe has a layout that’s easy to navigate and, although the content is limited, it’s an all-around good directory worthy of submission.

11. Bigger Blogs is intertwined with a business directory and an article directory, giving you access to several powerful tools in one location.

12. Bloggernity is a crisp, clean and easily navigated site. It’s low ad-to-content ratio has helped solidify its reputation as a quality directory.

13. Bloggapedia has an interesting and eye-catching homepage. Readers are easily connected to top blogs and new posts. Innovative categories, a colorful design and its blogger tool kit make this directory a hit.

14. Spillbean is a well-designed directory with categories such as “health,” “society,” “Internet,” and “personal.”

15. Blogging Fusion boasts over 60 categories, including family-focused blogs. Blogging Fusion has an good number of listings, and it also has visitor stats.

16. Blogflux is organized and clear with a strong social element.

17. The blogs at the top of Bloglisting are fun, colorful and catch the attention of the reader. Bloglisting displays the page-ranking blogs, which is a helpful tool when determining with whom you want to exchange links.

18. Blogio stores plenty of quality blogs, and it sports solid on-site search.

19. Blog Digger is a strong search tool, especially for local blog listings.

20. Blog Pulse features a powerful community element, on-site analytics, and a clean design. The “submit” page is a bit tricky to find, so here’s the quick link.


Read More ...

How To Add Stylish J-Query Multi-Tab Widget For Blogger & Website



1. Log in to your blogger and Go to Design >> Edit HTML
2. Make sure you put check mark to “Expand Widget Templates” 
3. Find this tag by using Ctrl+F </head>
4. Paste below code Before </head> tag




<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"> </script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"> </script> 
<script> $(document).ready(function() { $("#tabs").tabs(); }); </script>
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/blitzer/jquery-ui.css" type="text/css" />




5. Now Go to Design >> Page Element
6. Click Add Gadget and select 'HTML/Javascript'
7. Paste below one of below code.


<div id="tabs">
<ul>
<li> <a href="#tabs-1">Tab-1</a></li>
<li> <a href="#tabs-2">Tab-2</a></li>
<li> <a href="#tabs-3">Tab-3</a></li>
</ul> 
<div id="tabs-1">Script or Text Here</div>
<div id="tabs-2">Script or Text Here</div> 
<div id="tabs-3">Script or Text Here</div>


8. You can replace Script or Text Here with text or any script you want.
9. After save HTML/Javascript
10. You are done.

Read More ...

Twitter Followers Widget For Blog And Website.


Just Open Your Blogger Account.
Add HTML/JAVASCRIPT Gadget.
Add The Below Code In It.

<script type="text/javascript" src="http://script-ot.googlecode.com/svn/twitterbox.js"></script>
    <div id="twitterfanbox"></div>

<script type="text/javascript">fanbox_init("exeideas");</script>

Change The Red Text With Your Twitter Name.
Done.
Read More ...

How To Create HTML-CSS-Javascript Website In Blogger?


This is another a great article after the shoot up of  How To Use .Blogspot.com As A Domain Name For Your Website?
Here i am not going to bind any preface just coming to the real point i want to mind a thing that you can only creaet a ONE PAGE website in blogspot but don't worry J-Query/JavaScript has solve this problem for you. Now you can create unlimited pages in blogspot.
If you know the basic setting then it's Ok otherwise you have to learn basic first. You can learn it here.

Now Follow The Below Step To Create A Website In Blogger.
1.) Go To Your Classic Tmeplate Editor.
2.) Copy The Below Code And Paste It There.


<html>
<head>

<title>***YOUR WEBSITE NAME HERE***</title>
<link rel="shortcut icon" href="***YOUR FAVICON URL HERE***">
<meta name="description" content="***YOUR DESCRIPTION HERE***">
<meta name="keywords" content="***YOUR KEYWORD HERE***">

<meta name="author" content="***YOUR NAME HERE***">



<link href="***YOUR CSS URL HERE***" rel="stylesheet" type="text/css" />
<style type='text/css'>
#navbar-ifisplay:nrame {done;}
***YOUR CSS CODE***
</style>



<script type="text/javascript" src="***YOUR JAVASCRIPT URL HERE***" ></script>
<script type='text/javascript'>
***YOUR JAVASCRITP CODE***
</script>
</head>
<body>
***YOUR BODY CODE***
</body>
</html>



3.) Change The Colored Text With Your Data.
4.) Save Your Template.
5.) Now You Are Done.

If you want to speed up loading time then you should have to embed the CSS, J-Query/JavaScript in the template but if you have a large file you can also linked it here.



If You Have Any Queries, Please Feel Free To Ask.
The Best Way To Say Thanks Is To Share This Article To Your Social Profiles, E-Mail To Friend And Copy This Article To Your Blog With The Given Link.

<a href="http://www.exeideas.com" target="_blank"><img src="http://2.bp.blogspot.com/-cFrcdV2SrrE/T0XVCGTkazI/AAAAAAAABWQ/cIfTljlOwbw/s1600/OriginalArticleAt.png" alt="EXE Ideas"></a>

Don't Forget To Say Thanks
Read More ...

How To Use Blogger As A Domain Name For Your Website?


I was working on this project since one month. After a long search over internet finally on morning i wake up with a light brighten to the way of my target and finally i rushed over her to share it with you.
Now i am going to tell you How To Use Blogger Blogspot.com As A Domain For You Pre-Built Website?
Because Google does not listed up free domain name to its search engine so it is difficult to get swim a free user in the ocean of internet But as a project of Google the Blogger will be automatically listed up in search engine with out any post in few days.


So Finally The Golden Trick Is Given Below In Easy Steps:-


1.) Create A New Blog With yourdesirename.blogspot.com And Enter Any Title.
2.) Then Go To Template Editor And Schroll Down As Shown In Fig.
3.) Here You Will See A Button "Revert To Classic Template".
4.) Click On That Button And Again Click On "Revert To Classic Template" In Blue Color As Shown In Fig.
5.) Now You Will See The Template Code In Template Editor, Highlight That All And Removed Them.
6.) Now Copy The Below Code And Paste It There.

<html>
<head>
<meta charset="UTF-8" />
<title>Your Website Name Here</title>
<link rel="shortcut icon" href="You Favicon URL Here">
<meta name="description" content="Your Description Here">
<meta name="keywords" content="Your Keywords Here">

<meta name="author" content="Your Name Here">
<style type="text/css">
#frame {width:100%; height:100%;}
#navbar-iframe {display:none;}
</style>
</head>
<body>
<div id="frame"><iframe src="Your Website URL Here" name="Your Website Name Here" frameborder="0" height="100%" width="100%"></iframe></div>
</body>
</html>


7.) Change All The Red Text With Your Desire One.
8.)Now Save Your Template.
9.) Now You Are Done.
10.) Here You Got Your Free .blogspot.com Domain Name For Your Website.

If You Have Any Queries, Please Feel Free To Ask.
The Best Way To Say Thanks Is To Share This Article To Your Social Profiles, E-Mail To Friend And Copy This Article To Your Blog With The Given Link.

<a href="http://www.exeideas.com" target="_blank"><img src="http://2.bp.blogspot.com/-cFrcdV2SrrE/T0XVCGTkazI/AAAAAAAABWQ/cIfTljlOwbw/s1600/OriginalArticleAt.png" alt="EXE Ideas"></a>

Don't Forget To Say Thanks
Read More ...

How To Add Mashable Sharing Widget to Blogger And Website

mashable sharing widget


How To Add Mashable Sharing Widget to Blogger?

Go To Blogger > Design
Click on "Add a Gadget"
Choose HTML/Javascript widget
Paste the following code inside it...


<style>
/* Social Widget */
#MBT-mashable-bar {
border: 0;
margin-bottom: 10px;
margin: 0 auto;
width:300px;
}
.fb-likebox {
background: #fff;
padding: 10px 10px 0 10px;
border: 1px solid #D8E6EB;
margin-top: -2px;
height:80px;
}
.googleplus {
background: #F5FCFE;
border-top: 1px solid #FFF;
border-bottom: 1px solid #ebebeb;
border-right: 1px solid #D8E6EB;
border-left: 1px solid #D8E6EB;
border-image: initial;
font-size: .90em;
font-family: "Arial","Helvetica",sans-serif;
color: #000;
padding: 9px 11px;
line-height: 1px;}
.googleplus span {
color: #000;
font-size: 11px;
position: absolute;
display:inline-block;
margin: 9px 70px;}
.g-plusone { float: left;}
.twitter {
background: #EEF9FD;
padding: 10px;
border: 1px solid #C7DBE2;
border-top: 0;}
#mashable {
background: #EBEBEB;
border: 1px solid #CCC;
border-top: 1px solid white;
padding: 2px 8px 2px 3px;
text-align: right;
border-image: initial;}
#mashable .author-credit {}
#mashable .author-credit a {
font-size: 10px;
font-weight: bold;
text-shadow: 1px 1px white;
color: #1E598E;
text-decoration:none;}
#email-news-subscribe .email-box{
padding: 5px 10px;
font-family: "Arial","Helvetica",sans-serif;
border-top: 0;
border-right: 1px solid #C7DBE2;
border-left: 1px solid #C7DBE2;
border-image: initial;
height:35px;}
#email-news-subscribe .email-box input.email{
background:#FFFFFF;
border: 1px solid #dedede;
color: #999;
padding: 7px 10px 8px 10px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-o-border-radius: 3px;
-ms-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
border-image: initial;
font-family: "Arial","Helvetica",sans-serif;}
#email-news-subscribe .email-box input.email:focus{color:#333}
#email-news-subscribe .email-box input.subscribe{
background: -moz-linear-gradient(center top,#FFCA00 0,#FF9B00 100%);
background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#FFCA00),color-stop(1,#FF9B00));
background: -moz-linear-gradient(center top,#FFCA00 0,#FF9B00 100%);
-pie-background: linear-gradient(270deg,#ffca00,#ff9b00);
font-family: "Arial","Helvetica",sans-serif;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border:1px solid #cc7c00;
color:white;
text-shadow:#d08d00 1px 1px 0;
padding:7px 14px;
margin-left:3px;
font-weight:bold;
font-size:12px;
cursor:pointer;
border-image: initial;}
#email-news-subscribe .email-box input.subscribe:hover{
background: #ff9b00;
background-image:-moz-linear-gradient(top,#ffda4d,#ff9b00);
background-image:-webkit-gradient(linear,left top,left bottom,from(#ffda4d),to(#ff9b00));
filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ffffff,endColorStr=#ebebeb);
outline:0;-moz-box-shadow:0 0 3px #999;
-webkit-box-shadow:0 0 3px #999;
box-shadow:0 0 3px #999
background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ffda4d),color-stop(1,#ff9b00));
background:-moz-linear-gradient(center top,#ffda4d 0,#ff9b00 100%);
-pie-background:linear-gradient(270deg,#ffda4d,#ff9b00);
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border:1px solid #cc7c00;
color:#FFFFFF;
text-shadow:#d08d00 1px 1px 0}
#other-social-bar {
background-color: #D8E6EB;
box-shadow: 0 1px 1px #FFFFFF inset;
padding: 0px;
font-family: "Arial","Helvetica",sans-serif;
font-weight:bold;
overflow: hidden;
border: 1px solid #B6D0DA;
height:37px;
}
#other-social-bar ul {list-style: none outside none; padding-left: 4px;}
#other-social-bar .other-follow {
float: left;
color:#1E598E;
overflow: hidden;
height:20px;
padding:5px;
width: 270px;}
#other-social-bar .other-follow ul {
list-style: none outside none;
padding-left: 4px;}
#other-social-bar .other-follow ul li {
font-size: 12px;
font-weight: bold;
display:inline;
border:0;
text-shadow: 1px 1px white;}
#other-social-bar .other-follow ul li a {
font-size: 12px;
color:#1E598E;
font-weight: bold;
display:inline;
text-shadow: 1px 1px white;}
#other-social-bar .other-follow li {
font-size: 12px;
font-weight: bold;
display:inline;
border:0;
text-shadow: 1px 1px white;}
#other-social-bar .other-follow li a {
font-size: 12px;
color:#1E598E;
font-weight: bold;
display:inline;
text-shadow: 1px 1px white;}
#other-social-bar .other-follow li.my-rss {
background: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjwpCenLfT4yg7KwBx21bJaJ97AfJyFXpIajyVPyHAiruiEdbcuFdUwIJoPdyQ-aEQfqRwUGR84EkSr8rR_Wy1MvfjbL-_gvOJakRnEuJ3vYTeGceUuU-fuOr-kfcFWqI1u1iTopOUJcjs/s400/rss-16x16.png') no-repeat transparent;
line-height: 1;
padding: 0px 3px 1px 20px;
width: 60px;
margin-bottom:0px;
margin-left:5px;}

#other-social-bar .other-follow li.my-rss a, #other-social-bar .other-follow li.my-linkedin a, #other-social-bar .other-follow li.my-gplus a{
text-decoration:none;
}
#other-social-bar .other-follow li.my-rss a:hover, #other-social-bar .other-follow li.my-linkedin a:hover, #other-social-bar .other-follow li.my-gplus a:hover{
text-decoration:underline;
}
#other-social-bar .other-follow li.my-linkedin {
background: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg86vF8LWcQ3WNwCu-ikrfNxGTbmPeKSMui-6-cyoQBVJl8zSTe1BZm9SaJeQ9ng6fxziz_gYI_ktiWbtisxV-jNbt9cl6b7tJefyqxoKQokUviV1z35kXoc7088SLSmpdScMq4T2zm2Rg/s400/linkedin-16x16.png') no-repeat transparent;
line-height: 1;
padding: 0px 3px 1px 20px;
width: 60px;
margin-bottom:0px;}
#other-social-bar .other-follow li.my-gplus {
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiyNOMWeM7SRZOOE8EbSjy_C_GPlJ1qmU6Qa0fDx9j2WHlDEvXFOKQyUbJQb0xg6H3QLf-_T5hyphenhyphenuCLWGaP70i2ysaY5nzIOOdiCNyEe8iI6eZNwE8RaiUnYyayfuF8Ob9sUKpYpaQ-Mzy4/s400/gplus-16x16.png) no-repeat transparent;
line-height: 1;
width: 60px;
padding: 0px 3px 1px 20px;
margin-bottom:0px;}
</style>
<!--[if IE]>
<style>
#email-news-subscribe .email-box input.subscribe{
background: #FFCA00;
}
</style>
<![endif]-->
<!--begin of social widget--> <div style="margin-bottom:10px;"> <div id="MBT-mashable-bar" > <!-- Begin Widget --> <div class="fb-likebox"> <!-- Facebook --> <iframe src="//www.facebook.com/plugins/like.php?href=http://facebook.com/bloggertricks&amp;send=false&amp;layout=standard&amp; width=200px&amp;show_faces=true&amp;action=like&amp;colorscheme=light&amp;
font&amp;height=100px&amp;appId=234513819928295" scrolling="no" frameborder="0" style="border:none; overflow:hidden; "></iframe> </div> <div class="googleplus"> <!-- Google --> <span>Recommend us on Google!</span><div class="g-plusone" data-size="medium"></div> <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script> </div> <div class="twitter"> <!-- Twitter --> <iframe title="" style="width: 300px; height: 20px;" class="twitter-follow-button" src="http://platform.twitter.com/widgets/follow_button.html#_=1319978796351&amp;
align=&amp;button=blue&amp;id=twitter_tweet_button_0&amp;
lang=en&amp;link_color=&amp;screen_name=mybloggertricks&amp;show_count=&amp;
show_screen_name=&amp;text_color=" frameborder="0" scrolling="no"></iframe> </div> <div id="email-news-subscribe"> <!-- Email Subscribe --> <div class="email-box">
<form action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=tntbystc', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true">
<input class="email" type="text" style="width: 150px; font-size: 12px;" id="email" name="email" value="Enter Your Email here.." onfocus="if(this.value==this.defaultValue)this.value=&#39;&#39;;" onblur="if(this.value==&#39;&#39;)this.value=this.defaultValue;" />
<input type="hidden" value="tntbystc" name="uri" />
<input type="hidden" name="loc" value="en_US" />
<input class="subscribe" name="commit" type="submit" value="Subscribe" />
</form>
</div> </div> <div id="other-social-bar"> <!-- Other Social Bar --> <ul class="other-follow"> <li class="my-rss"> <a rel="nofollow" title="RSS" href="http://feeds.feedburner.com/tntbystc" target="_blank">RSS Feed</a> </li> <li class="my-linkedin"> <a rel="nofollow" title="linkedin" rel="author" href="LINKEDIN PROFILE LINK" target="_blank">linkedin</a> </li> <li class="my-gplus"> <a rel="nofollow" title="Google Plus" rel="author" href="http://plus.google.com/44448117245314564536" target="_blank">Google Plus</a> </li> </ul> </div> <div id="mashable" style="background: #EBEBEB;border: 1px solid #CCC;border-top: 1px solid white;padding: 1px 8px 1px 3px;text-align: right;border-image: initial;font-size:10px;font-family: "arial","helvetica",sans-serif;"> <span class="author-credit" style="font-family: Arial, Helvetica, sans-serif;"><a href="http://www.exeideas.com" target="_blank" >Want This »</a></span></div></div>
<!-- End Widget --> </div> <!--end of social widget-->



Make these important changes:
Replace bloggertricks with your Facebook username
Replace mybloggertricks with your twitter username
Replace tntbystc with your Feedburner title. Your Feedburner title is the word added at the end of your Feedburner link. Example:http://feeds.feedburner.com/tntbystc
Replace http://feeds.feedburner.com/tntbystc with your feedburner link.
Replace LINKEDIN PROFILE LINK with your Linkedin profile link
Replace http://plus.google.com/44448117245314564536 with your Google Plus profile link

5. Hit save and you are all done!

Further Customization:
I have set the width of the widget to 300px. If in case your sidebar is small or big, you may then have to adjust the two width values in brown highlight color. The first will set the width of the entire container and the second value will set the width of the subscription input box.
Read More ...

How To Add Facebook Like-Send, Tweet, Google + Button For Blog & Website


Even though Facebook Like & Send, Twitter Tweet and Google +1 social sharing buttons can be added easily enough by following their respective tutorials, aligning them perfectly side by side is a bit tricky. Several readers were having trouble with the alignment and contacted me for help.
Rather than attempting to explain how to align your existing buttons, I think it’s easier to just give you a new set of codes for the buttons with the alignment built in. Simply remove your existing buttons and add the new code using the following steps:

Go to Design > Edit HTML (New interface: Template > Edit HTML).

Back up your template.
Tick the Expand Widget Templates checkbox on top right of the code window.

Find </head> And Paste The Below Code Just Above It.


<script type="text/javascript" src="http://apis.google.com/js/plusone.js"> {lang: 'en-US'} </script>

Next, look for <data:post.body/> tag and paste the following code immediately above it:



<!-- Scripts Start -->
<b:if cond='data:post.isFirstPost'>
<!-- Facebook -->
<div id='fb-root'/>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = &quot;http://connect.facebook.net/en_US/all.js#xfbml=1&quot;;
fjs.parentNode.insertBefore(js, fjs);
}(document, &#39;script&#39;, &#39;facebook-jssdk&#39;));
</script>
<!-- Google +1 -->

<!-- Twitter -->
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=&quot;//platform.twitter.com/widgets.js&quot;;fjs.parentNode.insertBefore(js,fjs);}}(document,&quot;script&quot;,&quot;twitter-wjs&quot;);</script>
</b:if>
<!-- Scripts End -->
<!-- Horizontal social buttons Start -->
<b:if cond='data:blog.pageType != &quot;static_page&quot;'>
<div class='horizontal-social-buttons' style='padding:5px 0 5px;'>
<!-- Twitter -->
<div style='float:left;'>
<a class='twitter-share-button' data-count='horizontal' data-lang='en' data-related='' data-via='' expr:data-text='data:post.title' expr:data-url='data:post.url' href='https://twitter.com/share'>Tweet</a>
</div>
<!-- Google +1 -->
<div style='float:left'>
<g:plusone size="medium" expr:href="data:post.canonicalUrl"/>
</div>
<!-- Facebook Like+Send -->
<div style='float:left;'>
<fb:like colorscheme='light' expr:href='data:post.url' font='' layout='button_count' send='true' show_faces='false'/>
</div>
</div>
</b:if>
<div style='clear: both;'/>
<!-- Horizontal social buttons End -->

Button positioning :
To position the buttons at the bottom of post, place the code below (instead of above) <data:post.body/>.
Preview before saving.


Read More ...

How To Add Thumbnail J-Query Slider For Blog And Website


Flow Slider is a content slider jQuery plugin that lets you slide your HTML content. This free content slider is optimized to run smoothly and programmed to save the precious CPU time of your browser.

Flow Slider is extremely easy to set-up and allows you to select from a range of transition effects or add your own, change settings, attach events, interact with the slider, and dress it in any design.
Compatibility: All Major Browsers
Read More ...

Facebook, Twitter, Google Plus, Subscribe E-Mail J-Query PoP Out Widgets For Your Blog & Website


Here Is The Screen Shoot And Demo Is Right Here --->







PART 1 :
CSS Code:
Go To Blogger >> Template >> Edit Html
Search For The Code ]]></b:skin>
Add Below CSS Code Above It:

#on {visibility:visible;}
#off {visibility:hidden;}
#facebook_div {width:196px;height: 353px;overflow: hidden;}
#twitter_div {width:246px;height: 353px;overflow: hidden;}
#google_plus_div {width:200px;height: 143px;overflow: hidden;}
#knfeedburner_div {width:300px;height: 97px;overflow: hidden;}
#facebook_right {z-index: 10005;border:2px solid #3c95d9;background-color: #fff;width:196px;height: 353px;position: fixed;right: -200px;}
#facebook_right img {position: absolute;top: -2px;left: -35px;}
#facebook_right iframe {border:0px solid #3c95d9;overflow: hidden;position: static;height: 360px;left:-2px;top:-3px;}
#twitter_right {z-index: 10004;border:2px solid #6CC5FF;background-color: #6CC5FF;width:246px;height: 353px;position: fixed;right: -250px;}
#twitter_right_img {position: absolute;top: -2px;left: -35px;border: 0;}
#google_plus_right {z-index: 10003;background-color: #006ec9;border:2px solid #006ec9;border-top:2px solid #0056a0;border-bottom: 2px solid #0056a0;border-right:2px solid #0056a0;border-left: hidden;width:200px;height: 143px;position: fixed;right: -203px;}
#google_plus_right_img {position: absolute;top: -2px;left: -33px;border: 0;}
#feedburner_right {z-index: 10002;background-color: #fefefe;border:2px solid #5b5b5b;border-top:2px solid #5b5b5b;border-bottom: 2px solid #5b5b5b;border-right:2px solid #5b5b5b;border-left: hidden;width:300px;height: 97px;position: fixed;right: -303px;}
#feedburner_right_img {position: absolute;top: -2px;left: -33px;border: 0;}






PART 2 :
J-Query Code:
Go To Blogger >> Template >> Edit Html
Search for the code </head>
Add below jquery code above it

<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js' type='text/javascript'></script>
<script type='text/javascript'>
jQuery(document).ready
(function(){jQuery("#facebook_right").hover(function(){ jQuery(this).stop(true,false).animate({right: 0}, 500); },
function(){ jQuery("#facebook_right").stop(true,false).animate({right: -200}, 500); });
jQuery("#twitter_right").hover(function(){ jQuery(this).stop(true,false).animate({right: 0}, 500); },
function(){ jQuery("#twitter_right").stop(true,false).animate({right: -250}, 500); });
jQuery("#google_plus_right").hover(function(){ jQuery(this).stop(true,false).animate({right: 0}, 500); },
function(){ jQuery("#google_plus_right").stop(true,false).animate({right: -203}, 500); });
jQuery("#feedburner_right").hover(function(){ jQuery(this).stop(true,false).animate({right: 0}, 500); },
function(){ jQuery("#feedburner_right").stop(true,false).animate({right: -303}, 500); }); });
</script>



PART 3 :
HTML Code:
Go To Blogger->>Layout >>Add HTML-CSS-JAVASCRIPT Gadget
Add Below HTML Code In It:


<div id="on">
<div id="facebook_right" style="top: 18%;">
<div id="facebook_div">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg37Hv-expjKivoqo9NPyLcqtanZS6PqX3nz80-wUQRQRw0FaiwoIc2QQwfe-08o3nWN5GnI_HkHIsm0hVqI4yX3IXMLG4Xh71VmrZ1wpsm5rRMAvWk23M7YBsgclnfNAYaWJV3pUxN8g/s1600/Facebook.png" alt="" />
<iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Ffacebook.com%2FEXEIdeas2010&amp;locale=en_GB&amp;width=200&amp;connections=9&amp;stream=&amp;header=false&amp;show_faces=0&amp;height=356" scrolling="no"></iframe>
</div>
</div>
</div>
<div id="on">
<div id="twitter_right" style="top: 35%;">
<div id="twitter_div">
<img id="twitter_right_img" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi6gjS2XI2HelzVIph16vqDiMDVikFtA0o9fGt3ikJRpOhSnQlI8_fZAo4jT2JqKDM6L4_eTH3qw7Js9jmnwRqGMX1IQdKIFRoEY4_L4HMWtlo-wpuJEtwTaI9UYiJTtHra0fwMusk4pQ/s1600/Twitter.png" />
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 4,
interval: 1000,
width: 246,
height: 265,
theme: {
shell: {
background: '#63BEFD',
color: '#FFFFFF'
},
tweets: {
background: '#FFFFFF',
color: '#000000',
links: '#47a61e'}
},
features: {
loop: false,live: true,
scrollbar: false,hashtags: false,timestamp: true,avatars: true,behavior: 'all' }
}).render().setUser('EXEIdeas').start();
</script>
</div>
</div>
</div>
<div id="on">
<div id="google_plus_right" style="top: 52%;">
<div id="google_plus_div">
<img id="google_plus_right_img" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjV7kx0Sl1Xi_sodzfZVDLYOWN5hLLktF1L4UyrZ0SYB30HNe7qqz9T52yhiSqV62DQoRMPhyphenhyphenzxYqet-7WrRT2R7v3D5XUyFtRXWkrXBZf-H0gHMMroRigLF5lQLoEJaVpM0SekUI3xHg/s1600/Google+Plus.png" />
<div style="float:left;margin:1px 0px 0px 2px;"><script type="text/javascript">mbgc='006ec9';ww='200';mbc='006ec9';bbc='006ec9';bmobc='3b71c6';bbgc='006ec9';bmoc='3F79D5';bfc='FFFFFF';bmofc='ffffff';tlc='ffffff';tc='ffffff';nc='ffffff';bc='ffffff';l='y';t='Add_Me_To';fs='20';fsb='13';bw='3F79D5';ff='4';pc='4889F0';b='0'; pid='102256859586166648016';</script><script type="text/javascript" src="http://widgetsplus.com/google_plus_widget.js"></script></div>
</div>
</div>
</div>
<div id="on">
<div id="feedburner_right" style=" top: 69%;">
<div id="knfeedburner_div">
<center><br />.
<h4 style="color:#F66303;">You Can Also Receive Free E-Mail Updates:</h4>
<form action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=EXEIdeas', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true"><input gtbfieldid="10" class="enteryouremail" name="email" value="Enter Your E-Mail Here..." onblur="if (this.value == &#39;&#39;) {this.value = &#39;Enter Your E-Mail Here...&#39;;}" onfocus="if (this.value == &#39;Enter Your E-Mail Here...&#39;) {this.value = &#39;&#39;;}" type="text" /><input value="EXEIdeas" name="uri" type="hidden" /><input value="Submit" class="submitbutton" type="submit" /></form>
</center>
<img id="feedburner_right_img" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgk-6hTCQX-JGspXxy94D39yHmVsES8aHgYvalJ4MTUc8eaxnASpNoTzSzYZ241oVDoPWOqe1jtfw-HSCSrJVx8KAp-V2iDJvtjUMEJqzAK41oDJnkUTFt-32kptZjgk6AV4fCnghh_Ew/s1600/Subscribe.png" />
</div>
</div>
</div>



Done, Now Change Red Text To Your Desire One.
Read More ...

Social Sharing Widget For Blog, Website

From This You Can Share Your Article And Post To Any Social Network By Placing The Gadget On Your Blog, Website Or Browser. Just Go To WWW.SHAREAHOLIC.COM And Create An Account For Free And Get Widget...........
Founded in 2008, Shareaholic is a leader in making content sharing on the web faster and easier while also making it simple for web publishers, advertisers and mainstream businesses to measure the effectiveness of their content.
With more than 2 million browser plugin installations for Chrome, Firefox, Safari and more and its growing publisher network of over 200,000 websites using Shareaholic’s content sharing tools which are available for any website including WordPress and Tumblr, Shareholic reaches more than 250 million unique monthly visitors and has permission to an unparalleled amount of aggregate social data and reach to create targetable audiences for advertisers. This data drives even more quality visibility, traffic, leads and views to websites and content through real-time bidding advertising platforms.
For updates, you should follow Shareaholic on Twitter and Facebook. For more information about the company, please follow the navigation links on the pics.
Shareaholic

Read More ...

Facebook Corner Widget For Websites And Blog


It Will Appear At Top Right Corner Of Your Blog Or Website And Float Through Your Page.
Just Copy Paste Below Code And Paste It Into HTML-JAVASCRIPT Gadget In Blogger.

<style type="text/css">
#facebook {position: fixed;top: 0;right: 0;z-index: 9997;cursor: pointer;}
</style>
<a target="_blank" id="facebook" href="http://www.facebook.com/EXEIdeas2010/"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgeE2pkGQaC0xa94bkqkSCq2cI4Wv15_sYq4bBhPF6Qzv2xb48l5ps74qX93nQ4xPvPEykISrXsiUsE-Ff9ERkuKmDzvlHibTrm5UcEEQWo0MKG6mkGN2JaB_cPFPw9Au6bjgNMyJzKRg/s1600/JoinUsOnFacebook.png" alt="Join Me On Facebook" /></a>



http://www.facebook.com/EXEIdeas2010
Change This With Your Existing Page URL.


Read More ...

MultiLevel DropDown Floating Menu WithOut J-Query (Only HTML-CSS)

I’ve had a few requests from readers asking how to install a dropdown menu without j-query due to heavy load. So here it is, a multi level dropdown/flyout menu. The original code is from CSSPlay. I modified the CSS part a little to adapt to Blogger template. This four level dropdown/flyout menu should work in most browsers. A tab with small caps indicates it has upper level/levels. A dropdown/flyout will appear when you hover the tab.

Installing The Menu:
First Have A Look On Image Or See The Demo Above
Click On The Image To Zoom It


Go to "Edit HTML".
Find </head> Tag And Copy-Past The Below Code Just After It.
HTML Code

<!-- Dropdown HTML Menu Start -->
<div id="menu">
<ul class="level1">
<li class="level1-li"><a class="level1-a" href="#url">Home</a></li>
<li class="level1-li"><a class="level1-a fly" href="#url">Contact Us<!--[if gte IE 7]><!--></a><!--<![endif]-->
<!--[if lte IE 6]><table><tr><td><![endif]-->
<ul class="level2">
<li><a href="#url">Email</a></li>
<li><a href="#url">Telephone</a></li>
<li><a href="#url">Online Form</a></li>
<li><a href="#url">Snail Mail Address</a></li>
</ul>
<!--[if lte IE 6]></td></tr></table></a><![endif]--></li>
<li class="level1-li"><a class="level1-a fly" href="#url">Resort<!--[if gte IE 7]><!--></a><!--<![endif]-->
<!--[if lte IE 6]><table><tr><td><![endif]-->
<ul class="level2">
<li><a href="#url">Ski Hire Facilities</a></li>
<li><a class="fly" href="#url">Main Ski Slopes<!--[if gte IE 7]><!--></a><!--<![endif]-->
<!--[if lte IE 6]><table><tr><td><![endif]-->
<ul class="level3">
<li><a href="#url">Beginners Slopes</a></li>
<li><a href="#url">Intermediate Slopes</a></li>
<li><a class="fly" href="#url">Advanced Skill Levels<!--[if gte IE 7]><!--></a><!--<![endif]-->
<!--[if lte IE 6]><table><tr><td><![endif]-->
<ul class="level4">
<li><a href="#url">Local</a></li>
<li><a href="#url">Nearby</a></li>
<li><a href="#url">With instructor</a></li>
<li><a href="#url">Snow boarding</a></li>
</ul>
<!--[if lte IE 6]></td></tr></table></a><![endif]--></li>
<li><a href="#url">Expert</a></li>
</ul>
<!--[if lte IE 6]></td></tr></table></a><![endif]--></li>
<li><a href="#url">Night Life</a></li>
<li><a class="fly" href="#url">Restaurants<!--[if gte IE 7]><!--></a><!--<![endif]-->
<!--[if lte IE 6]><table><tr><td><![endif]-->
<ul class="level3">
<li><a href="#url">Snow Hotel</a></li>
<li><a href="#url">The Snowman</a></li>
<li><a href="#url">Ice Cavern</a></li>
<li><a href="#url">Ski Inn</a></li>
</ul>
<!--[if lte IE 6]></td></tr></table></a><![endif]--></li>
<li><a class="fly" href="#url">Car Hire<!--[if gte IE 7]><!--></a><!--<![endif]-->
<!--[if lte IE 6]><table><tr><td><![endif]-->
<ul class="level3">
<li><a href="#url">From Airport</a></li>
<li><a href="#url">In Resort</a></li>
<li><a href="#url">Multiple Resorts</a></li>
</ul>
<!--[if lte IE 6]></td></tr></table></a><![endif]--></li>
</ul>
<!--[if lte IE 6]></td></tr></table></a><![endif]--></li>
<li class="level1-li"><a class="level1-a fly" href="#url">Surrounding Area<!--[if gte IE 7]><!--></a><!--<![endif]-->
<!--[if lte IE 6]><table><tr><td><![endif]-->
<ul class="level2">
<li><a href="#url">Where to go</a></li>
<li><a href="#url">What to do</a></li>
<li><a href="#url">Places of interest</a></li>
<li><a href="#url">National parks &amp; Museums</a></li>
</ul>
<!--[if lte IE 6]></td></tr></table></a><![endif]--></li>
<li class="level1-li"><a class="level1-a" href="#url">Privacy</a></li>
<li class="level1-li"><a class="level1-a" href="#url">About Us</a></li>
<li class="level1-li"><a class="level1-a" href="#url">Contact Us</a></li>
<li class="level1-li"><a class="level1-a" href="#url">SiteMap</a></li>
<li class="level1-li"><a class="level1-a" href="#url">Official Website</a></li>
<li class="level1-li left"><a class="level1-a fly" href="#url">Information<!--[if gte IE 7]><!--></a><!--<![endif]-->
<!--[if lte IE 6]><table><tr><td><![endif]-->
<ul class="level2">
<li><a href="#url">Money Exchange</a></li>
<li><a class="fly" href="#url">Resort Essential Information<!--[if gte IE 7]><!--></a><!--<![endif]-->
<!--[if lte IE 6]><table><tr><td><![endif]-->
<ul class="level3">
<li><a href="#url">Lift Passes</a></li>
<li><a href="#url">Insurance</a></li>
<li><a class="fly" href="#url">Gear Rental<!--[if gte IE 7]><!--></a><!--<![endif]-->
<!--[if lte IE 6]><table><tr><td><![endif]-->
<ul class="level4">
<li><a href="#url">Boots</a></li>
<li><a href="#url">Skis</a></li>
<li><a href="#url">Ski Wear</a></li>
<li><a href="#url">Goggles</a></li>
</ul>
<!--[if lte IE 6]></td></tr></table></a><![endif]--></li>
<li><a href="#url">Ski Schools</a></li>
<li><a href="#url">Snow Report</a></li>
</ul>
<!--[if lte IE 6]></td></tr></table></a><![endif]--></li>
<li><a class="fly" href="#url">Language<!--[if gte IE 7]><!--></a><!--<![endif]-->
<!--[if lte IE 6]><table><tr><td><![endif]-->
<ul class="level3">
<li><a href="#url">Austrian</a></li>
<li><a href="#url">German</a></li>
<li><a href="#url">French</a></li>
<li><a href="#url">English</a></li>
</ul>
<!--[if lte IE 6]></td></tr></table></a><![endif]--></li>
<li><a href="#url">Short Breaks</a></li>
</ul>
<!--[if lte IE 6]></td></tr></table></a><![endif]--></li>
</ul>
</div>
<!-- Dropdown HTML Menu End -->


Than Again Find ]]></b:skin> And Copy-Paste The Below Code Just Above It.
CSS Code 


#menu { background-color: #ba1eaa;
background-image: -moz-linear-gradient(#04acec,  #ba1eaa);
background-image: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#ba1eaa));
background-image: -webkit-linear-gradient(#04acec, #ba1eaa);
background-image: -o-linear-gradient(#04acec, #ba1eaa);
background-image: -ms-linear-gradient(#04acec, #ba1eaa);
background-image: linear-gradient(#04acec, #0186ba);
                height:35px;; text-align:center; position:fixed; z-index:20; right: 0%; left: 0%;}
#menu ul {margin:0; padding:0; list-style:none; white-space:nowrap; text-align:left;}
#menu ul {display:inline-block;}
#menu li {margin:0; padding:0; list-style:none;}
#menu li {clear:both;float:none;}
#menu ul ul {position:absolute; left:-9999px;}
#menu ul.level1 {margin:0 auto;}
#menu ul.level1 li.level1-li {float:left; display:block; position:relative;clear:none;}
#menu ul.level1 {
background-color: #ba1eaa;
background-image: -moz-linear-gradient(#04acec, #ba1eaa);
background-image: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#ba1eaa));
background-image: -webkit-linear-gradient(#04acec, #ba1eaa);
background-image: -o-linear-gradient(#04acec, #ba1eaa);
background-image: -ms-linear-gradient(#04acec, #ba1eaa);
background-image: linear-gradient(#04acec, #0186ba)
}
#menu ul.level2 {
background-color: #ba1eaa;
background-image: -moz-linear-gradient(#04acec, #ba1eaa);
background-image: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#ba1eaa));
background-image: -webkit-linear-gradient(#04acec, #ba1eaa);
background-image: -o-linear-gradient(#04acec, #ba1eaa);
background-image: -ms-linear-gradient(#04acec, #ba1eaa);
background-image: linear-gradient(#04acec, #0186ba)
height:35px; width:250px;}
#menu ul.level3 {
background-color: #ba1eaa;
background-image: -moz-linear-gradient(#04acec, #ba1eaa);
background-image: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#ba1eaa));
background-image: -webkit-linear-gradient(#04acec, #ba1eaa);
background-image: -o-linear-gradient(#04acec, #ba1eaa);
background-image: -ms-linear-gradient(#04acec, #ba1eaa);
background-image: linear-gradient(#04acec, #0186ba)
height:35px; width:250px;}
#menu ul.level4 {
background-color: #ba1eaa;
background-image: -moz-linear-gradient(#04acec, #ba1eaa);
background-image: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#ba1eaa));
background-image: -webkit-linear-gradient(#04acec, #ba1eaa);
background-image: -o-linear-gradient(#04acec, #ba1eaa);
background-image: -ms-linear-gradient(#04acec, #ba1eaa);
background-image: linear-gradient(#04acec, #0186ba)
height:35px; width:250px;}
#menu b {position:absolute;} /* -- for IE6 non-flyout dropdowns to stop flickering - who knows why --*/
#menu a {display:block; font:normal 14px Arial; color:#fff; line-height:35px; text-decoration:none;padding:0px 15px 0 15px;outline:none;}
#menu ul.level1 li.level1-li a.level1-a {float:left;}
#menu ul li:hover > ul {visibility:visible; left:0; top:35px;}
#menu ul ul li:hover > ul {visibility:visible; left:100%; top:auto; margin-top:-35px;}
#menu li.left:hover > ul {visibility:visible; left:auto; right:0; top:25px;}
#menu li.left ul li:hover > ul {visibility:visible; left:auto; right:100%; top:auto; margin-top:-25px;}
#menu a:hover ul {left:0; top:30px;}
#menu li.left a:hover ul {left:auto; right:-1px; top:30px;}
#menu li.left ul a {text-align:right; padding:0 15px 0 15px;}
#menu a:hover a:hover ul,
#menu a:hover a:hover a:hover ul {left:100%; visibility:visible;}
#menu li.left a:hover a:hover ul,
#menu li.left a:hover a:hover a:hover ul {left:auto; right:0; visibility:visible;}
#menu a:hover ul ul,
#menu a:hover a:hover ul ul {left:-9999px;}
#menu li.left a:hover ul ul,
#menu li.left a:hover a:hover ul ul {left:-9999px;}
#menu li a.fly {font-variant: small-caps;}
#menu li.left ul a.fly {font-variant: small-caps;}
#menu li a:hover,
#menu li a.fly:hover {
background-color: #ba1eaa;
background-image: -moz-linear-gradient(#04acec, #ba1eaa);
background-image: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#ba1eaa));
background-image: -webkit-linear-gradient(#04acec, #ba1eaa);
background-image: -o-linear-gradient(#04acec, #ba1eaa);
background-image: -ms-linear-gradient(#04acec, #ba1eaa);
background-image: linear-gradient(#04acec, #0186ba)
}
#menu li:hover > a,
#menu ul li:hover > a.fly {
background-color: #ba1eaa;
background-image: -moz-linear-gradient(#04acec, #ba1eaa);
background-image: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#ba1eaa));
background-image: -webkit-linear-gradient(#04acec, #ba1eaa);
background-image: -o-linear-gradient(#04acec, #ba1eaa);
background-image: -ms-linear-gradient(#04acec, #ba1eaa);
background-image: linear-gradient(#04acec, #0186ba)
}
#menu table {position:absolute; height:0; width:0; left:0; border-collapse:collapse; margin-top:-4px;}
#menu table table {position:absolute; left:99%; height:0; width:0; border-collapse:collapse; margin-top:-29px;}
#menu li.left table {position:absolute; height:0; width:0; left:auto; right:0; border-collapse:collapse; margin-top:-4px;}
#menu li.left table table {position:absolute; left:auto; right:100%; height:0; width:0; border-collapse:collapse; margin-top:-29px;}
#menu ul, .tabs-outer {overflow:visible;}
#menu li a {border: none;}
.main-outer {z-index:10;}/*for IE*/
.tabs-outer {z-index:11;}/*for IE*/



Click Save Template And Enjoy.If You Have Any Error Please Contact Me.

Don't Forget To Say Thanks
Read More ...

About Me

Hi, I am Muhammad Saalim, Co-Founder of EXEIdeas International and CEO of bord4banned. I am here to share my experiences with you and to help those who can help themselves.

Follow Me



Join Our Official FaceBook Group To Stay With Us.

Caution!

All data, codes, articles, tips and tricks etc, posted here are copyright work of MyTutspot.Blogspot, and are protected with DMCA. Any one, found to be thefting any data, will be under LEGAL ACTION.

My Tutspot.Blogspot 2018 All Rights Reserved
Designed by born4banned | A Project of EXEIdeas International