PDA

View Full Version : Where and how do you change this?


SPEEDKILLZ
11-20-2013, 09:33 PM
I know it is the Background but how do you put a pic there? I see some sites change it daily and im am try to figure it out and what kind of image it needs to be? Thanks

ozzy47
11-20-2013, 09:43 PM
That is going to be controlled by the stylevar, body_background, or hard coded

#body_bg {
background: url("images/tf_ideal/blue/misc/body_bg.png") repeat-x scroll center top #FFFFFF;
padding: 10px 0;


}

SPEEDKILLZ
11-20-2013, 09:49 PM
That is going to be controlled by the stylevar, body_background, or hard coded

#body_bg {
background: url("images/tf_ideal/blue/misc/body_bg.png") repeat-x scroll center top #FFFFFF;
padding: 10px 0;


}



Thanks, so in order the insert a pic, one would need to make a png pic of that size and rename to body_bg?

ozzy47
11-20-2013, 09:53 PM
No, you can name the image anything you want, just change the file location/name in the stylevar, or where ever it is hard coded.

SPEEDKILLZ
11-20-2013, 11:16 PM
Thank you ozzy, i guess most vb graphics designers would know the size of the pic?

ozzy47
11-20-2013, 11:20 PM
Yeah they should, depending on what you are going for.

tbworld
11-20-2013, 11:29 PM
The only problem you will have is if you have a fluid design and your users use IE8.
Work with your image to keep the size of the download to a minimum. You do not want your first time user to have a bad experience. The desktop browser can easily cache this, other devices get pretty interesting.

SPEEDKILLZ
11-20-2013, 11:43 PM
The only problem you will have is if you have a fluid design and your users use IE8.
Work with your image to keep the size of the download to a minimum. You do not want your first time user to have a bad experience. The desktop browser can easily cache this, other devices get pretty interesting.

Thanks, so if i dont have a fluid design i should be fine?

tbworld
11-21-2013, 12:06 AM
I really added the information because the thread is useful to others trying to do the same thing. I did know your site was a fixed style. :)

With modern browsers, translucent themes are being used, it gets tricky when you add IE8, IE7 in the mix. Thankfully the whole lot of them is going away. Companies are the worst, they hang on to these old browsers due to their intranets being geared to them.

Max Taxable
11-21-2013, 12:09 AM
I really added the information because the thread is useful to others trying to do the same thing. I did know your site was a fixed style. :)

With modern browsers, translucent themes are being used, it gets tricky when you add IE8, IE7 in the mix. Thankfully the whole lot of them is going away. Companies are the worst, they hang on to these old browsers due to their intranets being geared to them.I really, really hate supporting IE... I really do.