Jazz Up Your Blog With Floating Attention-Grabers! Boost Subscribers With STYLE
Author: Jim | Filed under: Market Research, Web Development
Recently I made an upgrade to the header on my blog, and it was a BIG update at that! Not only did I enhance the looks of the most-viewed area of my blog, but I added a newsletter opt-in box which could potentially boost my subscribers tremendously.
But was my excitement premature!?
One of my readers, Rob from myTTOOS.com, pointed out the following:
Rob: “Really cool, but i bet it will be overseen a lot = bad conversion. Let us know if i am right.”
Jim: “Could be true… but then again I am not trying to spam people like typical marketers, haha”
Rob: “at least put the focus on the chalk board, put a few blinking stars around it or something lol”
Though it sounded silly at first, I started thinking about just how right he was! While I was all concerned with making the new opt-in newsletter box look at good as possible… I made it flow TOO WELL! Therefore, I needed a little something to get people to notice it (though I won’t be putting blinking stars on my header anytime soon, haha). So what did I do? I added a big ol’ floating arrow!
Why Are Floating Objects A Smart Idea?
Just as Rob pointed out, you can have the best idea in the world… but if nobody notices it, than it’s worthless. Adding something to the top of your website that is a bit “out there” can really help to emphasize a particular region of your website, while not detracting from your overall “look” or crowding the rest of your text. When it comes to attention-grabbers, I’d much rather have something that just sits on top so I don’t waste any valuable real-estate.
This is very much like building a house: if you are trying to expand and you run out of acreage on your property… you can still make a bigger house by adding another floor!

How To Add Floating Objects to Your Website or Blog
So how do you actually do it yourself? Let’s walk through the steps that it takes to add a flashy layered/floating image to your website or blog.
1. Get a Transparent Image to Use
I made an image located here, that is just a basic arrow with a ton of photoshop effects laid on top to make it stand out. Remember that you CANNOT have your image be a .jpg, .bmp or any other non-transparent image (unless you want it to look “el horible“). Therefore, I would recommend that you use .png (better quality) or .gif (more of a “standard” format) for your image.
2. Put the Correct Coding Into Your Header (or wherever you want)
The coding works by building a reference off of a certain “div” table in your header. It will float the image relative to the div that you select, so be sure that you put a “div” table somewhere near where you want your image to be floating around.
<div id=”floating_region”>
<a href=”#”><img src=”image.jpg” id=”top_image” /></a>
</div>
As you can see by the code, there are 2 areas that we will also need CSS coding. Let’s first talk through the code! You need to first make a div table (as mentioned earlier) in the region of the website where you would like to add a floating image. Don’t worry, you can move the image around from there… but it always references the div as a “starting point” when you tell it to move “50 pixels to the right” (or whatever you choose). I have called that div table “floating_region.” Next, you need to style the image so that it knows it is floating (I called it id=”top_image”), and put it inside of a linking reference so that it works properly.
3. Update Your Theme’s CSS Styling (in wordpress, it’s “style.css”)
Your CSS should look like this:
#floating_region {
position:relative;
width:___px; }
#top_image {
position:absolute;
top:50px;
right:20px; }
For “floating region,” you simply need to change width to match the width of the div. In my case, the div was a part of the header, and it was the div that contained a cutout splice of my header “hdr_03.jpg” which is 87 pixels wide. Therefore, mine was “width: 87px;“! The “top image” layer is
your graphic, and position should be set as “absolute.” Then, you can simply position it around (using top,right,left,bottom) and messing around with the number values to push/pull your image in different directions.
BOTTOM LINE: Thanks to Rob for recommending I don’t “settle” with what I had… because I believe that it is indeed even better now, and people will actually notice the area of my website when there is a giant red arrow with the word “FREE!” in it.
Let me know if you are thinking of doing something similar, and if you are having problems I’ll try to help!
-Jimvesting
Related Posts
- Happy Thanksgiving! – New Monetization Features Added to Jimvesting
- The Best Blog Header OF ALL TIME… the Net Fool's Got It IN THE BAG!!!
- Build-A-Blog Workshop Day 12: Customizing Your Blog's Sidebar
- Build-A-Blog Workshop Day 11: Modifying Your Blog’s Header to Perfection
- Speed Up Your Blog – Loading Times Are More Important Than You Think



I must say, that new ‘Free’ arrow is highly effective! It really makes grabs you attention and makes you look at what is near it! hope it builds your subscriber!
Oh yes, I would agree with that. The arrow does help
Twitter: @motorbeam
January 6, 2010 at 3:38 am #
Thanks for the tips, I am sure to want to use this when I upgrade my header soon.
fas´s last blog ..2010 Delhi Auto Expo Update
I guess I wouldn’t even notice that opt-in form if there was no arrow there.
I think Rob gave you a very good advice
Davor Gasparevic @ Cheap internet marketing ebooks blog´s last blog ..Niche/money making ebook #9 – Backyard Idead For Fun And Frolic
This is way better than the original. Thanks for the CSS floating code.
Dang, I didn’t know stuff were on the chalkboard now to be honest!
Now, I’m tempted to edit my header to appropriate fit this. Thanks for the neat share!
Static | ahnternet´s last blog ..BloggersBB Launch Contest Giving Away $1000+ Prizes!
Thanks Jim another perfectly timed post as I was dreading the research of how to do this on my site, very nice step-by-step!
JR´s last blog ..Search Hot Keywords with Comprehensive Info with Free Toolbar
Very smart idea Jim!
Hope it works well for you
Klajdi Hena´s last blog ..2010 Plans
A simple but effective alteration. It’s a fairly in your face method and may not suit some blogs but I think the arrow looks great here.
James | Cogroll.com´s last blog ..Some Nexus One Domain Names
Good job, i guess i have to sign up now.
Rob´s last blog ..How to remove a Tattoo – Best Tattoo Removal Laser Treatment
Twitter: @jimvesting
January 6, 2010 at 5:04 pm #
Yeah… I’d feel guilty if I didn’t personally
the ebook is not working for me btw.
it shows me the 1st page only with pswd.
Rob´s last blog ..How to remove a Tattoo – Best Tattoo Removal Laser Treatment
Twitter: @jimvesting
January 6, 2010 at 5:03 pm #
I just downloaded all three of them to try myself and they appear to be working without any problems. Are you sure that you are doing it correctly? Perhaps when you load it up in your browser it doesn’t execute correctly (if this is what you were doing), so maybe you try to just download it and open it that way? Let me know if it still doesn’t work and I’ll send you an unprotected copy over email.
nope not working on a mac with preview!
I have the make money online pdf
Rob´s last blog ..How to remove a Tattoo – Best Tattoo Removal Laser Treatment
Twitter: @jimvesting
January 6, 2010 at 5:36 pm #
Hopefully this is specific to you… as I cannot see anything wrong with it… but I have shot you an email and if I get someone else w/ similar problems I’ll be sure to reopen this issue
Coding stuff is always hard for me as i am not a programmer. I always use pre-coded plug ins for my website. Now, i got a new coding through this post with is very useful for different type of websites.
To be honest, I do not like them.
Floating objects are really great for grabbing attention, they stick out and make you focus on that location. Tell us how your conversions have changed, once you added it, from before.
I think it adds a lot and is visually effective. It makes your eye go right to it and that is the point…good job of thinking to put it in. Great stuff jj
Would also like to know what your conversion rate is from before to now. Maybe an update at some time?
Nice tutorial! The arrow definitely helps in finding the opt-in form in the first place.
How did your conversion rate change before/after inserting the arrow?
Shane´s last blog ..Interview with List-Building Virtuoso Jonathan Gunson
This is very true, already tried this in my other blog and it really helped. Thanks for sharing that tip.
Bryan´s last blog ..WP Auto-Blogroll Checker
your sense of knowing where to out the ads in very good.
Is it safe to take fat grabbers and carbo grabbers from natures sunshine whilebreasfeeding ?
I added a pointing animation to my blog and my subscriber count has jumped!
Free Freebies´s last blog ..FREE Acuvue Astigmatism Sample
It prigiosa know that a person can come to know and understand both investment, ie on the stock exchange, is like he knows the formula for getting rich.
thanks for this tips john