LiveWire Network Peer Answers Peer Support Teen Forums Tech Forums College Forums 596 users online 225067 members 711 active today Advertise Here Sign In
TeenCollegeTechPhotos | Quizzes | LiveSecret | Memberlist | Dictionary | News | FAQ
Member Spotlight
miSTerwARg
Interests: old men(57)
Mood: Lonely
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
6 online / 19 MPM
Fresh Topics
  LiveWire / Technical Forums / Web Design & Search Engine Optimization / Adding Reply

Quoting Post
Archived Topic: It will not be bumped to the top of the forum.
Topic Myspace help!
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
Chloe102 Posted at 1:43 pm on June 12, 2008
Im new on myspace. When i put a background it works but its hidden in back of a white background where all my info is ! what do i do?

Replies
Mediocre Posted at 3:38 pm on June 13, 2008
Quote: from Chloe102 at 1:49 pm on June 12, 2008

<style type="text/css" >  
table table table {background:transparent;}  
table table table td {  
background-color:transparent;  
filter:alpha(opacity=70); -moz-opacity:0.7; opacity:0.7; -khtml-opacity:0.7;  
</style>

What do i right after td {



Nothing. But you need to put a } after -khtml-opacity:0.7;
Chloe102 Posted at 1:50 pm on June 12, 2008
I mean write** lol i type too fast
Chloe102 Posted at 1:49 pm on June 12, 2008
<style type="text/css" >
table table table {background:transparent;}
table table table td {
background-color:transparent;
filter:alpha(opacity=70); -moz-opacity:0.7; opacity:0.7; -khtml-opacity:0.7;
</style>

What do i right after td {

dpade1337 Posted at 1:46 pm on June 12, 2008
<style type="text/css" >
table table table {background:transparent;}
table table table td {
background-color:transparent;
filter:alpha(opacity=70); -moz-opacity:0.7; opacity:0.7; -khtml-opacity:0.7;
</style>
AngelFxxk Posted at 1:46 pm on June 12, 2008
Look through your layout code.

You'll see "FFFFFF" <-- replace that with "transparent"

dpade1337 Posted at 1:44 pm on June 12, 2008
make your tables transparent
All 6 previous replies displayed.