µ/S†ylµs²/µ.Ldr
Not New Member
ಠ_ಠ
Posts: 28
µ/S†ylµs²/µ.Ldr said 0 great things
|
Post by µ/S†ylµs²/µ.Ldr on Apr 28, 2011 11:08:44 GMT -8
I was wondering if it would be possible to set up a list of say.. 5 or 6 image URLs to use as alternating BackGround images?
(Also, how did you add the pre-entered text to the text box here? I could really use something like that for our clan registration board..)
Thanks!
|
|
|
Post by Wormopolis on Apr 28, 2011 15:18:40 GMT -8
its possible. are they random or are they truly rotating so that when it gets to the last one, the next one is the first one again 1->2->3->4->5->1
and the pre text code I have was written by Todge. I believe its in the PBS code database but Im not sure what he called it.
|
|
µ/S†ylµs²/µ.Ldr
Not New Member
ಠ_ಠ
Posts: 28
µ/S†ylµs²/µ.Ldr said 0 great things
|
Post by µ/S†ylµs²/µ.Ldr on May 10, 2011 0:33:00 GMT -8
Random would be preferable but sequential would work too.
|
|
|
Post by Wormopolis on May 10, 2011 5:35:52 GMT -8
|
|
µ/S†ylµs²/µ.Ldr
Not New Member
ಠ_ಠ
Posts: 28
µ/S†ylµs²/µ.Ldr said 0 great things
|
Post by µ/S†ylµs²/µ.Ldr on May 10, 2011 23:04:12 GMT -8
Thank you.
|
|
|
Post by Wormopolis on May 11, 2011 1:53:16 GMT -8
not a problem
|
|
µ/S†ylµs²/µ.Ldr
Not New Member
ಠ_ಠ
Posts: 28
µ/S†ylµs²/µ.Ldr said 0 great things
|
Post by µ/S†ylµs²/µ.Ldr on May 14, 2011 6:37:12 GMT -8
How would I make the background images fixed, so they don't scroll?
>Edit< Removed the code. Not mine to post.
|
|
|
Post by Wormopolis on May 14, 2011 6:47:16 GMT -8
add this to global header
<style type="text/css"> body {background-attachment: fixed;} </style>
|
|
µ/S†ylµs²/µ.Ldr
Not New Member
ಠ_ಠ
Posts: 28
µ/S†ylµs²/µ.Ldr said 0 great things
|
Post by µ/S†ylµs²/µ.Ldr on May 14, 2011 7:18:16 GMT -8
Thanks a lot. Worked perfectly.
|
|
µ/S†ylµs²/µ.Ldr
Not New Member
ಠ_ಠ
Posts: 28
µ/S†ylµs²/µ.Ldr said 0 great things
|
Post by µ/S†ylµs²/µ.Ldr on May 16, 2011 23:33:47 GMT -8
Is it possible to auto-resize an image to client's resolution? Our forum has a lot of visitors each with their own set up.. Some are reporting image-repeating and others that the image is scaled off-screen..
The images are fine on my resolution.. I know other sites do this, was wondering if it was possible with proboards.
|
|
|
Post by Wormopolis on May 17, 2011 1:11:06 GMT -8
background images cannot be dynamically resized. what you CAN do however, is have different sizes of the same background and load in certain ones based off screen resolutions.
|
|
µ/S†ylµs²/µ.Ldr
Not New Member
ಠ_ಠ
Posts: 28
µ/S†ylµs²/µ.Ldr said 0 great things
|
Post by µ/S†ylµs²/µ.Ldr on May 21, 2011 8:41:00 GMT -8
Thanks, I'll give that a go.
|
|