| |||||||
This is a discussion on Floating Button within the Website Discussion forums, part of the Websites category; Hey eXceem. I wondered if anyone could help me before I end up smashing my laptop against the wall. I ...
![]() |
| | Thread Tools |
| | #1 |
| iPod 20gb | Floating ButtonHey eXceem. I wondered if anyone could help me before I end up smashing my laptop against the wall. I don't really know how to explain it but hopefully people will understand me haha: I've been trying all night to make a "Sign Up Now" button on my wordpress site that will either 1/ Float on the left hand side so that as the user scrolls down the button moves down, or 2/ Stays constant in the bottom corner - similar to the "War Room" logo on the Warrior Forum. I know its gunna be really really simple but I just can't get my head around it and it's driving me insane haha. Hopefully someone will be able to give me some help Thank you
__________________ |
|
| | #2 |
| Super Moderator | http://www.strx.it/2010/11/wordpress...idebar-plugin/ Any help? If not google floating image link screen corner Something like that will sort you out
__________________ Spoiler I'm available to guest post on your quality blog - any subject considered SEO Confusing? Help is here: Grass Roots SEO Visit my Sites: FREE rewards • FREE Consoles • Follow me on Twitter: @martinevansnet My Blog: Martin Evans • Latest post: SEO Ranking factors |
|
| | #3 |
| What to put... | You contact us box is scrolling down the page as i do, can't you just use that?
__________________ |
|
| | #4 |
| iPod 20gb | Cheers xploit, will check the link in the morning cos I'm on my iPod at the minute. I've tried googling it but all I can find is floating social bars which isn't what I am after. @Ryan, that's a widget I added as a plugin and only let's you build contact forms. I've tried changing some of the settings etc on it but i can't get it to become a button Its done my head in all day haha
__________________ |
|
| | #5 |
| iPaidNothing Join Date: Sep 2010 Location: London, UK
Posts: 1,092
![]() | Just try sticking this in to your index.php just under the 'head'. Might need some tweaking etc, but in essence it should work. Code: <style>
#signup-float {
position: fixed;
top: 0;
right: 0;
z-index: 9997;
cursor: pointer;
}
</style>
<a target="_blank" id="signup-float" href="http://YOURSIGNUP.LINK">
<img src="INSERT-IMG-URL-HERE" alt="Sign Up Now!">
</a>
__________________ |
|
| | #6 |
| iPod 20gb | Cheers Alex, I've been having a play around with the coding but I'll have a proper go tomorrow when I've got a bit more time. Thank you
__________________ |
|
| | #7 |
| iPod 20gb Join Date: Sep 2005 Location: London
Posts: 667
![]() | |
|
![]() |
| Thread Tools | |
| |