Showing posts with label Background. Show all posts
Showing posts with label Background. Show all posts

Sunday 26 August 2012

Post your HTML/javascript code with special style background.

Hi if you post HTML/javascript code in your blog you can customize your code posting background easily.
PREVIEW


Follow simple and easy step to adding this effect in your code posting ----->>>>>

Add javascript auto hiding menu in blogger sidebar easily.

Hello friends now add this special auto hiding menu in blogger sidebar by javascript trick.

Follow simple and easy step to adding this special menu in blogger ---->>>>

Add best Glass style Back to top button in blogger easily.

Hi friends now add best Glass style back to top button in blogger easily.
Follow simple and easy step to adding this Button in blogger --->>>>
* First go to your blogger Dashboard.

* Now click in design tab and edit HTML.

* Click in small box to expand your template.

* Now find this code
</head> by CTRL+F key.
* Copy below code and paste before
</head>
<style type='text/css'>
#blogger-StoTop {-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px; width:100px;background-color: #EEEEEE;background-color: rgba(238, 238, 238, 0.6);filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#99EEEEEE',EndColorStr='#99EEEEEE');text-align:center;padding:5px;position:fixed;bottom:10px;right:10px;cursor:pointer;color:#444;text-decoration:none;border:1px solid #C9C9C9;}
</style>
<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js' type='text/javascript'></script>
<script type='text/javascript'>
    $(function() {
        $.fn.scrollToTop = function() {
            $(this).hide().removeAttr("href");
            if ($(window).scrollTop() != "0") {
                $(this).fadeIn("slow")
            }
            var scrollDiv = $(this);
            $(window).scroll(function() {
                if ($(window).scrollTop() == "0") {
                    $(scrollDiv).fadeOut("slow")
                } else {
                    $(scrollDiv).fadeIn("slow")
                }
            });
            $(this).click(function() {
                $("html, body").animate({
                    scrollTop: 0
                }, "slow")
            })
        }
    });
    $(function() {
        $("#blogger-StoTop").scrollToTop();
    });
</script>
<a href='#' id='blogger-StoTop' style='display:none;'>Scroll to Top </a>
* Now click to save Your blogger Template and now you are done my friend.

How to add Green Code Posting style to blogger.

Hi friends if you post HTML/javascript and other code you can add this below style in your code background .

Follow simple and easy step to adding this style effect in your code background.--->>>

How to Add special background to Blogger Adsense.

Hi friends if your post background in white now add below style in your adsense ads background by easy step.
Follow simple and easy step to adding this effect in your adsense ads ---->>>>

Css Style for HTML/Javascript code posting in blogger blog.

Hi friends if you post any type code in blogging so i give you latest style code posting background for you.

PREVIEW:-


Follow simple and easy step to adding this effect in your blogger blog ---->>>>

Change selected text effect color in bogger blog with easy step.

Hello friends when you select any text with dragging mouse the background color of selective text is default color as- Black, Blue etc. if you want to change this effect i giving you easy and nice tip by this post.
Follow simple step to adding this effect in your blogger blog ----->>>

Add Cool jQuery Scroll Background in your blogspot blog

Now add cool jQuery scroll background effect in your blogspot blog with simple and easy step.
Follow simple step to adding this effect in your blogger now--------->>>>>>

Html and javascript code posting background style1 for your blogger blog

Hello friends if your blog about coding tricks and you post html javascript and many other code you can design your code post background with many effect here i am posting style1 tricks for your coding background.
Follow simple giving below step to adding this effect in your code post---->>>>>

Plus best twitter like widget in blogger post Footer.

Hi friends now add this special twitter widget box below all blogger post easily and get twitter followers.
Follow simple and easy step to adding this box below every post---->>>>