Previous Message
Next Message

How to display a line BELOW the div?

Sent by David Laakso on 25 May 2009 12:12


Anna Gavrilovic wrote:
> I've got the following code:
>
> <trimmed>
>
> I would like to display <div class="box-files-port"> below the image. How
> would I go about doing this?
>
> Anna
> _


Amend the CSS in the head of the document to read?:

<style type="text/css">
body {margin: 0; padding: 0;}
..left {border: 1px dashed blue; float: left;}
..box-text-port {background: fuchsia;overflow:hidden;}
..box-files-port {background: red; }
p {margin: 0;}
</style>

The goofy colors are just to see what is where...
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
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/
Previous Message
Next Message

Message thread:

Possibly related: