css coding on Myspace - Problem

Posted by Frederik Wessberg on Stack Overflow See other posts from Stack Overflow or by Frederik Wessberg
Published on 2010-04-26T21:30:20Z Indexed on 2010/04/26 21:33 UTC
Read the original article Hit count: 247

Filed under:
|
|
|

Hey Folks. I've read what I could, and I'm certainly no master, but I'm fixing up a colleagues profile on myspace.com, and im working with 2 divs in each side of the screen, and I want them to align so that they are next to each other. I've tried float: left; and float: right;, and I've tried margin: right; on div 1 and such.

Could you help?

Here's the site: http://www.myspace.com/jonasjohansen

This is info for div1:

<div class="textBox" align="left" style="width: 290px; word-wrap:break-word">  
<span class="orangetext15">
BANDS
</span>

<b>MOVE</b><br />
Fredrik ....balbalbalbla
</div>

<style>
.textBox {
position: relative;
left:-320px;
top:0px;
width: 290px;
height: 350px;
overflow-y: visible;
overflow-x: visible;
top: YYYpx;
z-index: 3;
background-color: transparent;
border:none;

}
</style>

This is info for div2:

<style>.i {display:none;}{!-eliminate bio header!-}table table td.text table td.text {display:none;}{!-recover in shows and friends-!}table table td.text div table td.text,table table td.text table.friendSpace td.text {display:inline;}{! move up our custom section.  You may change px value !}div.myDivR {position:relative; top:0px; margin-bottom:-300px; }{! you can apply style to the custom div !}div.myDivR {background-color:white; border:2px solid; border-color:darkgreen; float: right;}</style></td></tr></table></td></tr></table><span class="off">Re-Open Bio Table give it our own Class </span><table class="myBio" style="width:435px;"><tr><i class="i"></i><td class="myBioHead" valign="center" align="left" width="auto" bgcolor="ffcc99" height="17">  &nbsp;&nbsp;<span class="orangetext15"> ABOUT JONAS JOHANSEN</span>  </td></tr><tr><td><table class="myBioI"><tr><td><span class="off"></span>


blalbalbalbalbla

<span class="off">END Bio Content </span>

© Stack Overflow or respective owner

Related posts about myspace

Related posts about float