PDA

View Full Version : How to make my background scalable?


midgetgrimm
08-04-2011, 09:07 PM
I am curious as how to make my background scalable in vb4.0.7. I can't find it in the stylevars nor in any style page. I'm sure I am just overlooking maybe. Some insight would be greatly appreciated.

Lynne
08-05-2011, 03:18 PM
There is no stylevar to do that. You need to add an actual image into your body and then apply css to make the image size 100%.

midgetgrimm
08-05-2011, 07:15 PM
I was thinking that may be the case but I wanted to ask first. Thanks Lynne:up:

midgetgrimm
08-14-2011, 09:21 PM
So I dug around and am not sure where to add. Should it go in the forumhome? I am just going to add style="###"> to the body tag, but I have had no success. Was wondering has done the same and has a simpler way to do it, or if they have any info on how to do it. Thank you so much. You can go here to see the site if need be gotgr.com
-james

Lynne
08-14-2011, 11:55 PM
You cannot do it by just adding a class and defining the class. You need to do more.

Google is your friend in this ...

http://kimili.com/journal/the-flexible-scalable-background-image-redux
http://nooshu.com/jquery-plug-in-scalable-background-image
http://www.noupe.com/design/scalable-full-body-backgrounds-in-web-design.html

setishock
08-16-2011, 05:09 AM
Keep in mind when you blow up an image the quality of the image goes down.

shadowbreed
08-25-2011, 06:57 AM
I've been trying to do the same thing.
I just can't figure out where to put the code however :S

Anyone have a clue how to do this?
This should be helpfull I think : http://forum.bytesforall.com/showthread.php?p=52295#post52295

I mostly just need someone to figure out where to make the edits in VB