Home > Tutorial > Blogger Christmas Banner
Blogger Christmas Banner
Posted on Thursday, December 16, 2010 by android apps market for tablests
It's that time of the year again. What better way is there to wish your readers a Merry Christmas than to place a Christmas banner in your blog? This is a request from a blog reader (KitchenMorph). I thought it was a good idea, so I decided to write a tutorial on it.
Add one now to your blog in 1 easy step!
Add one now to your blog in 1 easy step!
If you're using the old Blogger interface: Go to Dashboard - Design - Template Designer - Advanced - Add CSS - paste the following code - Press enter after the last character of the last line } - Apply to Blog.
If you're using the new Blogger interface: Go to Dashboard ('House' symbol) - Template - Customize - Advanced - Add CSS - paste the following code - Press enter after the last character of the last line } - Apply to Blog.
If you're using the new Blogger interface: Go to Dashboard ('House' symbol) - Template - Customize - Advanced - Add CSS - paste the following code - Press enter after the last character of the last line } - Apply to Blog.
<div id="sspeakerbanner">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEidV-3bge7TxDAeRymc3RoL-fTn_7owa45O62FkPTehccUQUA-_ZtOiX-QoAK7766xm3HscwlOPektEe_2b6Aqk7gAP8WQxrWvHzgZtHehC1XHytEhYRGroNGNCdPm-F31OZi0vq7Eqnlnw/s1600/yoboy.gif" />
</div><style>
#sspeakerbanner{
position:fixed;
left:0px;
top:0px;
}
</style>
Customization:
I'm not much of a photoshop guy. I quickly created this banner with some Christmas brushes for the sake of this tutorial. What do you expect, I can't be writing a tutorial based on an image created by someone else now, can I?
Merry Christmas and Have Fun!
I'm not much of a photoshop guy. I quickly created this banner with some Christmas brushes for the sake of this tutorial. What do you expect, I can't be writing a tutorial based on an image created by someone else now, can I?
Make Banner Non-sticky
I've made mine 'sticky', because I'm that Christmas-spirited. If you find it annoying, or if you think it will affect the readability of your blog, then just make it sit on top instead. It won't follow you when you scroll down. Use this code instead:
I've made mine 'sticky', because I'm that Christmas-spirited. If you find it annoying, or if you think it will affect the readability of your blog, then just make it sit on top instead. It won't follow you when you scroll down. Use this code instead:
<div id="sspeakerbanner">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEidV-3bge7TxDAeRymc3RoL-fTn_7owa45O62FkPTehccUQUA-_ZtOiX-QoAK7766xm3HscwlOPektEe_2b6Aqk7gAP8WQxrWvHzgZtHehC1XHytEhYRGroNGNCdPm-F31OZi0vq7Eqnlnw/s1600/yoboy.gif" />
</div><style>
#sspeakerbanner{
position:absolute;
left:0px;
top:0px;
}
</style>
Change Banner Image
Make sure you have an image first. If you're using an image created by someone else, get the creator's permission before adding it to your blog. Here's what you should change.
I have done a few versions of the original image. Feel free to use them:
Original- Right oriented
Original- Left oriented - Short
Original- Right oriented - Short
Make sure you have an image first. If you're using an image created by someone else, get the creator's permission before adding it to your blog. Here's what you should change.
<div id="sspeakerbanner">Change the text 'PLACEIMAGEURLHERE' to your image's URL.
<img src="PLACEIMAGEURLHERE" />
</div><style>
#sspeakerbanner{
position:fixed;
left:0px;
top:0px;
}
</style>
I have done a few versions of the original image. Feel free to use them:
Original- Right oriented
Original- Left oriented - Short
Original- Right oriented - Short
Change Banner Position
This depends on your image's orientation. I've made my banner to sit at the top-left corner of my blog. If you want to place your image at the top-right corner, use the following code instead:
Update: I have made a right-oriented banner, and changed the URL in the code below.
This depends on your image's orientation. I've made my banner to sit at the top-left corner of my blog. If you want to place your image at the top-right corner, use the following code instead:
Update: I have made a right-oriented banner, and changed the URL in the code below.
<div id="sspeakerbanner">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhfTrSPFtnXVWgFgHo3uk8QImvrs5E47HiEd33r7-lnZlalsVGGN3cAp-wurZ1P45Mqi9q61fXefuqFBfA50LAnRDKw_1NmvsGA2vE2JuyCfMAG3s66pT7xTHPi7thPh57Kg_89IuAPAAWb/s1600/right.gif" />
</div><style>
#sspeakerbanner{
position:fixed;
right:0px;
top:0px;
}
</style>
Shorten the Banner Length
Well, not exactly 'shorten' per se. The banner will still remain at the same size, but you can push it inwards if you think the banner is taking too much space. Here's what I'm talking about:
Use this code instead:
Note: If you want to shorten your image and make it stick at one place (setting 'position:absolute;) both at the same time, make sure your original image is short enough. I have uploaded short versions of the banner. The links are under the 'Change Banner Image' customization.
Well, not exactly 'shorten' per se. The banner will still remain at the same size, but you can push it inwards if you think the banner is taking too much space. Here's what I'm talking about:
Use this code instead:
<div id="sspeakerbanner">Feel free to adjust the -50 and -60 values. Of course, by making the banner shorter, you'll be missing out on the mistletoes, and possibly the snowman. You don't want that to happen now, do you?
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEidV-3bge7TxDAeRymc3RoL-fTn_7owa45O62FkPTehccUQUA-_ZtOiX-QoAK7766xm3HscwlOPektEe_2b6Aqk7gAP8WQxrWvHzgZtHehC1XHytEhYRGroNGNCdPm-F31OZi0vq7Eqnlnw/s1600/yoboy.gif" />
</div><style>
#sspeakerbanner{
position:fixed;
left:-50px;
top:-60px;
}
</style>
Note: If you want to shorten your image and make it stick at one place (setting 'position:absolute;) both at the same time, make sure your original image is short enough. I have uploaded short versions of the banner. The links are under the 'Change Banner Image' customization.
Merry Christmas and Have Fun!
Category Article Tutorial
Powered by Blogger.
Blog Archive
-
▼
2010
(1682)
-
▼
December
(306)
- Print Pictures from Web Pages
- How to speed up your slow internet connection?
- How to Customize Your Browser Toolbar?
- How to display the hidden settings of LG handsets?
- How to display the hidden settings of Nokia mobiles?
- How to display the hidden settings of Samsung mobi...
- How to use Bluetooth technology to connect laptop ...
- Cara Hack Game Ninja Saga
- Cara Daftar Gamescool Point Blank PB Indonesia Online
- Cheat Point Blank PB 01012011Neutron Update Terbar...
- Cheat Point Blank 1 Januari 2011 Scarletze.V.1
- Happy New Year To All iphoneland.de.lv Readers !
- iPhone Apps May be Spying on You [Warning]
- Cheat Point Blank 01012011 5Nutzer A.1.2 1 Januari...
- Cheat Point Blank 01012011 NEW aJiE Underground 2 ...
- Cheat Point Blank 31122010 PigyBinz TimNas Garuda ...
- Cheat Point Blank SNUTZTRILOGY
- Cheat Point Blank Neutron V.1 Fix
- Cheat Point Blank 27122010 Viper + Hide + headgear...
- Redsn0w 0.9.7b4 to Untethered Jailbreak Without th...
- myTouch Slide and myTouch 4G Store
- This iPod nano 6th-Gen Hack Can Lead To A Possible...
- How To Remove Apps and Add Spaces To iPod Nano 6G ...
- iPod nano 6G DFU Mode Discovered ! Possibilities O...
- Rubyra1n Jailbreak ?
- iPad 2 with Wi-Fi, UMTS and CDMA Models
- iPad not charging when connected to computer
- How to change iTunes credit card info on iPad
- Utilising Unused Space in Blogger Header
- Redsn0w 0.9.7b4 will Include USBMuxd and Beta 5 wi...
- 1 Million Apple TVs Sold in Three Months
- The Monster at the End of This Book for iPad
- iPad backup session failed
- iPad 2 will feature a dual-core processor
- iFixit - Repair Manual app for iPad
- How to disable iPad's Picture Frame
- BackBoard Makes Switching Between Themes A Breeze!
- Download i-Funbox V1.1.407.389
- The 10 Best Jailbreak Apps of 2010
- Recovery Mode Helper Tool RecBoot 2.0 Now Availabl...
- Download Icon Renamer 1.0 [Video]
- Redsn0w 0.9.7b3 is Out ! Fixes TaskSwitcher and Ap...
- Sn0wbreeze 2.2 to Offer Baseband Preservation Mode
- Bluetooth, Music and iTunes Stuck After Jailbreaki...
- Blogger New Year Banner
- [Update]HOW TO: Jailbreak iOS 4.2.1 Untethered wit...
- Download Redsn0w 0.9.7b1 to Untether iOS 4.2.1 Jai...
- Merry Christmas
- What Happens When You Steal a Hacker's Computer [V...
- Happy Holidays from the Hotpot Team
- Awesome Note for iPad (+Todo)
- iPad Sleep/Wake button not working
- Pictureka! for iPad
- Avast!.Antivirus.5.0.584.Pre-Release FREE DOWNLOAD
- Download BitDefender Total Security 2011
- Download Bitdefender Internet Security 2011
- Review Kaspersky Internet Security 2011
- iPhone App Piracy Tool IPA God is Now Open Source[...
- Last-Minute Shopping in Portland, Powered by Hotpot
- Redsn0w Untethered Jailbreak (Backup Plan) for iOS...
- The untethered jailbreak firmware 4.2.1 developed ...
- Everything About Apple's 2010 Year in a Video !
- The lights of a Christmas tree controlled by an iP...
- Merged Places Pages to Unmerge "Facebook Allows It...
- Angry Birds is updated "the Mighty Eagle finally" ...
- Earphone jack problems with iPad
- Backup session cannot be started with iPad
- AirPlay no sound from iPad to Airport Express
- �Pull To Refresh Safari� Makes it Fresh to Reload ...
- Highlight Blogger Author Comments
- Dashing through the snow... with NORAD and Google
- Dashing through the snow... with NORAD and Google
- Apple's Remote App Supports AirPlay
- AirPlay icon missing on iPad How to Fix
- AirPrint not working on my iPad
- Camera+ Gets Back 4 Free Here with a Major Update !
- Comex Untethered Jailbreak is Not Ready for Christ...
- SHAtter Bootrom Jailbreak Exploit Has Been Leaked
- CopyTrans TuneSwift Simplifies iTunes Migration !
- Skyfire for iPad Hits the App Store
- Play Flash video on iPad with Skyfire Web Browser
- Christmas Gifts for iPad Lovers
- iPad no message selected when saved mail
- Info Complete Specification "Motorola Citrus WX445...
- Got Android? Start Rating Even Faster!
- Android In Spaaaace!
- Android In Spaaaace!
- �SB 2 Cloud� Jailbreak Tweak cracked and Free at C...
- Apple iPhoto 9.1.1 [Download]
- How to rename calendars on iPad
- info Specification and View "HTC 7 Pro CDMA" New ...
- WeBe++ Transforms your iPhone into a Bluetooth Key...
- Meet Your (Hotpot) Neighbors: James and Sara Ebenger
- How An iPhone App Can See Your Location Without As...
- Downgrade 6.15.00 Baseband Task Will Start After R...
- Apple Pulled WikiLeaks App Out the App Store[We st...
- Untethered Jailbreak 4.2.1 with Redn0w will not On...
- Info Specification GSM Candybar Phone "Samsung C35...
- 360 Web Browser: A powerful browser with advanced ...
- Navigon's MobileNavigator Updates with iPad Support
-
▼
December
(306)

