Help - Search - Members - Calendar
Full Version: one thing
Forums > Resource Center > Support Center > MySpace Support > Myspace Resolved Topics
JCLore
is there a way to change the color of just the headline border??
and is there a way to increase the percent of opacity for just the friends space??

thanx
newkidontheblock
This Should Work For The Friend Space
CODE
<style type="text/css" >

  .friendSpace {
   filter: alpha(opacity=60);
   opacity: 0.60;
   -moz-opacity: 0.60;
   }

</style>

You Can Change It...

For The Headline Border I Don't No What You Mean Because My Headline Doesn't Have A Border.

IVIike
did you check this topic?
http://www.createblog.com/forums/index.php?showtopic=84325
JCLore
actually i changed my mind and went with a border
but i want to get rid of the words in the extended network box
so yea
haha

thanx for the opacity code
newkidontheblock
THIS WILL GET RID OF THE WORDS IN THE EXTENDED NETWORK BOX
CODE
<style type="text/css">
.extendedNetwork .blacktext12 {display:none; }
</style>
JCLore
yeah
i knew it would be something like that
thanx
JCLore
actually
about the borders problem

i put this in and they disappeared
CODE
table, tr, td {background-color: transparent; border: 0px; padding:2;}
table table {border: 0px;}
table table table table{border: 0px;}

{The actual modules}
table table table {border: 0px solid; border-color: transparent; background-color: transparent; }
digitalfragrance
^ If you want borders, change the "0px" to 1px, or higher, depending on how thick you want the border.

Also, change "transparent" to a hex color code like FFFFFF
JCLore
yep

i'm done
thank you
digitalfragrance
Sure thing _smile.gif
Topic Closed
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.