Log In · Register

 
Div Layout - Mood & Status?
mymoonbase
post Dec 28 2008, 11:37 PM
Post #1


Newbie
*

Group: Member
Posts: 5
Joined: Dec 2008
Member No: 705,965



Hey folks,

Working with Myspace DIV layouts for the first time, and I'm not entirely sure 100% as to what I'm doing, haha. I've got the layout up and running, but was looking to play around with a few more options and such. I would like to find a way to add my default picture and my current status and mood. Is there a way that I could do that? I have HTML and CSS knowledge, but battling with applying it to Myspace right now! wacko.gif Any help is appreciated!
 
 
Start new topic
Replies (1 - 8)
n-murray
post Dec 29 2008, 01:51 AM
Post #2


Member
**

Group: Member
Posts: 25
Joined: Nov 2008
Member No: 700,955



You could try this I'm not sure if it will work:

CODE
<style>
.text{visiblity:visible;}
.ctl00_cpMain_ctl01_UserBasicInformation1_hlDefaultImage{position:absolute; top:; left:; overflow:auto;}
</style>


and/or

CODE
<style>
.Table2{position:absolute; top:; left:; overflow:auto;}
</style>


Something like that maybe. I suggest downloading FireBug for Firefox and researching from there I don't feel like getting into detail right now sorry :/
 
Mickey
post Dec 29 2008, 05:54 AM
Post #3


Treasure Pleasure
********

Group: Head Staff
Posts: 11,193
Joined: Oct 2005
Member No: 281,127



Try this code to move the default picture and mood around:

CODE
<style>
.profileinfo {visibility:visible; position:absolute; left:50%; top:500px; margin-left:-500px; z-index:9; background:none;}
.profileInfo td td.text {visibility:hidden;}
.profileInfo td.text a img {visibility:visible;}
.profileInfo td td {visibility:visible;}
.profileinfo table tr:last-child, .nametext {display:none;}
.profileinfo table td {border:none; line-height:0px;}
</style>

Just change the top and margin-left values according to where you want them. Now, what do you mean by status?
 
mymoonbase
post Dec 29 2008, 01:13 PM
Post #4


Newbie
*

Group: Member
Posts: 5
Joined: Dec 2008
Member No: 705,965



QUOTE(Anarchy @ Dec 29 2008, 05:54 AM) *
Try this code to move the default picture and mood around:

CODE
<style>
.profileinfo {visibility:visible; position:absolute; left:50%; top:500px; margin-left:-500px; z-index:9; background:none;}
.profileInfo td td.text {visibility:hidden;}
.profileInfo td.text a img {visibility:visible;}
.profileInfo td td {visibility:visible;}
.profileinfo table tr:last-child, .nametext {display:none;}
.profileinfo table td {border:none; line-height:0px;}
</style>

Just change the top and margin-left values according to where you want them. Now, what do you mean by status?


I'll give that one a try. The 'status' is the thing paired with the mood, the one that used to be the "is in your extended network" area.
 
mymoonbase
post Dec 29 2008, 02:14 PM
Post #5


Newbie
*

Group: Member
Posts: 5
Joined: Dec 2008
Member No: 705,965



Great, I'll definitely give it a shot when I get home this evening. I'll let you know how it works out.

I appreciate the replies! thumbsup.gif
 
mymoonbase
post Dec 29 2008, 02:27 PM
Post #6


Newbie
*

Group: Member
Posts: 5
Joined: Dec 2008
Member No: 705,965



I just played around with it a bit, and it shows the default picture and mood, but the status line is still missing. I downloaded FireBug like the other posted suggested, but couldn't find anything.
 
Mickey
post Dec 29 2008, 02:30 PM
Post #7


Treasure Pleasure
********

Group: Head Staff
Posts: 11,193
Joined: Oct 2005
Member No: 281,127



Try this code instead:

CODE
<style>
.searchMonkey-standardUserStatus {position:absolute; left:50%; top:250px; margin-left:-500px; z-index:9; background:none;}
.profileinfo {position:absolute; left:50%; top:500px; margin-left:-500px; z-index:9; background:none;}
.profileInfo td td.text {visibility:hidden;}
.profileInfo td.text a img {visibility:visible;}
.profileInfo td td {visibility:visible;}
.profileinfo table tr:last-child, .nametext {display:none;}
.profileinfo table td {border:none; line-height:0px;}
</style>

The first line should move the status. Again, just mess around with the values.
 
mymoonbase
post Dec 29 2008, 02:54 PM
Post #8


Newbie
*

Group: Member
Posts: 5
Joined: Dec 2008
Member No: 705,965



QUOTE(Anarchy @ Dec 29 2008, 02:30 PM) *
Try this code instead:

CODE
<style>
.searchMonkey-standardUserStatus {position:absolute; left:50%; top:250px; margin-left:-500px; z-index:9; background:none;}
.profileinfo {position:absolute; left:50%; top:500px; margin-left:-500px; z-index:9; background:none;}
.profileInfo td td.text {visibility:hidden;}
.profileInfo td.text a img {visibility:visible;}
.profileInfo td td {visibility:visible;}
.profileinfo table tr:last-child, .nametext {display:none;}
.profileinfo table td {border:none; line-height:0px;}
</style>

The first line should move the status. Again, just mess around with the values.

Worked like a charm! Thanks a lot for all your help! Cheers, mate! cool.gif
 
Mickey
post Dec 29 2008, 02:57 PM
Post #9


Treasure Pleasure
********

Group: Head Staff
Posts: 11,193
Joined: Oct 2005
Member No: 281,127



No problem. Topic closed & moved.
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: