The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
is this possible?
Have a look at http://mydownloader.net/ on the right hand side you will see a button saying feedback wich stays there as you scroll up or down is there anyway i could do this on my forum linking it to my contact us page?
|
#2
|
||||
|
||||
That is an "absolute/fixed positioned" element... read up on CSS on things you can do...
Put this in your additonal css template: Code:
.feedback-button { display: block; width: 30px; height: 106px; position: fixed; _position: absolute; right: 0; top: 50%; z-index: 98; margin: -58px 0 0 0; cursor: pointer; } Code:
<span class="feedback-button" style="background: url(http://mydownloader.net/img/en/feedback.gif) 0 0 no-repeat;"></span> |
#3
|
|||
|
|||
Thanks for that got it working now
|
#4
|
|||
|
|||
Or make your own
Any colour, any font Hit me up |
#5
|
||||
|
||||
Good point... Although I gave yo the code to use their image, I did assume (hope) you realized you should replace it with your own image and not hotlink off their graphic.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|