Hello and welcome to the Webmasters Forums!. This is the best place to get webmasters resources for free. Get $2 for free today, read more - Make your payment today. Download premium and professional templates for free. Get free web hosting without ads, read more. You can get lot more by simply join with this forum. To gain full access to the forums you must sign up for a free account.
Posts: 995
Group: Forum Team
Joined: Sep 2006
Status: Online
Make money from now. You can make money just for posting on this forum. Every discussions on this community gives you more money. $2 minimum payout. So get your payment today, SignIn with this forum.
CANT ALIGN MY WALLPAPER AS A FIT BACKGROUND TO MY SITE! Help me..
Hey guys,i want one of my 800x600 resolution wallpaper to be the background of my website,but wen i'm trying,it coming in 3-4 parts,not as a single genuine background. I dont know CSS n stylesheets. So help me in my way. Is there any way to code it in order to have it as a full screen background for my site?
RE: CANT ALIGN MY WALLPAPER AS A FIT BACKGROUND TO MY SITE! Help me..
Lord_Daksh Wrote:
Hey guys,i want one of my 800x600 resolution wallpaper to be the background of my website,but wen i'm trying,it coming in 3-4 parts,not as a single genuine background. I dont know CSS n stylesheets. So help me in my way. Is there any way to code it in order to have it as a full screen background for my site?
Give me your page code. I can help you.
But to show background with full image, you need to resize the image to fit to browser window.
RE: CANT ALIGN MY WALLPAPER AS A FIT BACKGROUND TO MY SITE! Help me..
Ok bro,i've to upload my index page's code here. But is there any code,by which without resizing the image,i can alter the height n width of the background image in my html page only? Is there any such trick?
RE: CANT ALIGN MY WALLPAPER AS A FIT BACKGROUND TO MY SITE! Help me..
Lord_Daksh Wrote:
Ok bro,i've to upload my index page's code here. But is there any code,by which without resizing the image,i can alter the height n width of the background image in my html page only? Is there any such trick?
According to my knowledge, I don't think there is any attribute which sets the size of the background image. The available properties for setting backgrounds in CSS are:
background-color
background-image
background-repeat
background-attachment
background-position
These are the standard properties mentioned by w3.org.
RE: CANT ALIGN MY WALLPAPER AS A FIT BACKGROUND TO MY SITE! Help me..
Ok bro,can u plz gimmie da whole css code which fits with all screen sizes? So,dat,i can just put my image n my work wil b done. Can u? Or should i give my whole page's code to u?
RE: CANT ALIGN MY WALLPAPER AS A FIT BACKGROUND TO MY SITE! Help me..
Lord_Daksh Wrote:
Ok bro,can u plz gimmie da whole css code which fits with all screen sizes? So,dat,i can just put my image n my work wil b done. Can u? Or should i give my whole page's code to u?
You can only show the images on background. You can't resize the image used for background.
Just make a small image and try to repeat that on the background to fit all screen resolutions. Just use the image as background. It will repeat in default on x and y directions.