But we have no default background.
You can select a backgound and that will remain, even after signing out & back in, but new members only see a black screen untill they select a background.
here is the code that runs the Background switcher for the Warrior Skin..
<!-- Switch Background Starts -->
<li><a href="#" title="Change Background" id="background-picker-trigger"><img src="{style_images_url}/_custom/switch.png" border="0" class="switch" /></a>
<div id="background-picker">
<h3 class="bar">Pick a background</h3>
<div id="background-switcher">
<a href="{style_images_url}/_backgrounds/MOH.jpg" id="bg-MOH"><img src="{style_images_url}/_backgrounds/MOH.jpg" /> M.O.H</a>
<a href="{style_images_url}/_backgrounds/black.jpg" id="bg-black"><img src="{style_images_url}/_backgrounds/black.jpg" /> Black Ops</a>
<a href="{style_images_url}/_backgrounds/blackops.jpg" id="bg-blackops"><img src="{style_images_url}/_backgrounds/blackops.jpg" /> Black Ops Dark</a>
<a href="{style_images_url}/_backgrounds/blackops2.jpg" id="bg-blackops2"><img src="{style_images_url}/_backgrounds/blackops2.jpg" /> Black Ops Light</a>
<a href="{style_images_url}/_backgrounds/gears1.jpg" id="bg-gears1"><img src="{style_images_url}/_backgrounds/gears1.jpg" /> Gears</a>
<a href="{style_images_url}/_backgrounds/star.jpg" id="bg-star"><img src="{style_images_url}/_backgrounds/star.jpg" /> Starcraft</a>
</div>
</div>
</li>
<!-- Switch Background Ends -->
Is there a line of code missing or do we need to change a setting elsewhere.
Thanks in advance.
Edited by nitroxbs, 04 November 2010 - 10:33 AM.





Contributor










