[css-d] Elements that create new block formatting contexts

2010-05-02 Thread Thierry Koblentz
Hi, I've been trying to find mention in the specs of fieldsets creating new block formatting contexts, but I can't find the reference anywhere. Any idea where I can find that document? TIA. -- Regards, Thierry www.tjkdesign.com | www.ez-css.org | @thierrykoblentz

Re: [css-d] Background image not showing up

2010-05-02 Thread Thierry Koblentz
>> That container already has a white background: >> >> #container { >> background:#FF; >> border:1px solid #00; >> margin:0 auto; >> text-align:left; >> width:960px; >> } >> >> so imho there is no need to style all the divs inside it: >> >> #container div {background-color:#FF

Re: [css-d] Background image not showing up

2010-05-02 Thread taestrada
-Original Message- From: Thierry [mailto:thierry.koble...@gmail.com] On Behalf Of Thierry Koblentz Sent: Sunday, May 02, 2010 9:58 AM To: 'taestrada'; css-d@lists.css-discuss.org Subject: RE: [css-d] Background image not showing up > > I've used j-query to create some toggled content on

Re: [css-d] Background image not showing up

2010-05-02 Thread Thierry Koblentz
> > I've used j-query to create some toggled content on this page: > > > > http://www.issaquahfish.org/dev/education/learn-about-salmon.html > I'm not sure why you're styling all the DIVs like that, but if you do > not > want to change that styling you can use the following to fix the issue: > >

Re: [css-d] Background image not showing up

2010-05-02 Thread taestrada
-Original Message- From: Thierry [mailto:thierry.koble...@gmail.com] On Behalf Of Thierry Koblentz Sent: Sunday, May 02, 2010 8:35 AM To: 'taestrada'; css-d@lists.css-discuss.org Subject: RE: [css-d] Background image not showing up > I've used j-query to create some toggled content on th

Re: [css-d] Background image not showing up

2010-05-02 Thread Christian Kirchhoff
Am 02.05.2010 16:55, schrieb taestrada: > I've used j-query to create some toggled content on this page: > > http://www.issaquahfish.org/dev/education/learn-about-salmon.html > > > > If you click on any of the toggles, you will see the bottom background image > from is there, but the repeating im

Re: [css-d] Background image not showing up

2010-05-02 Thread Thierry Koblentz
> I've used j-query to create some toggled content on this page: > > http://www.issaquahfish.org/dev/education/learn-about-salmon.html > > > > If you click on any of the toggles, you will see the bottom background > image > from is there, but the repeating image for class="toggle_container">

[css-d] Background image not showing up

2010-05-02 Thread taestrada
I've used j-query to create some toggled content on this page: http://www.issaquahfish.org/dev/education/learn-about-salmon.html If you click on any of the toggles, you will see the bottom background image from is there, but the repeating image for is missing. I've spent way too much time tr