Curtis
M/23
Two Seven Zero,
Kentucky
Mensaje instantáneo
Enviar mensaje
|
Publicado:
ago 17, 2006 12:05 p.m.
Frequently Asked Questions
(PLEASE DO NOT REPLY IN THIS POST)
|
Curtis
M/23
Two Seven Zero,
Kentucky
Mensaje instantáneo
Enviar mensaje
|
Publicado:
ago 17, 2006 12:14 p.m.
Q: How do I add more divs?
A: To add another div, you have to add two parts of a code into your Interests and Music section.
Interests
For each new div, you have to add a new properties tag for it.
.div4 {
background-color:black; color:white;
border:2px solid; border-color:silver;
width:600px; height:200px; overflow:auto;
position:absolute; z-index:2; left:50%; top:0%;
margin-left:-300px; margin-top:150px; text-align:center;
visibility:visible;}
Music
Now you have to add a div class tag.
<div class="div4">
CONTENT GOES HERE
</div>
(Make sure the red numbers are not being used in another div)
|
Curtis
M/23
Two Seven Zero,
Kentucky
Mensaje instantáneo
Enviar mensaje
|
Publicado:
ago 17, 2006 12:16 p.m.
Q: How do I add content into my divs?
A: In your Music section, add your codes into your div class tags.
<div class="div1">
CONTENT GOES HERE
</div>
(This will make the content show in div 1.)
|
Curtis
M/23
Two Seven Zero,
Kentucky
Mensaje instantáneo
Enviar mensaje
|
Publicado:
ago 22, 2006 12:44 a.m.
Q: How do I get rid of the "©2003-2006 MySpace.com. All Rights Reserved." that's showing through?
A: Add this code to your style tags.
table div font { visibility:hidden; }
table table div font { visibility:visible; }
|
TINTLE♥
F/18
lame town,
Washington
Mensaje instantáneo
Enviar mensaje
|
Publicado:
ago 24, 2006 12:31 a.m.
it didnt work when i did that
:(
|
Curtis
M/23
Two Seven Zero,
Kentucky
Mensaje instantáneo
Enviar mensaje
|
Publicado:
ago 24, 2006 12:46 a.m.
caitlin!Wrote:
it didnt work when i did that
:(
Are you freakin serious... :S
"(PLEASE DO NOT REPLY IN THIS POST)"
Can that not be any more clear?
|
The Holy Placebo
Mensaje instantáneo
Enviar mensaje
|
Publicado:
sep 30, 2006 3:19 a.m.
Curtis wrote:
Are you freakin serious... :S
"(PLEASE DO NOT REPLY IN THIS POST)"
Can that not be any more clear?
wow.
just fucking wow.
|
Brandon - spleeyah.com
M/18
Orange County,
California
Mensaje instantáneo
Enviar mensaje
|
Publicado:
nov 11, 2006 6:49 p.m.
HOLY FU*K...
Your breathing is a waste of oxygen.
|
Silenced By Violence
Mensaje instantáneo
Enviar mensaje
|
Publicado:
nov 12, 2006 5:55 a.m.
sorry i don't follow directions very well when someone tells me not to do something
|
Curtis
M/23
Two Seven Zero,
Kentucky
Mensaje instantáneo
Enviar mensaje
|
Publicado:
nov 12, 2006 4:35 p.m.
Q: How do I move the myspace music player?
Q: My flash embed is resized/moved. How do I fix it?
A: PLAYER CODE
table table embed {display:block; width:202px; height:35px; position:absolute; top:4px; left:4px; visibility:visible;}
table table table embed, .bbzContainer div embed {position:static !important; width:auto; height:auto; }
change the "table table embed" to "table table object"
and
"table table table embed" to "table table table object"
this works in mozilla 1.5 and ie 6
|
Brandon - spleeyah.com
M/18
Orange County,
California
Mensaje instantáneo
Enviar mensaje
|
Publicado:
nov 12, 2006 7:09 p.m.
©µR†I§ wrote:
Q: How do I move the myspace music player?
Q: My flash embed is resized/moved. How do I fix it?
A: PLAYER CODE
table table embed {display:block; width:202px; height:35px; position:absolute; top:4px; left:4px; visibility:visible;}
table table table embed, .bbzContainer div embed {position:static !important; width:auto; height:auto; }
change the "table table embed" to "table table object"
and
"table table table embed" to "table table table object"
this works in mozilla 1.5 and ie 6
However, in Firefox, this can lead to a white embedded box showing up randomly, which looks bad, especially if your background is not white. (At least it happened to me)
I used the "* html" hack to fix this:
//Changes the properties for all browsers
table table embed {
position: absolute;
width:202px; height:35px;
left:50%; top:0%;
margin-left:-3px;
margin-top:133px;
visibility:visible !important;
z-index:8;
}
//Overwrites the properties for IE
* html table table object {
position: absolute;
width:202px; height:35px;
left:50%; top:0%;
margin-left:-3px;
margin-top:133px;
visibility:visible !important;
z-index:8;
}
|
Curtis
M/23
Two Seven Zero,
Kentucky
Mensaje instantáneo
Enviar mensaje
|
Publicado:
nov 13, 2006 12:34 a.m.
y do people still intend on posting in this FAQ thread. can you not read
|
Curtis
M/23
Two Seven Zero,
Kentucky
Mensaje instantáneo
Enviar mensaje
|
Publicado:
nov 15, 2006 5:46 a.m.
ok that was just dumb. and no one asked for ur opinion.
|
|
|