Dave Buchholz wrote:
>
> * html div.half_block_center
> {
> overflow: visible;
> width: 100%;
> }
>
> ...which is according to specs[1] for the good browsers, and according to
> Microsoft[2] for IE/win. Looking good in my browsers.
>
>
> If I were to put this code in a conditional comment shou
Dave Buchholz wrote:
>
> * html div.half_block_center
> {
> overflow: visible;
> width: 100%;
> }
> If I were to put this code in a conditional comment should I choose the
> catch all
* html div.half_block_center
{
overflow: visible;
width: 100%;
}
...which is according to specs[1] for the good browsers, and according to
Microsoft[2] for IE/win. Looking good in my browsers.
If I were to put this code in a conditional comment should I choose the
catch all
Thanks so much Georg, it worked!
I'm still learning my way around CSS but enjoying it as I go.
Gunlaug Sørtun wrote:
> Gavin & Sharon wrote:
>
>> The problem I've been trying to solve is that the background-image
>> does not appear behind the floats.
>>
>
>
>> http://www.gateway.org.n
Gavin & Sharon wrote:
> The problem I've been trying to solve is that the background-image
> does not appear behind the floats.
> http://www.gateway.org.nz/v2/example.php
The container doesn't expand to contain those floats, which is correct
according to CSS standards. The result is that the bac
I'm trying to create two columns that have an equal length using a
background-image that gets repeated the length of the columns and using
two floats to position the text. The problem I've been trying to solve
is that the background-image does not appear behind the floats. It's all
part of a bi