Div Layout - Mood & Status? |
Div Layout - Mood & Status? |
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! |
|
|
|
![]() |
Dec 29 2008, 02:30 PM
Post
#2
|
|
|
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. |
|
|
|
Dec 29 2008, 02:54 PM
Post
#3
|
|
|
Newbie ![]() Group: Member Posts: 5 Joined: Dec 2008 Member No: 705,965 |
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! |
|
|
|
mymoonbase Div Layout - Mood & Status? Dec 28 2008, 11:37 PM
n-murray You could try this I'm not sure if it will wor... Dec 29 2008, 01:51 AM
Anarchy Try this code to move the default picture and mood... Dec 29 2008, 05:54 AM
mymoonbase QUOTE(Anarchy @ Dec 29 2008, 05:54 AM) Tr... Dec 29 2008, 01:13 PM
Anarchy No problem. Topic closed & moved. Dec 29 2008, 02:57 PM![]() ![]() |