> I'm having a hard time wrapping my head around overflows. I've used
> them before (thanks to a few here who were able to help me), but
> sometimes they don't want to work for me.
> 
> Case in point... I have uploaded a site I'm helping a buddy with, and
> I can't seem to get the background (diamond plate) to expand down
> without adding a height.
> 
> Can someone go to: www.ba-doyn.com/junk/index.html and www.ba-
> doyn.com/junk/products_new_equip_heil.html
>   and take a peek and tell me what I'm doing wrong?


Try this:

1. remove the height from all the containers
2. remove overflow from the sidebar
3. add this
#content {
  display:inline-block;
  width:100%;
}

--
Regards,
Thierry
www.tjkdesign.com | www.ez-css.org | @thierrykoblentz

______________________________________________________________________
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