Login
Username

Password



Not a member yet?
Click here to register.

Forgotten your password?
Request a new one here.
Navigation
Latest Addons
AD Gallery 45
SyntaxHighlighte... 48
Newsletters v4.03 107
Facebook Like Box 123
Newsletters v4.02 56
Metro 157
Facebook Connect 166
Shoutbox Panel 125
Redactor for PHP... 104
MI Floating Side... 106
Facebook Login/R... 149
Avatar Studio v2.03 177
Relationship Sta... 96
Sexual Orientati... 113
Fisherman 140
Popular Addons
iTheme2 5797
Arise 5785
User Control v1.23 4616
Event Calendar 4046
Photowidget panel 3884
Radio-Theme red2... 3350
Highslide Gallery 3311
CSS/JavaScript D... 3223
Facebook Connect... 2980
Dynamic Menu 2889
Slideshow Lightb... 2719
L-AMANT 2656
Enigma 2630
2Dark 2603
Black 2571
View Thread
Official Home of PHP-Fusion » General Addon and Modification Support » Themes Support
Who is here? 1 guest(s)
 Print Thread
Background Slide
zenec
Hello,

I've recently been making a website for a Racing Team on a game and i chose the 'iTheme2' as my theme. I've changed the background to a racing car, and its 1600x905 (same as the original background). As you go down the picture ends, but theres a couple of panels that carries on going. I was wondering if theres a code to make the background slide as you go down. I do not want the image to repeat. So i checked the that code (no-repeat), i've put it as 'Repeat' and i didn't really like it. Can someone help me please?

Download source  Code
body {
background: #0d1424 url(images/tsracersxrr.png) no-repeat center top;
font: .81em/150% "Lucida Grande", Arial, "Lucida Sans Unicode", sans-serif;
color: #666;




Background code from styles.css
 
http://www.tsracers.tk
Craig
body  {
font-family: "Lucida Grande", Arial, "Lucida Sans Unicode", sans-serif;
font-size: .81em/150%;
color: #666;
background-color: #0d1424;
background-image: url(images/tsracersxrr.png);
background-position: center top;
background-repeat: no-repeat;
background-attachment: fixed;
}

 
http://www.fusiontube.co.uk/
zenec
Thanks a lot mate !
 
http://www.tsracers.tk
Craig
Your welcome, Is that what you wanted?
 
http://www.fusiontube.co.uk/
zenec
Yeah, that's exactly what i needed for the website. Thanks again Smile
 
http://www.tsracers.tk
Craig
Great and can I see the result? Where's your site? Smile
 
http://www.fusiontube.co.uk/
zenec
Top Sport Racers team for Live For Speed. It's in Lithuanian by the way Smile
Edited by zenec on 11-08-2012 11:48
 
http://www.tsracers.tk
Craig
It's taking quite a while to load that image. You should try optimising the image make it smaller in KB size and maybe make it a jpg. Apart from that cool site. good job. Smile
 
http://www.fusiontube.co.uk/
zenec
Will do !

it's still in BETA version as i have to finish some stuff for it (Forum ranks and Team Members)

+I was wondering if you could tell me what have i done wrong with this; The Team List.
 
http://www.tsracers.tk
Craig
WOW the image is 3.6 Megabytes. hehe! Grin
 
http://www.fusiontube.co.uk/
zenec
Yeah, my mate rendered it with 3d max i think, made it massive !
 
http://www.tsracers.tk
Craig
zenec wrote:

....


+I was wondering if you could tell me what have i done wrong with this; The Team List.



I don't see any team list because group access for that page is not public.
 
http://www.fusiontube.co.uk/
zenec
Silly me, sorry about that pal. Made it public !
 
http://www.tsracers.tk
Craig
There's a missing or extra <tr> or <td> or a missing or extra </td> or </tr> somewhere in your table.
 
http://www.fusiontube.co.uk/
zenec
Alright, cheers. Going to check that out now. Smile
 
http://www.tsracers.tk
Craig
Ok, if you do not find the problem just paste the code here and I'll soon fix it. Smile
 
http://www.fusiontube.co.uk/
zenec
Download source  Code
<p></p>
<table style="margin-bottom: 10px;" align="center" border="1" cellpadding="2" cellspacing="0">
  <tbody><tr style="background-color: rgb(255, 140, 0);">
   <th style="color: rgb(255, 250, 250); width: 140px;">Slapyvardis</th>
   <th style="color: rgb(255, 250, 250); width: 140px;">Pareigos</th>
   <th style="color: rgb(255, 250, 250); width: 140px;">LFS Statusas</th>
   
   <tr style="background-color: rgb(36, 36, 36);">
   <td><center><span style="color: rgb(237, 237, 237);">Aero</span></center></td>
   <td><center><span style="color: rgb(237, 237, 237);">&#302;k&#363;r&#279;jas</span></center></td>
   <td><center><span style="color: rgb(237, 237, 237);">
                        <img src="http://lfs.ttl.lt/card/alpha/?id=952"></span></center></td>
   
   <tr style="background-color: rgb(36, 36, 36);">
   <td><center><span style="color: rgb(237, 237, 237);">666</span></center></td>
   <td><center><span style="color: rgb(237, 237, 237);">&#302;k&#363;r&#279;jas</span></center></td>
   <td><center><span style="color: rgb(237, 237, 237);">
                        <img src="http://lfs.ttl.lt/card/alpha/?id=21"></span></center></td>
 
   <tr style="background-color: rgb(36, 36, 36);">
   <td><center><span style="color: rgb(237, 237, 237);">ZeneC</span></center></td>
   <td><center><span style="color: rgb(237, 237, 237);">Komandos Pagalbininkas</span></center></td>
   <td><center><span style="color: rgb(237, 237, 237);">
                        <img src="http://lfs.ttl.lt/card/alpha/?id=246"></span></center></td>
   
   <tr style="background-color: rgb(36, 36, 36);">
   <td><center><span style="color: rgb(237, 237, 237);">zenkiukas</span></center></td>
   <td><center><span style="color: rgb(237, 237, 237);">Narys/GFX'eris</span></center></td>
   <td><center><span style="color: rgb(237, 237, 237);">
                        <img src="http://lfs.ttl.lt/card/alpha/?id=2091"></span></center></td>
   

   <tr style="background-color: rgb(36, 36, 36);">
   <td><center><span style="color: rgb(237, 237, 237);">BMWFan</span></center></td>
   <td><center><span style="color: rgb(237, 237, 237);">Narys</span></center></td>
   <td><center><span style="color: rgb(237, 237, 237);">
                        <img src="http://lfs.ttl.lt/card/alpha/?id=14"></span></center></td>
   
   <tr style="background-color: rgb(36, 36, 36);">
   <td><center><span style="color: rgb(237, 237, 237);">Maverikas</span></center></td>
   <td><center><span style="color: rgb(237, 237, 237);">Narys</span></center></td>
   <td><center><span style="color: rgb(237, 237, 237);">
                        <img src="http://lfs.ttl.lt/card/alpha/?id=9524"></span></center></





Yep, that's the first thing im doing after trying, lol !
 
http://www.tsracers.tk
Craig
You've not closed any <tr> and forgot to close the table </table>

Here...

Download source  Code
<table style="margin-bottom: 10px;" align="center" border="1" cellpadding="2" cellspacing="0">
  <tbody><tr style="background-color: rgb(255, 140, 0);">
   <th style="color: rgb(255, 250, 250); width: 140px;">Slapyvardis</th>
   <th style="color: rgb(255, 250, 250); width: 140px;">Pareigos</th>
   <th style="color: rgb(255, 250, 250); width: 140px;">LFS Statusas</th></tr>
   
   <tr style="background-color: rgb(36, 36, 36);">
   <td><center><span style="color: rgb(237, 237, 237);">Aero</span></center></td>
   <td><center><span style="color: rgb(237, 237, 237);">&#302;k&#363;r&#279;jas</span></center></td>
   <td><center><span style="color: rgb(237, 237, 237);">
                        <img src="http://lfs.ttl.lt/card/alpha/?id=952"></span></center></td></tr>
   
   <tr style="background-color: rgb(36, 36, 36);">
   <td><center><span style="color: rgb(237, 237, 237);">666</span></center></td>
   <td><center><span style="color: rgb(237, 237, 237);">&#302;k&#363;r&#279;jas</span></center></td>
   <td><center><span style="color: rgb(237, 237, 237);">
                        <img src="http://lfs.ttl.lt/card/alpha/?id=21"></span></center></td></tr>
 
   <tr style="background-color: rgb(36, 36, 36);">
   <td><center><span style="color: rgb(237, 237, 237);">ZeneC</span></center></td>
   <td><center><span style="color: rgb(237, 237, 237);">Komandos Pagalbininkas</span></center></td>
   <td><center><span style="color: rgb(237, 237, 237);">
                        <img src="http://lfs.ttl.lt/card/alpha/?id=246"></span></center></td></tr>
   
   <tr style="background-color: rgb(36, 36, 36);">
   <td><center><span style="color: rgb(237, 237, 237);">zenkiukas</span></center></td>
   <td><center><span style="color: rgb(237, 237, 237);">Narys/GFX'eris</span></center></td>
   <td><center><span style="color: rgb(237, 237, 237);">
                        <img src="http://lfs.ttl.lt/card/alpha/?id=2091"></span></center></td></tr>
   

   <tr style="background-color: rgb(36, 36, 36);">
   <td><center><span style="color: rgb(237, 237, 237);">BMWFan</span></center></td>
   <td><center><span style="color: rgb(237, 237, 237);">Narys</span></center></td>
   <td><center><span style="color: rgb(237, 237, 237);">
                        <img src="http://lfs.ttl.lt/card/alpha/?id=14"></span></center></td></tr>
   
   <tr style="background-color: rgb(36, 36, 36);">
   <td><center><span style="color: rgb(237, 237, 237);">Maverikas</span></center></td>
   <td><center><span style="color: rgb(237, 237, 237);">Narys</span></center></td>
   <td><center><span style="color: rgb(237, 237, 237);">
                        <img src="http://lfs.ttl.lt/card/alpha/?id=9524"></span></center></td></tr></table>



 
http://www.fusiontube.co.uk/
zenec
Dammit, foolish me. My mate just copied this code from his website (he had a different theme coding probaly) and i just pasted it. :/ Thanks a lot, you're a life saver ! Grin

EDIT; works perfectly.
 
http://www.tsracers.tk
Craig
No problem, your welcome. Smile
 
http://www.fusiontube.co.uk/
Jump to Forum:
Similar Threads
Thread Forum Replies Last Post
changing TinyMCE background, Help!! Content Administration 3 11-12-2012 12:56
I theme 2 background Themes Support 6 13-11-2012 18:40
Background ? Themes Support 2 10-11-2012 02:52
TinyMCE 7.00.07 background color Panels and Infusions 10 18-10-2012 22:12
Hayaletsevgili Slide Panel v1.0 Official releases [Panels] 15 16-09-2012 12:23
Official Home of PHP-Fusion uses cookies. Some may already have been set. Read more about our Cookies here.
Please click the button I Consent Cookies to hide this bar and accept our cookies. If you continue to use the site with no action taken, we'll assume that you consent our cookies anyway.
Cookiebar Panel byVenue