Background and Navigation
The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1 • Share •
Background and Navigation
Navigation Help
Navigation problem solved
Background
1) How do I make a body background where there is 60% opacity, it is fixed, and has with my own background image? Where is it located so that I can make the changes?
2) How do I change the background behind the body background and make it fixed? Where is it located so that I can make the changes?
3) Where do I add the css to change the appearance of my forum. I tried using Javascript Management but nothing happens. In general is it somewhere in the admin panel? Where is the code to change the background located at? Is it in the "modify templates" page?
Navigation problem solved
Background
1) How do I make a body background where there is 60% opacity, it is fixed, and has with my own background image? Where is it located so that I can make the changes?
2) How do I change the background behind the body background and make it fixed? Where is it located so that I can make the changes?
3) Where do I add the css to change the appearance of my forum. I tried using Javascript Management but nothing happens. In general is it somewhere in the admin panel? Where is the code to change the background located at? Is it in the "modify templates" page?
Last edited by XDirect12345 on November 22nd 2011, 10:00 pm; edited 3 times in total (Reason for editing : minor changes)
Re: Background and Navigation
- Code:
body {
opacity:0.4;
filter:alpha(opacity=40);}
Phpbb2:
- Code:
.bodyline {
opacity:0.4;
filter:alpha(opacity=40);}
Phpbb3:
- Code:
#wrap {
opacity:0.4;
filter:alpha(opacity=40);}
For fixed background try at your class:
- Code:
position: fixed;
ACP > Display > Colors > CSS Stylesheet
The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum