Re: [css-d] 1px difference in IE7

2010-08-20 Thread David Laakso
Daniel Hammond wrote:
> URL: http://www.northsidecreativeservices.org/sportsandrec
>
>
> In IE7, the horizontal navigation is shifted down one pixel, so the bottom of 
> the buttons covers up the black horizontal line that is the bottom border for 
> the horizontal navigation area. All other browsers (FF, Safari, Chrome, Opera 
> [all on Mac and Win], and IE8) seem to display it correctly.
>   


Umm... providing the user has the exact same settings as yours. In Mac 
FF, I default to 16px minimum font-size 16px in the prefs :-) .


> Daniel
>   




The js errors prevent me from working on your page in IETester on Mac 
10.4. Someone with a native IE/7 install may have better luck helping you.
If you comment out all the background colors for the menu, the overlap 
appears to be more like 3 or 4px. All I can suggest is tinkering with 
this, /assuming/ it is the target selector, and see if it makes any 
difference?

*:first-child + html ul.menuVert {
position: absolute;
visibility: hidden;
top: 41px;
}




-- 
:: desktop and mobile ::
http://chelseacreekstudio.com/

__
css-discuss [cs...@lists.css-discuss.org]
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] 1px difference in IE7

2010-08-19 Thread Daniel Hammond
URL: http://www.northsidecreativeservices.org/sportsandrec
CSS: http://www.northsidecreativeservices.org/sportsandrec/sports.css

In IE7, the horizontal navigation is shifted down one pixel, so the bottom of 
the buttons covers up the black horizontal line that is the bottom border for 
the horizontal navigation area. All other browsers (FF, Safari, Chrome, Opera 
[all on Mac and Win], and IE8) seem to display it correctly.

Daniel
__
css-discuss [cs...@lists.css-discuss.org]
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/