[css-d] container help (BB)

2007-09-23 Thread RKN Studio
Hello - I'm having a little trouble with an image being the larger portion of content within a div container.  I'm not sure why it is that text content will extend the container as necessary, but not an image.  Am I missing something? http://www.rknstudio.com/sites/bb/index1.html

Re: [css-d] container help (BB)

2007-09-23 Thread neal
the image sis floated and therefore not block - level the float needs to be cleared there are a few methods for this http://www.quirksmode.org/css/clearing.html http://complexspiral.com/publications/containing-floats/ is is the correct way for it to render without being cleared Hello - I'm

Re: [css-d] container help (BB)

2007-09-23 Thread eric cash
RKN Studio wrote: Hello - I'm having a little trouble with an image being the larger portion of content within a div container. I'm not sure why it is that text content will extend the container as necessary, but not an image. Am I missing something? #nav is floated left, used to be you

Re: [css-d] container help (BB)

2007-09-23 Thread eric cash
RKN Studio wrote: Thanks Eric - That appears to work for Moz/FF, but not IE6... :/ I'm still too groggy too test this, but if I remember correctly, the trick to getting ie6 to jive with the overflow: auto trick is to give that same element a width. Try a width on #main-text and let us know if