The Arcive of vBulletin Modifications Site. |
|
How to get the 'floating' forum feel ?? Details »»
|
|||||||||||||||||||||||||
Hi All,
What code is it that lets a forum scroll on a static background like how it is here: http://vbskin.pixicore.com/ ?? Is there any browser pitfalls that will not handle this ...or is there any other pitfalls to consider with this function ?? Thanks for your help and time Paul Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
IIRC you would use in the headinclude template (or if you're using vB3 the body CSS bit in the Style Mananger)
Code:
background-attachment:fixed; |
|
#3
|
||||
|
||||
|
When I tried this, my users complained that it slowed their browsing down.
|
|
#4
|
||||
|
||||
|
I don't think it makes that much difference
|
|
#5
|
||||
|
||||
|
Beeing a noob what does IIRC mean?
Also do you have to have an image as your background for this to work? |
|
#6
|
||||
|
||||
|
If I Recall Correctly
Yes (Using CSS though) |
|
#7
|
||||
|
||||
|
How do you mean using CSS?
I thought you would just set an image as your background and then chuck that code you posted up there in the headinclude template. Another stupid question, im guessing this makes the image stay in the same place? Andddddd one last note to admins here etc, dont you think assassingod should be made a mod or something here? He's always helping out pretty much every person who asks for help and is always active. Just my thoughts thats all. |
|
#8
|
||||
|
||||
|
When I mean CSS I mean using:
Code:
body {background-img:url("yourbgimg.gif");
background-attachment:fixed;}
And yes, it stops the image from moving along with the rest of the page (I believe it's popular with people who use blogs) |
|
#9
|
||||
|
||||
|
Ok. At the moment my background is just erm a blue colour. But if i chuck the above code into my headinclude, it should work fine? Sorry for beeing dumb
|
|
#10
|
||||
|
||||
|
Yeah, add it under:
Code:
BODY {
|
![]() |
|
|