Div Layout - Mood & Status? |
Div Layout - Mood & Status? |
![]()
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! ![]() |
|
|
![]() |
![]()
Post
#2
|
|
![]() 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? |
|
|
![]() ![]() |