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
|
|
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 :/ |
|
|
![]() ![]() |