The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

2 Questions: How to make forum opaque? How to center the forum buttons?

2 posters

Go down

Solved 2 Questions: How to make forum opaque? How to center the forum buttons?

Post by dinobot April 19th 2012, 10:19 am

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.


Last edited by dinobot on April 19th 2012, 9:10 pm; edited 1 time in total
avatar
dinobot
New Member

Posts : 16
Reputation : 1
Language : English

Back to top Go down

Solved Re: 2 Questions: How to make forum opaque? How to center the forum buttons?

Post by Sir Chivas™ April 19th 2012, 11:08 am

Hi, Hello

ACP >> Display >> Headers & Navigation >> Menu position: Wink
Sir Chivas™
Sir Chivas™
Helper
Helper

Male Posts : 6965
Reputation : 457
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||

Back to top Go down

Solved Re: 2 Questions: How to make forum opaque? How to center the forum buttons?

Post by Guest April 19th 2012, 3:49 pm

Sir Chivas gaved you response to the 2nd point.

For first point, add to CSS Stylesheet:
Code:
#wrap{
background-color: transparent;
background-image: none;
}
or:
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)";
}
avatar
Guest
Guest


Back to top Go down

Solved Re: 2 Questions: How to make forum opaque? How to center the forum buttons?

Post by dinobot April 19th 2012, 8:59 pm

Thank you for your responses. For

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?
avatar
dinobot
New Member

Posts : 16
Reputation : 1
Language : English

Back to top Go down

Solved Re: 2 Questions: How to make forum opaque? How to center the forum buttons?

Post by Guest April 19th 2012, 9:02 pm

0.2 and 20. Be sure, 0.2 from -khtml-opacity, -moz-opacity & opacity means the same as 20 from filter & -ms-filter. Wink
avatar
Guest
Guest


Back to top Go down

Solved Re: 2 Questions: How to make forum opaque? How to center the forum buttons?

Post by dinobot April 19th 2012, 9:09 pm

thank you!
avatar
dinobot
New Member

Posts : 16
Reputation : 1
Language : English

Back to top Go down

Solved Re: 2 Questions: How to make forum opaque? How to center the forum buttons?

Post by Guest April 19th 2012, 9:11 pm

You are welcome. Very Happy
avatar
Guest
Guest


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum