2 Questions: How to make forum opaque? How to center the forum buttons?
2 posters
Page 1 of 1
2 Questions: How to make forum opaque? How to center the forum buttons?
Hello.
1) What is the CSS code that allows me to set the level of opacity of the forum so I can view the background image of the forum?
2) My buttons (Index, Calendar FAQ, Members, PMs, etc) at the top of the forum starts from the left to right. How would I make them at the center of the forum?
An example of both can be viewed here:
http://thirdlevel.forumotion.com/
----
Thanks.
1) What is the CSS code that allows me to set the level of opacity of the forum so I can view the background image of the forum?
2) My buttons (Index, Calendar FAQ, Members, PMs, etc) at the top of the forum starts from the left to right. How would I make them at the center of the forum?
An example of both can be viewed here:
http://thirdlevel.forumotion.com/
----
Thanks.
Last edited by dinobot on April 19th 2012, 9:10 pm; edited 1 time in total
dinobot- New Member
- Posts : 16
Reputation : 1
Language : English
Re: 2 Questions: How to make forum opaque? How to center the forum buttons?
Hi,
ACP >> Display >> Headers & Navigation >> Menu position:
ACP >> Display >> Headers & Navigation >> Menu position:
Re: 2 Questions: How to make forum opaque? How to center the forum buttons?
Sir Chivas gaved you response to the 2nd point.
For first point, add to CSS Stylesheet:
For first point, add to CSS Stylesheet:
- Code:
#wrap{
background-color: transparent;
background-image: none;
}
- Code:
#wrap{
-khtml-opacity: 0.2;
-moz-opacity: 0.2;
opacity: 0.2;
filter: alpha(opacity=20);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}
Guest- Guest
Re: 2 Questions: How to make forum opaque? How to center the forum buttons?
Thank you for your responses. For
Which number do I edit to change the opacity of the forum?
- Code:
#wrap{
-khtml-opacity: 0.2;
-moz-opacity: 0.2;
opacity: 0.2;
filter: alpha(opacity=20);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}
Which number do I edit to change the opacity of the forum?
dinobot- New Member
- Posts : 16
Reputation : 1
Language : English
Re: 2 Questions: How to make forum opaque? How to center the forum buttons?
0.2 and 20. Be sure, 0.2 from -khtml-opacity, -moz-opacity & opacity means the same as 20 from filter & -ms-filter.
Guest- Guest
dinobot- New Member
- Posts : 16
Reputation : 1
Language : English
Guest- Guest
Similar topics
» How to make buttons forum such as
» How to align the center of the buttons
» how to make a picture in the Center?
» How to make a credit text go to the center
» [Preview] and [Send] Buttons are on the left, how do i move it to center
» How to align the center of the buttons
» how to make a picture in the Center?
» How to make a credit text go to the center
» [Preview] and [Send] Buttons are on the left, how do i move it to center
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum