Daniel Hammond wrote:
> Why aren't my photos staying in the content div? I've colored the
> background of the div green so you can see where it is.

Decent browsers won't "contain" floats unless they are told to.

#content {float: left;}
...will be a suitable "containment-command" in your case, since floats
with default height (no height) will always contain floating children.

> URL: www.objectivedesigns.com/2/photography.htm

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to