Search Results for: ai

Another Pure CSS3 Multi Level Drop Down Menu V3

Menu v3After getting some positive comments, search engine visitors of previous Drop Down Menus V1 and Pure CSS3 Menu V3. We decided to release Another Pure CSS3 Drop Down Menu V3 For Blogger. This Multi Level Drop Down Menu is modifed version of previous css3 menu v2. I had added some cool features to this menu. This menu is a Stylish Pure CSS3 Multi Level Drop Down Menu For Blogger. It is compatible for almost all browsers like Mozilla Firefox and Google Chrome etc but the rounded corners and shadow will not be rendered properly. This Multi Level Drop Down Menu is only available on WordPress but I had converted it into Blogger users and had made installation so easy you just need to copy and paste menu code in your blogger blog widget. This Menu  is provided by Script-Tutorials guys and it is widgetized and made compatible with Blogspot blog platform by ABT.

See Also

Another Pure CSS3 Multi Level Drop Down Menu V3 Preview

drop down menu pure v3

Live Demo

 

Add Pure CSS3 Multi Level Drop Down Menu V3 To Blogger

Adding CSS Code

  1. Go To Blogger > Layout > Edit HTML
  2. Search For ]]></b:skin>
  3. And paste the code below just above ]]></b:skin>
/* main menu styles by AllBloggingTips */
#nav {
display:inline-block;
width:100%;
margin:0px auto;
padding:0;
background:#335599 url(http://2.bp.blogspot.com/-FVx5AvxIkpg/TzP9VsBWmrI/AAAAAAAAAVk/5D5V1QHAhOQ/s320/bg-ABT.png) repeat-x 0 -110px;border-radius:10px; /*some css3*/
-moz-border-radius:10px;
-webkit-border-radius:10px;
box-shadow:0 2px 2px rgba(0,0,0, .5);
-moz-box-shadow:0 2px 2px rgba(0,0,0, .5);
-webkit-box-shadow:0 2px 2px rgba(0,0,0, .5);
}
#nav li {
margin:10px;
float:left;
position:relative;
list-style:none;
}
#nav a {
font-weight:bold;
color:#e7e5e5;
text-decoration:none;
display:block;
padding:8px 20px;border-radius:10px; /*some css3*/
-moz-border-radius:10px;
-webkit-border-radius:10px;
text-shadow:0 2px 2px rgba(0,0,0, .7);
}/* selected menu element */
#nav .current a, #nav li:hover > a {
background:#7788aa url(http://2.bp.blogspot.com/-FVx5AvxIkpg/TzP9VsBWmrI/AAAAAAAAAVk/5D5V1QHAhOQ/s320/bg-ABT.png) repeat-x 0 -20px;
color:#000;
border-top:1px solid #f8f8f8;box-shadow:0 2px 2px rgba(0,0,0, .7); /*some css3*/
-moz-box-shadow:0 2px 2px rgba(0,0,0, .7);
-webkit-box-shadow:0 2px 2px rgba(0,0,0, .7);
text-shadow:0 2px 2px rgba(255,255,255, 0.7);
}/* sublevels */
#nav ul li:hover a, #nav li:hover li a {
background:none;
border:none;
color:#000;
}
#nav ul li a:hover {
background:#335599 url(http://2.bp.blogspot.com/-FVx5AvxIkpg/TzP9VsBWmrI/AAAAAAAAAVk/5D5V1QHAhOQ/s320/bg-ABT.png) repeat-x 0 -100px;
color:#fff;border-radius:10px; /*some css3*/
-moz-border-radius:10px;
-webkit-border-radius:10px;
text-shadow:0 2px 2px rgba(0,0,0, 0.7);
}#nav ul li:first-child > a {
-moz-border-radius-topleft:10px; /*some css3*/
-moz-border-radius-topright:10px;
-webkit-border-top-left-radius:10px;
-webkit-border-top-right-radius:10px;
}
#nav ul li:last-child > a {
-moz-border-radius-bottomleft:10px; /*some css3*/
-moz-border-radius-bottomright:10px;
-webkit-border-bottom-left-radius:10px;
-webkit-border-bottom-right-radius:10px;
}/* drop down */
#nav li:hover > ul {
opacity:1;
visibility:visible;
}
#nav ul {
opacity:0;
visibility:hidden;
padding:0;
width:175px;
position:absolute;
background:#aabbcc url(http://2.bp.blogspot.com/-FVx5AvxIkpg/TzP9VsBWmrI/AAAAAAAAAVk/5D5V1QHAhOQ/s320/bg-ABT.png) repeat-x 0 0;
border:1px solid #7788aa;border-radius:10px; /*some css3*/
-moz-border-radius:10px;
-webkit-border-radius:10px;
box-shadow:0 2px 2px rgba(0,0,0, .5);
-moz-box-shadow:0 2px 2px rgba(0,0,0, .5);
-webkit-box-shadow:0 2px 2px rgba(0,0,0, .5);-moz-transition:opacity .25s linear, visibility .1s linear .1s;
-webkit-transition:opacity .25s linear, visibility .1s linear .1s;
-o-transition:opacity .25s linear, visibility .1s linear .1s;
transition:opacity .25s linear, visibility .1s linear .1s;
}
#nav ul li {
float:none;
margin:0;
}
#nav ul a {
font-weight:normal;
text-shadow:0 2px 2px rgba(255,255,255, 0.7);
}
#nav ul ul {
left:160px;
top:0px;
}

 

Adding HTML of Menu

  1. Go To Blogger > Design
  2. Click choose a gadget
  3. Select HTML/javascript widget
  4. Paste the following code inside it
    <ul id="nav">
        <li><a href="#">Home</a></li>
        <li><a href="#">Tutorials</a>
            <ul>
                <li><a href="#">HTML / CSS</a></li>
                <li><a href="#">JS / jQuery</a>
                    <ul>
                        <li><a href="#">jQuery</a></li>
                        <li><a href="#">JS</a></li>
                    </ul>
                </li>
                <li><a href="#">PHP</a></li>
                <li><a href="#">MySQL</a></li>
                <li><a href="#">XSLT</a></li>
                <li><a href="#">Ajax</a></li>
            </ul>
        </li>
        <li><a href="#">Resources</a>
            <ul>
                <li><a href="#">By category</a>
                    <ul>
                        <li><a href="#">PHP</a></li>
                        <li><a href="#">MySQL</a></li>
                        <li><a href="#">XSLT</a></li>
                        <li><a href="#">Ajax</a></li>
                    </ul>
                </li>
                <li><a href="#">By tag name</a>
                    <ul>
                        <li><a href="#">captcha</a></li>
                        <li><a href="#">gallery</a></li>
                        <li><a href="#">animation</a></li>
                    </ul>
                </li>
            </ul>
        </li>
        <li><a href="#">About</a></li>
        <li><a href="http://www.allbloggingtips.com">Go Back To The Tutorial</a></li>
    </ul>

Now kindly make these customization changes to add your own links to menu:

  • Each TAB can be edited by directly understanding the following HTML code,

<li><a href=”#“>TAB TEXT</a></li>

In each case replace the hash sign (#) with your page URL or link and replace the text with your page title. I have kept the page titles unchanged in the code above so that you could easily edit them by seeing the demo.

 

Credits

This Another Pure CSS3 Multi Level Drop Down Menu V3 For Blogger is first shared on AllBloggingTips. Bloggers are requested to link back if they are going to share above widget with there visitors.

Confused or Need Help?

If you need some extra help in removing rows or columns then please feel free to post your questions. You can discus it as much with me as possible. This will help others to better understand on how to make further changes. :D

Add Simple Yet Cool Search Box Widget In Blogger

searchbox-abt

When ever visitor see your blog article and again want to read so he want to search your blog. Here I share a Add Simple Yet Cool Search Box Widget In Blogger. Follow following steps to Add Simple Yet Cool Search Box Widget In Blogger.

Live Demo

How to Install Search Box Widget?

Adding CSS Code

  1. Go To Blogger > Layout > Edit HTML
  2. Search For ]]></b:skin>
  3. And paste the code below just above ]]></b:skin>
.sbox{padding:4px;border-radius:6px;
margin:6px 2px 6px 1px;
background:#f9f9f9 ;
border:1px solid #ccc;
resize:none;
box-shadow:inset 1px 1px 1px rgba(0,0,0,0.1);
-moz-box-shadow:inset 1px 1px 1px rgba(0,0,0,0.1);
-webkit-box-shadow:inset 1px 1px 1px rgba(0,0,0,0.1); font-size:13px;
width:176px;
color:#666;
}.sbutton{
background:#9B9895;
cursor:pointer;
color:#fff;
border:none;
padding:4px;
text-shadow:0 -1px 1px rgba(0,0,0,0.25);
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px; margin-left:8px;
font:12px sans-serif;
}
.sbutton:hover{
background:#336699;
}

Adding Cool Search Box Widget with hover in sidebar

  1. Go To Blogger > Design
  2. Click choose a gadget
  3. Select HTML/javascript widget
  4. Paste the following code inside it
<div class=’searchform’>
<form method=”get” id=”searchform” action=”/search”>
<table width=”100%”>
<tr>
<td><input type=”text” style=”width:98%;padding:2px;” value=”Search this blog…” onfocus=”if (this.value == &quot;Search this blog…&quot;) {this.value = &quot;&quot;}” onblur=”if (this.value == &quot;&quot;) {this.value = &quot;Search this blog…&quot;;}” name=”q” id=”sbox” /></td>
<td width=”75px”><input type=”button” value=”Search” id=”sbutton” alt=”” /></td>
</tr>
</table>
</form>
</div>

I will add some Cool Search boxes with Different Color Schemes, SO Keep Updated…  or Subscribe to Our Free Mail Updates!

Credits

This Simple Yet Cool Search Box Widget is first shared on AllBloggingTips. Bloggers are requested to link back if they are going to share above widget with there visitors.

 

7 Ways To Find Unique Blog Post Ideas For Your Blog

Fin ideas dailySometimes all you need is a good idea. This is more so if you happen to be a blogger. A lot of bloggers have enough time on their hands to blog everyday yet they seem to be lacking ideas. If you are facing a dearth of ideas for blog posts, you are certainly not alone. For bloggers who want to write good quality content that is interesting, a dearth of blog post ideas is something they have to deal with often. But don’t worry. There are ways in which you can find unique blog post ideas for your blog. You can also use random word generator to find some keyword ideas for next log post. Here’s how.

  1. Forums are a great place to pick out new ideas for your blog. Lots of people log into popular forums everyday to express their thoughts, ideas and opinions. Visit such forums that are related to the niche your blog deals with and see what people are interested about and are talking on. This will give you some pretty good ideas about topics to write about. For example, if your blog is about parenting, visit forums which have lots of moms and dads coming in and find out what interests them.
  2. Social bookmarking sites are another place where you can get unique idea of what to write on your blog. Sites like Digg and StumbleUpon have articles on their home pages which indicate that those are the topics people searched on recently. This will give you a good idea of what to write on the niche you are interested in.
  3. The blog comment section of other blogs is a wonderful place to go visit for unique new ideas. Yes, that’s right. Visit blogs which are related to the topic your blog is about and find out what people are commenting and discussing in the comments section. Often, you will find ideas that are fantastic and worth writing about.
  4. You can also go to related blogs for ideas for posts. Go to the archive section of the blog and find out what is being written about. That does not however mean that you copy ideas and stuff. The idea is more about finding topics that interest you and something that you wish to write about.
  5. New sites are a wonderful place to get unique ideas for your blog. Good news sites like the ones by Yahoo and Google are places where the latest and most happening news from all around the globe are reported. You can easily find lots of things to write about, especially if your blog deals with current affairs.
  6. There are quite a few popular ‘questions and answers’ websites on the internet. Yahoo Answers, Wiki Answers and Google Answers are just a few of them. Here people come in to put up their questions and want answers. They are great for finding new ideas for blog posts.
  7. Interview someone you admire. It could be a fellow blogger, a person you admire or your aunt. Only thing, the interview has to be interesting and worthy of reading.

 

Rajkumar Jonnala likes to write about topics on IT, Science and Technology related to server rack and rack cabinets.

Write For Us

Thank you for your interest guest posting on our blog. Unfortunately, due to high volume of spam requests. We have decided to stop entertaining any guest posting requests at this time. Please check back later.

Click here to go back to homepage.

Last updated: June 30, 2024.

How To Find an Affordable SEO Service!

When it is the matter of attracting more and more traffic towards a website the owner has countless options. Though the options are more but this doesn’t mean that they all are affordable especially for a newly launched online business. There are few alternatives of attracting traffic towards a website that are considered as best. An example is Search engine optimization. There are lots of ways to hire Affordable SEO Service and some of them include

Affordable-SEO-Services

Search on the internet

Website owners often search on the internet for hiring Affordable SEO Service and many times they can get the service that doesn’t cost them too much. The SEO services don’t have a particular season for which they can be hired and their demand remains same for all the time of the year, so finding discounts may be somewhere difficult but you can save money up to certain extent by booking this service in advance. Booking before one to two months can save up to 20 to 30 percent of the overall fee of hiring this service.

There are lots of other alternatives as well from this service can be hired but the advantage of internet for hiring search engine optimization services through it is that the overall number of choices is more and in case you think that a particular service provider cannot provide the best service you can easily switch to another service provider.

Take reference

Asking from someone who recently adopted Affordable SEO Service is one of the most effective alternative of having some relaxation in the overall service fees of the SEO service provider. If you knew any of your friend or relative who hired a company for SEO process in the past then you can save your money because majority of SEO service providers offers some relaxation in the money when you visit them through a reference. The best thing about the reference is that you can judge the quality of the services offered by a particular service provider in advance and make it sure that you are not going to such a service provider who have quality issues with him.

While hiring the Affordable SEO Service from any alternative there are few things that must be kept in mind for getting effective results and these are

  • Ask the experience of the service provider and also ask for how many websites he/she has offered this service.

  • Ask for some of the demos as they can help in knowing the quality of service offered by them

  • Make it sure that the service provider doesn’t have any hidden charges that may affect your budget.

  • There is no need to hire such a service that involves a lot of formalities from your side because it wastes your time.

  • The quality factor is most important while hiring this service. In case you realize that the quality of the service offered by them is not exactly what that you desire doesn’t hire the service.

  • Going for a new fresh provider may save the money up to some extent but sometime there are few quality issues with the one who has recently started providing search engine optimization services.

About the Author

Vikas Bhatt is a blogger who blogs on various Tech Blog and Runs an Android Blog and Runs Bookmakers in Australia website. Apart from this he does lots of guest blogging, if you want guest posts for your blog do let us know admin@seoinsiter.com