Re: [css-d] the problem of a page in ie6

2008-10-28 Thread ray
Thank you.
From the clue you provided, I found two excellent articles about this issue:
http://www.satzansatz.de/cssd/onhavinglayout.html
http://onhavinglayout.fwpf-webdesign.de/hack_management/

On Tue, Oct 28, 2008 at 11:53 AM, Gunlaug Sørtun [EMAIL PROTECTED] wrote:

 ray wrote:

  This page http://fouragency.co.uk/who_are_four.php is abnormal in IE6.
 Look at the menu on the left hand side.


  IE6 is so bad!


 Yes :-)

 Add 'hasLayout' trigger to anchors in that list...

 .menu a {height: 1%;}

 ...and that old bugger will behave itself and act more like a proper
 browser.

 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/


[css-d] the problem of a page in ie6

2008-10-27 Thread ray
Hey, all

This page http://fouragency.co.uk/who_are_four.php is abnormal in IE6. Look
at the menu on the left hand side. The white spaces between the menu items
are very large, and the white spaces between sub menu items are not
expected. These bugs only appear on IE6.   IE7 and Firefox are fine. I
looked at the IE6 bug list in pie, but found nothing similar. Could somebody
help me out? IE6 is so bad!

Thanks in advance.
__
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/


Re: [css-d] the problem of a page in ie6

2008-10-27 Thread Gunlaug Sørtun
ray wrote:

 This page http://fouragency.co.uk/who_are_four.php is abnormal in 
 IE6. Look at the menu on the left hand side.

 IE6 is so bad!

Yes :-)

Add 'hasLayout' trigger to anchors in that list...

.menu a {height: 1%;}

...and that old bugger will behave itself and act more like a proper
browser.

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/