Anna Gavrilovic wrote:
> Hi all
>
> I've got the following code:
>
> <style type="text/css">
> div.left {
>  float: left;
> }
> </style>
> <div class="box-text-port">
>   <div style="width: 170px;" class="left"> <img src="tn_ScreenShot003.jpg"
> alt="" width="160" border="0" height="182"></div>
>   <p>Vestibulum egestas quam in nulla pretium blandit. In ac urna purus,
> tempor hendrerit sem. Vestibulum nec ligula dolor, quis egestas elit.
> Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere
> cubilia Curae; Integer posuere nunc et odio adipiscing non porta lacus
> molestie.</p>
> </div>
> <div class="box-files-port">
>   <p>I would like to display this BELOW the image</p>
>
> </div>
>
> I would like to display <div class="box-files-port"> below the image. How
> would I go about doing this?
>
> Ann
hi Anna,

add
div.box-text-port {
    overflow: auto;
}

but that code is pretty inefficient, to say the least.

Mark


______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to