A.K. Allen wrote:

> http://frank.mtsu.edu/~provost/MT_home/mt_bulletproof.shtml
> 
> It works fairly well in FF, but in IE6, the title and image div goes
> all the way to the edge of the screen instead of staying in the 46%
> width column. Also, the paragraph of text does not appear at all.  I
> have been working on this problem for weeks.  Can someone look at my
> code and tell me what I've done wrong?

Correct...
* html .columns {height: 1%; zoom: 1%;}
...to...
* html .columns {height: 1%; zoom: 1;}

IE6 will otherwise try to zoom down that element to 1% of its intended
size, and - as you have already seen - IE6 chokes on the entire operation.

As a 'hasLayout' trigger it is 'zoom: 1' = 'zoom: 100%'.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to