hello all,
i don't really good in css and i can't seem to figure this one
i have a div that hold inside it 2 divs
[CODE=html]<div class="line">
<div class="left"><s pan class="link">My name</span>here we have a lot of text </div>
<div class="right">t ime stamp</div>
</div>[/CODE]
css:
[CODE=css].line{width:400 px;}
.left{float:lef t;}
.right{float:ri ght;}
.link{color:blu e}[/CODE]
the problem is when the text is tooo long the left div height getting 'bigger' thats good. but the timestamp ends up at the bottom of the right div and not at the top.
what should i do?
i don't really good in css and i can't seem to figure this one
i have a div that hold inside it 2 divs
[CODE=html]<div class="line">
<div class="left"><s pan class="link">My name</span>here we have a lot of text </div>
<div class="right">t ime stamp</div>
</div>[/CODE]
css:
[CODE=css].line{width:400 px;}
.left{float:lef t;}
.right{float:ri ght;}
.link{color:blu e}[/CODE]
the problem is when the text is tooo long the left div height getting 'bigger' thats good. but the timestamp ends up at the bottom of the right div and not at the top.
what should i do?
Comment