The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Floating panic button
Ive added a panic button to my site but the location of the button itself is a little messy ... I can see how I can move it statically about the screen - but is there a way of having it floating in a corner when the screen in scrolled?
heres the code from the css : Quote:
right ... just noticed I was messing about with this and changed 'fixed' to 'float' in some lame attempt .. ive changed it back to 'fixed' and its now working in safari as in its floats in bottom right corner - how I want it for everything ... but in IE7 its still refreshing to the bottom right - but on scrolling it drags up with the rest of the page ??? |
#2
|
||||
|
||||
Code:
/* ***** Panic Button Location***** */ .panicbutton { position: fixed; right: 10px; bottom: 10px; } |
#3
|
|||
|
|||
thankyou very much!
|
#4
|
|||
|
|||
Please note that position:fixed does NOT work in IE6 and lower.
However there are several different workarounds that you may be able to use. |
#5
|
||||
|
||||
I have been following this thread and all my problems were solved, Thanks to the designers and others that asked the same questions I was going to. Works great. Installed. Now how do you get it in each individual post next to edit and reply buttons?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|