Re: [css-d] IE7 breaks nav and site check

2007-09-14 Thread Bruno Fassino
Brian Funk wrote:

> html at: 
> css at: 
>
> Zoom up or down in IE7 and watch the main navigation.


In IE7, inline elements with padding, background, border (like your 'li' and
'a') have problems when 'zoomed' [1].
Try applying hasLayout to your inline 'li' (and or to the 'a'), for example
with:
  #navwrap ul li, #navwrap2 ul li { zoom: 1 }

I hope this helps a little,

Bruno

[1] http://www.brunildo.org//test/ie7_badzoom.html
[2] http://www.satzansatz.de/cssd/onhavinglayout.html

--
Bruno Fassino http://www.brunildo.org/test

__
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] IE7 breaks nav and site check

2007-09-14 Thread Brian Funk
Good day all,

html at: 
css at: 

Zoom up or down in IE7 and watch the main navigation. 

Otherwise, since I'm nearly done with it, whoever wouldn't mind having a look, 
please do.

All criticisms and comments most certainly welcome and appreciated.

Credit and thanks to Francky and Georg for their help more than a year ago.[1]
Credit and thanks to Alex for the pedigree list.


[1]I am slow.. but not *that* slow. I had to put it down for a while. :-)

-- 
regards,

Brian
__
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/