Transparency Question Again (Sorry), Myspace 2.0 |
Transparency Question Again (Sorry), Myspace 2.0 |
Oct 21 2009, 08:57 PM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 13 Joined: Sep 2009 Member No: 745,703 |
How can I keep my Picture, friend's pictures and possibly text from becoming transparent with this code, when all I want is the background of my modules to be transparent?
CODE .msc {background code} body {URL GOES HERE); background-position:center center; background-attachment:fixed;} .msc {transparent tables code} div.module {border:3px solid RED; background-color:BLUE; filter:alpha(opacity=80); -moz-opacity:0.80; opacity:0.80; -khtml opacity:0.80;} |
|
|
|
![]() |
Oct 21 2009, 10:37 PM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,237 Joined: May 2008 Member No: 648,123 |
The only way is by using RGBa, which won't work in Internet Explorer. If you're comfortable with the restrictions, use this instead of what you have for div.module:
CODE .module { border:3px solid red; background:rgba(0,0,255,.8); }
|
|
|
|
Oct 21 2009, 11:33 PM
Post
#3
|
|
|
Member ![]() ![]() Group: Member Posts: 13 Joined: Sep 2009 Member No: 745,703 |
Thanks!! That fixed it!
I don't mean to be such a burden, but I've noticed that in your "Crotian Waterfalls" Layout, your backgrounds of your modules have sort of a crystal clear looking touch. Is there anyway I can make mine look like that opacity? I understand that I'm asking for a little too much, and its part of your unique layout. Thank you again for your help |
|
|
|
Oct 22 2009, 03:09 AM
Post
#4
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,237 Joined: May 2008 Member No: 648,123 |
Most of the layouts on here under my name were made by someone who used to work with me, so I don't know which one that is. Can you give me a link?
Also slipped my mind...for getting transparent backgrounds in IE with opaque content, you can use images. Just make a 1x1 image in an editing program, lower the opacity to what you need, save it as PNG-24 and use that as your background. |
|
|
|
Oct 22 2009, 11:46 AM
Post
#5
|
|
|
Member ![]() ![]() Group: Member Posts: 13 Joined: Sep 2009 Member No: 745,703 |
|
|
|
|
Oct 22 2009, 12:19 PM
Post
#6
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
That layout uses the method Elia mentioned:
Most of the layouts on here under my name were made by someone who used to work with me, so I don't know which one that is. Can you give me a link? Also slipped my mind...for getting transparent backgrounds in IE with opaque content, you can use images. Just make a 1x1 image in an editing program, lower the opacity to what you need, save it as PNG-24 and use that as your background. You can view the background here. Notice its opacity was lowered before being saved, uploaded and set as the modules' backgrounds. |
|
|
|
Oct 23 2009, 07:44 PM
Post
#7
|
|
|
Member ![]() ![]() Group: Member Posts: 13 Joined: Sep 2009 Member No: 745,703 |
Alright, Thanks for the help!
|
|
|
|
Oct 24 2009, 12:15 AM
Post
#8
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Administrator Posts: 8,629 Joined: Jan 2007 Member No: 498,468 |
Topic Closed and Moved
|
|
|
|
![]() ![]() |