Please help? Whats going on with my music player?, length |
Please help? Whats going on with my music player?, length |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 7 Joined: Jan 2009 Member No: 710,212 ![]() |
So basically I made my music player smaller but I moved it now to the top right corner of my page but only now my Interest table hasn't moved up.
It's just staying in the same spot and I can't move it up. Can anyone help me? Please and thank you. =] CODE <style> embed, object, param {position:absolute!important; top:0px!important; right:0px!important; width:50px!important; height:51px!important;} .interestsAndDetails {margin-top:-2px!important;}</style> <style>td td embed, td td object{width:294px; height:123px;} td.text embed {width:294px; height:123px;} td.text embed, td.text object {width:260px; height:38px;}</style> Top one I got to move the code to the corner and the bottom one is to make it smaller My myspace. |
|
|
![]() |
![]()
Post
#2
|
|
![]() Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 ![]() |
Try replacing your custom details code with this:
CODE </td> </tr> </table> </td> </tr> </table> <br /> <style> .customdetails {position:relative; top:-400px;} </style> <table bgcolor="6699CC" border="1" bordercolor="6699CC" cellpadding="0" cellspacing="0" width="300" class="customdetails"> <tr> <td class="text" align="left" bgcolor="6699CC" height="10" valign="center" width="300"> Boobalicious Mama's Life </span> </td> </tr> <tr> <td valign="top"> <table align="center" bgcolor="FFFFFF" border="0" bordercolor="000000" cellpadding="3" cellspacing="3" width="300"> <tr> <td align="left" bgcolor="b1d0f0" valign="top" width="100"> <span class="lightbluetext8"> Status: </span> </td> <td bgcolor="d5e8fb" width="175"> ZOMBIE! </td> </tr> <tr> <td align="left" bgcolor="b1d0f0" valign="top" width="100"> <span class="lightbluetext8"> Orientation: </span> </td> <td style="" bgcolor="d5e8fb" width="175"> Bi-Sexual </td> </tr> <tr> <td align="left" bgcolor="b1d0f0" valign="top" width="100"> <span class="lightbluetext8"> Hometown: </span> </td> <td bgcolor="d5e8fb" width="175"> [[Bloomington]] </td> </tr> <tr> <td align="left" bgcolor="b1d0f0" valign="top" width="100"> <span class="lightbluetext8"> Children: </span> </td> <td style="" bgcolor="d5e8fb" width="175"> Someday <3 Goddaughter on the way!!! </td> </tr> <tr> <td align="left" bgcolor="b1d0f0" valign="top" width="100"> <span class="lightbluetext8"> Occupation: </span> </td> <td style="" bgcolor="d5e8fb" width="175"> Sex Goddess </td> </tr> </td> </td></tr></table> </td></tr></table> </td><td> <div class="off"> <table><tr><td><table><tr><td> Try that and see if it works. |
|
|
![]() ![]() |