Possible to make details section boxes transparent?, Myspace 2.0 |
![]() ![]() |
Possible to make details section boxes transparent?, Myspace 2.0 |
Oct 17 2009, 02:45 PM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 13 Joined: Sep 2009 Member No: 745,703 |
In the details section I want to make the boxes containing "status, orientation, ethnicity, etc" transparent.
I've tried and could only get the outside box around the details to become transparent. |
|
|
|
Oct 17 2009, 05:33 PM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,237 Joined: May 2008 Member No: 648,123 |
If you have anything but "No Theme" chosen as your them, you're out of luck. Choosing "No Theme" makes them (and everything else) have transparent background.
|
|
|
|
Oct 17 2009, 06:34 PM
Post
#3
|
|
|
Member ![]() ![]() Group: Member Posts: 13 Joined: Sep 2009 Member No: 745,703 |
Alright well I've gotten it to work, but I'm not sure how to change the opacity or color of my transparent boxes. Here's what I'm working with:
CODE {! Start Script: Copyright|myspace.com/lesterkyle !}
div.moduleMid { background:url(http://creative.myspace.com/profiles/images/modulebg.png); } div.moduleTop div div, div.moduleBottom div div { background:url(http://creative.myspace.com/profiles/images/modulebg.png) top left repeat-x; height:10px;} div.moduleTop, div.moduleTop div, div.moduleBottom, div.moduleBottom div { background: url(http://creative.myspace.com/profiles/images/rndcorner.png) no-repeat; font-size:0px; } div.moduleTop div div { height:7px; margin: 0px 7px; } div.moduleBottom div div { height:7px; margin: 0 7px; } div.moduleMid2 { padding: 0 7px;} div.moduleTop { background-position: top left;} div.moduleTop div { background: url(http://creative.myspace.com/profiles/images/rndcorner2.png) no-repeat;background-position: top right;} div.moduleBottom { background-position: 0px -16px; } div.moduleBottom div { background-position: bottom right; } div.module { border:none; padding:5;} div.musicPlayerModule, div.musicPlayerModule div.moduleMid1, div.musicPlayerModule div.moduleTop, div.musicPlayerModule div.moduleMid, div.musicPlayerModule div.moduleTop div, div.musicPlayerModule div.moduleTop div div, div.musicPlayerModule div.moduleBottom div div, div.musicPlayerModule div.moduleBottom div, div.musicPlayerModule div.moduleBottom { background:none; border; border: 0px solid #ccc; background-color:transparent} {! End Script: Copyright|myspace.com/lesterkyle !} |
|
|
|
Oct 17 2009, 08:00 PM
Post
#4
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,237 Joined: May 2008 Member No: 648,123 |
Can you show a screen capture of what's happening, and do a mock up of what you're trying to achieve?
|
|
|
|
Oct 17 2009, 08:41 PM
Post
#5
|
|
|
Member ![]() ![]() Group: Member Posts: 13 Joined: Sep 2009 Member No: 745,703 |
Here is a picture showing part of my profile.
http://img198.imageshack.us/img198/7347/1337q.jpg As you can see, I have a picture in the background that doesn't show well with that light gray transparency. I want to be able to change it to a different shade of gray, and also change the opacity. |
|
|
|
Oct 17 2009, 10:10 PM
Post
#6
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,237 Joined: May 2008 Member No: 648,123 |
Ah, I gotcha. Try this:
CODE .detailsModule, .detailsModule * { background:none; }
|
|
|
|
Oct 17 2009, 11:09 PM
Post
#7
|
|
|
Member ![]() ![]() Group: Member Posts: 13 Joined: Sep 2009 Member No: 745,703 |
It's still appears the same to me
|
|
|
|
Oct 17 2009, 11:18 PM
Post
#8
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,237 Joined: May 2008 Member No: 648,123 |
I feel a little out of it. Forgot you're using "div" as a selector.
Use this instead: CODE div.detailsModule *, div.detailsModule div.moduleTop *, div.detailsModule div.moduleBottom * { background:none; }
|
|
|
|
Oct 18 2009, 02:21 AM
Post
#9
|
|
|
Member ![]() ![]() Group: Member Posts: 13 Joined: Sep 2009 Member No: 745,703 |
I've entered it in and it only makes the details box cut off on the top and bottom for some odd reason.
|
|
|
|
Oct 18 2009, 04:07 AM
Post
#10
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
Not sure if this'll help:
CODE div.detailsModule *, div.detailsModule div.moduleTop *, div.detailsModule div.moduleBody *, div.detailsModule div.moduleBottom * { background:none; } See if that works. |
|
|
|
Oct 18 2009, 09:52 PM
Post
#11
|
|
|
Member ![]() ![]() Group: Member Posts: 13 Joined: Sep 2009 Member No: 745,703 |
Not sure if this'll help: CODE div.detailsModule *, div.detailsModule div.moduleTop *, div.detailsModule div.moduleBody *, div.detailsModule div.moduleBottom * { background:none; } See if that works. Yes that worked, but when I try to change the shade of the color this is what happens... http://img42.imageshack.us/img42/9950/1337k.jpg It only applies to the mid section of the details and leaves part of the top and bottom just the same, leaving it look like a rectangle inside. |
|
|
|
Oct 19 2009, 03:16 PM
Post
#12
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
I'm not sure you can override the backgrounds MySpace has set for the top and bottom sections.
|
|
|
|
Oct 20 2009, 01:33 PM
Post
#13
|
|
|
Member ![]() ![]() Group: Member Posts: 13 Joined: Sep 2009 Member No: 745,703 |
Ahh, oh well..
|
|
|
|
Oct 20 2009, 04:48 PM
Post
#14
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Administrator Posts: 8,629 Joined: Jan 2007 Member No: 498,468 |
Topic Closed and Moved
|
|
|
|
![]() ![]() |