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
>> 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
-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
> > 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:
>
>
-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
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
> 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">
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