Add background image for body and branding
#1
Posted 11 December 2011 - 04:20 AM
But do I need to upload the background image to forum folder and link to it or can I just use a Photobucket link?
And can I add background image on the branding and have a logo at the same time? Like 2 layers of image on the header
Can anyone help me? :(
#2 Re: Add background image for body and branding
Posted 12 December 2011 - 10:33 PM
You can't add an image of fixed dimensions as it would look different in different screen resolutions.
That's why most skins use just colored backgrounds instead of an image background.
In case of branding background you'd have to create a specific image which would have to be 64px in height and being repeatable horizontally so we can use "repeat-x" CSS value.
In case of a whole page background the image would have to be repeatable horizontally and vertically so we can use "repeat-x" and "repeat-y" CSS values.
For instance switch here to "Paradox" skin to see how it looks>
Here is a code from that skin:

Skin's author created 422x420 image, which as you can see has a random pattern so it can easily be repeated horizontally and vertically.
#3 Re: Add background image for body and branding
Posted 13 December 2011 - 03:54 AM
here is the code for branding and body I set
Quote
background: #0f3854 url('http://haehyukjj.com/public_html/admin/setup/public/images/branding_bg1.png') repeat-x;
border-bottom: 1px solid #1b3759;
min-height: 120px;
}
Body
Quote
background-image: url(http://i631.photobuc...n/backgound.png) repeat scroll 0 0;
color: #5a5a5a;
}
body {
font: normal 13px helvetica, arial, sans-serif;
position: relative;
}
#4 Re: Add background image for body and branding
#5 Re: Add background image for body and branding
Posted 13 December 2011 - 04:40 AM
my board address is http://haehyukjj.com
and this is where I uploaded the image http://haehyukjj.com...randing_bg1.png
is that right?
#6 Re: Add background image for body and branding
#7 Re: Add background image for body and branding
Posted 13 December 2011 - 10:15 PM
#8 Re: Add background image for body and branding
#9 Re: Add background image for body and branding
Posted 13 December 2011 - 10:44 PM
#10 Re: Add background image for body and branding
#11 Re: Add background image for body and branding
Posted 13 December 2011 - 11:05 PM
But it's still not work that I think it's weird
can you give me an example of the CSS? :(
#12 Re: Add background image for body and branding
Posted 13 December 2011 - 11:19 PM
Your background CSS code still reads this:
Quote
html, body {
background: none repeat scroll 0 0 #EBE7AB !important;
color: #5A1E0A;
}
Look at my Paradox skin CSS code:
Quote
html, body {
background: url("http://www.smartestcomputing.us.com/public/style_images/Paradox/body.jpg") repeat scroll 0 0 #444444;
color: #BBBBBB;
}
which means that you have to:
- upload your background image (backgound.png) to:
/public/style_images/2HJJ (or whatever is the exact name of your skin) folder
- adjust CSS code so it reads:
html, body {
background: url("http://haehyukjj.com//public/style_images/2HJJ.../backgound.png") repeat scroll 0 0;
color: #5A1E0A;
}
#13 Re: Add background image for body and branding
Posted 13 December 2011 - 11:44 PM
nothing change even I did exactly what you said Mr. Broni D;
I wish I could find someone do this job for me TT^TT
#14 Re: Add background image for body and branding
#15 Re: Add background image for body and branding
Posted 14 December 2011 - 01:04 AM
You seem to have two settings for the background:
Quote
background: none repeat scroll 0 0 #FFFFFF !important;
color: #4E200D;
}
and
Quote
html, body {
background: url("http://haehyukjj.com/public/style_images/Christmas_v__01/branding_bg1.png") repeat scroll 0 0 transparent;
color: #5A5A5A;
}
The second one is correct.
Remove the first one.
#16 Re: Add background image for body and branding
Posted 14 December 2011 - 06:19 AM
#17 Re: Add background image for body and branding
#18 Re: Add background image for body and branding
Posted 14 December 2011 - 11:28 PM
I did everything but it's not show any differences
#19 Re: Add background image for body and branding
#20 Re: Add background image for body and branding
Posted 15 December 2011 - 12:08 AM
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users















