Search…

X3 Photo Gallery Support Forums

Search…
 
sebgonz
Topic Author
Posts: 3
Joined: 08 Oct 2007, 16:59

Tiling background image.

11 Oct 2007, 13:21

Is it possible to use a version of the
Code
background: repeat-x;
html command so I don't have to have a large background loading?
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

12 Oct 2007, 01:29

That is a valid question, and I believe you are not the first user to ask for such a feature.

Unfortunately, since this is not HTML, there does not exist such a feature as to repeat the background in any direction. In a future version, we will include the feature by recreating it in flash.

I have to add, it is a technical challenge, because when repeating a background in flash, it means an image has to be duplicated X amount of times, which can sometimes be a memory hog for the computer.

For now, you will have to create your background 'large-enough', or make sure it fades into a monotone background color on the edges.
 
sebgonz
Topic Author
Posts: 3
Joined: 08 Oct 2007, 16:59

12 Oct 2007, 08:31

Thank you. I'll stick with how I'm doing things, then. For now.... :)
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

12 Oct 2007, 09:22

What about using wmode="transparent" and html background?
firedev.com