|
|
#1 | ||
|
Administrator
Join Date: Mar 2008
Posts: 3,205
Thanks: 489
Thanked 447 Times in 353 Posts
|
Hi guys...
Take a look at this website > Widgets Do you see the feedback link to the right of the page and how it stays in position when scrolling up and down? How would I do something similar, basically just a little image that does exactly the same with regards to position, no link or anything just some alt text when hovered over. Any ideas?
__________________
PRINTING: Business Cards | Letterheads | Leaflets | Flyers | Resell Print? ![]() GDF BUSINESS DIRECTORY (FREE) |
||
|
|
|
|
|
#2 | ||
|
Administrator
Join Date: Mar 2008
Posts: 3,205
Thanks: 489
Thanked 447 Times in 353 Posts
|
Just tried following this tutorial > Add a Floating Follow Me/US on Twitter Button To Your Website Easily
...however, wasn't sure where to add the second part of the code to my website, I added it to an include file that I have for the right handside banners in order for it to be visible on all pages, but the image displayed within that section below the banners, not floating over to the far right handside, any ideas?
__________________
PRINTING: Business Cards | Letterheads | Leaflets | Flyers | Resell Print? ![]() GDF BUSINESS DIRECTORY (FREE) |
||
|
|
|
|
|
#3 | ||
|
Member
Join Date: Jul 2009
Location: Surrey
Posts: 81
Thanks: 7
Thanked 9 Times in 8 Posts
|
Bosshog it sounds like you are adding the code to the wrong part. Just asked my hubby to read this and he reckons that it would probably be best to insert it into the header or footer template (which transfers across all the pages sitewide anyway and includes the site's boundaries) then all you need to do is adjust the css accordingly for the positioning (This is assuming you are talking about coding a vB forum, you haven't said...).
The banner table/template on the right hand side that you mentioned will have it's own css code that wouldn't reach to the edge of the forum that you are looking for - ie it would position itself within the limits of that table/template. Hope that makes sense. |
||
|
|
|
|
|
#4 | ||
|
Administrator
Join Date: Mar 2008
Posts: 3,205
Thanks: 489
Thanked 447 Times in 353 Posts
|
Thanks for that, still no joy, it was for my website not the forum, will have to keep looking for a solution.
Thanks again...
__________________
PRINTING: Business Cards | Letterheads | Leaflets | Flyers | Resell Print? ![]() GDF BUSINESS DIRECTORY (FREE) |
||
|
|
|
|
|
#6 | ||
|
Administrator
Join Date: Mar 2008
Posts: 3,205
Thanks: 489
Thanked 447 Times in 353 Posts
|
All sorted, it's easy when you know how
__________________
PRINTING: Business Cards | Letterheads | Leaflets | Flyers | Resell Print? ![]() GDF BUSINESS DIRECTORY (FREE) |
||
|
|
|
|
|
#7 | ||
|
Junior Member
|
You want a static image...? Use your CSS to make the image fixed. So you would do something like this.
Code:
#Blah {
image-position: fixed;
}
that way even when your website is scrolling that image will remain fixed. Without the HTML and CSS of your site I can't really go into much more detail. What I will say is if you have any problems with coding again. it's best practice to add your HTML and CSS to the forums. That way we can view what your problem is straight away. Hope that helps. Last edited by Wrams; 08-30-2009 at 11:06 PM. |
||
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|