Re: [css-d] Two columns equal length

2006-05-21 Thread Bob Easton
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

Re: [css-d] Two columns equal length

2006-05-21 Thread Gunlaug Sørtun
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

Re: [css-d] Two columns equal length

2006-05-20 Thread Dave Buchholz
* 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

Re: [css-d] Two columns equal length

2006-05-19 Thread Gavin & Sharon
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

Re: [css-d] Two columns equal length

2006-05-19 Thread Gunlaug Sørtun
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

[css-d] Two columns equal length

2006-05-19 Thread Gavin & Sharon
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