Re: [css-d] DIV background problem in FireFox

2006-01-30 Thread Maarten Reynders
> Maarten,
>
> on Monday, January 30, 2006 at 10:55 Maarten Reynders wrote:
>
>> Site: http://www.plusminusitv.be/index.php?page=opzet
>> CSS: http://www.plusminusitv.be/design/css/style.css
>
> You've got to clear the floats before the container div closes, to
> force the container to wrap the floats.
>
> Add after xtra02:
>
> 
>
> .clear {
>   clear: both;
>   height: 1px;
>   font-size: 1px;
>   line-height: 1px;
>   margin-bottom: -1px;
> }
>
> regards
>
>  Martin

Thanks a lot! This fixed the problem. I had to put it in front of my XTRA01 
and XTRA02 div though, otherwise my televisions were gone. Thanks to 
everyone who contributed in solving my problem!

Maarten 


__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] DIV background problem in FireFox

2006-01-30 Thread Martin Heiden
Maarten,

on Monday, January 30, 2006 at 10:55 Maarten Reynders wrote:

> Site: http://www.plusminusitv.be/index.php?page=opzet
> CSS: http://www.plusminusitv.be/design/css/style.css

You've got to clear the floats before the container div closes, to
force the container to wrap the floats.

Add after xtra02:



.clear {
   clear: both;
   height: 1px;
   font-size: 1px;
   line-height: 1px;
   margin-bottom: -1px;
}

regards

  Martin

 



__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] DIV background problem in FireFox

2006-01-30 Thread Maarten Reynders

Inventis MailI've got a problem with a background which should fill my
>> #container div nicely. In Internet Explorer it works fine. In Firefox it
>> won't fill...

>>
>> Try:
>> background-image: url(../images/cont_bg.gif);
>> background-repeat:repeat-y;
>>
>>
>> Ian
>
>>>Nope, still nothing.
>
>
> On my system the image now repeats on the y axis on both IE and FF, 
> however,
> there are other issues with the contianer div as it is not centred or 
> lining
> up with the body background gif.

That's if I add "float: left;", but I can't do that, because the site has to 
be centered. 


__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] DIV background problem in FireFox

2006-01-30 Thread Ian Young
>>>Inventis MailI've got a problem with a background which should fill my
> #container div nicely. In Internet Explorer it works fine. In Firefox it
> won't fill...
>>>
>
> Try:
> background-image: url(../images/cont_bg.gif);
> background-repeat:repeat-y;
>
>
> Ian

>>Nope, still nothing.


On my system the image now repeats on the y axis on both IE and FF, however,
there are other issues with the contianer div as it is not centred or lining
up with the body background gif.

Ian

--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.375 / Virus Database: 267.14.23/243 - Release Date: 27/01/2006

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] DIV background problem in FireFox

2006-01-30 Thread David Dorward
On 30/01/06, Maarten Reynders <[EMAIL PROTECTED]> wrote:
> Inventis MailI've got a problem with a background which should fill my
> #container div nicely. In Internet Explorer it works fine. In Firefox it
> won't fill...

I don't have the time/tools to do a serious investigation right now,
but my guess is that it *is* filling the div, but the div isn't as
tall as you expect. Are you floating everything inside it? If so, 
you've hit an IE bug.

http://www.complexspiral.com/publications/containing-floats/

--
David Dorward 
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] DIV background problem in FireFox

2006-01-30 Thread Maarten Reynders
>>>Inventis MailI've got a problem with a background which should fill my 
> #container div nicely. In Internet Explorer it works fine. In Firefox it 
> won't fill...
>>>
> 
> Try:
> background-image: url(../images/cont_bg.gif);
> background-repeat:repeat-y;
> 
> 
> Ian

Nope, still nothing.

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] DIV background problem in FireFox

2006-01-30 Thread Ian Young
>>Inventis MailI've got a problem with a background which should fill my 
#container div nicely. In Internet Explorer it works fine. In Firefox it 
won't fill...
>>

Try:
background-image: url(../images/cont_bg.gif);
background-repeat:repeat-y;


Ian
-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.375 / Virus Database: 267.14.23/243 - Release Date: 27/01/2006

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] DIV background problem in FireFox

2006-01-30 Thread Maarten Reynders
Inventis MailI've got a problem with a background which should fill my 
#container div nicely. In Internet Explorer it works fine. In Firefox it 
won't fill...

Site: http://www.plusminusitv.be/index.php?page=opzet
CSS: http://www.plusminusitv.be/design/css/style.css

It would be great if anyone could help me out.

Maarten 


__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/