LiveWire Network Peer Answers Peer Support Teen Forums Tech Forums College Forums 619 users online 225292 members 1285 active today Advertise Here Sign In
TeenCollegeTechPhotos | Quizzes | LiveSecret | Memberlist | Dictionary | News | FAQ
Member Spotlight
ToyJetpack
Music: Anathallo, Aloha, Battles, Crystal Cast...
Mood: Shy
You have 1 new message.
Emergency Help
Until you sign up you can't do much. Yes, it's free.

Sign Up Now
Membername:
Password:
Already have an account?
Invite Friends
Active Members
Groups
Contests
Moderators
4 online / 40 MPM
Christmas!
Fresh Topics
  LiveWire / Technical Forums / Web Design & Search Engine Optimization / Adding Reply

Adding Reply
Archived Topic: It will not be bumped to the top of the forum.
Topic Myspace Help on Transparent Background?
Membername   Not a member? Sign Up Free (takes 20 seconds)
Password   Forgotten your password?
Post

Font:   Size:   Color:

FAQ Keyword Search:
Post Options
Favorites Manager
Notify me of new replies to this topic by email
Notify me of new replies to this topic by private message
Original Post
zcbgameshark Posted at 1:18 pm on Mar. 27, 2008
Could anyone please help me with changing the opacity of the main box that includes all the sections like "About me" etc so that the background image can be seen easier?  I have the picture on the outskirts of the page but I think it would look nicer if more of it could be seen.  Thank you!

Replies
RossTheHoss69 Posted at 5:41 am on April 30, 2008
Quote: from rand0mguy at 10:06 pm on April 29, 2008

Quote: from RossTheHoss69 at 1:20 pm on Mar. 27, 2008

Code:
 
 <style>  
 table, table, table  
 {  
 background-color:your-color-here;  
 -moz-opacity:0.9;  
 filter:alpha(opacity="90");  
 }  
 </style>  
 
 
 Whatever you put in the '-moz-opacity:' has to be in decimal, ie 0.9, 0.8, etc.  
 To make the correlation between IE and FF, though, you have to have the same numbers, ie 0.8 and 80.


i thought that wasent that supported in IE and opera


It's supported in both.
rand0mguy Posted at 8:06 pm on April 29, 2008
Quote: from RossTheHoss69 at 1:20 pm on Mar. 27, 2008

Code:

<style>
table, table, table
{
background-color:your-color-here;
-moz-opacity:0.9;
filter:alpha(opacity="90");
}
</style>

Whatever you put in the '-moz-opacity:' has to be in decimal, ie 0.9, 0.8, etc.
To make the correlation between IE and FF, though, you have to have the same numbers, ie 0.8 and 80.


i thought that wasent that supported in IE and opera
RossTheHoss69 Posted at 1:20 pm on Mar. 27, 2008
Code:

<style>
table, table, table
{
background-color:your-color-here;
-moz-opacity:0.9;
filter:alpha(opacity="90");
}
</style>

Whatever you put in the '-moz-opacity:' has to be in decimal, ie 0.9, 0.8, etc.
To make the correlation between IE and FF, though, you have to have the same numbers, ie 0.8 and 80.
All 3 previous replies displayed.