Re: [css-d] Chrome issue with 1 pixel spacing between ul

2014-07-15 Thread Chris Rockwell
Thanks all. It looks like I need to set the width above 100%. I'm generating screenshots from browserstack now. Chris Rockwell On Mon, Jul 14, 2014 at 11:56 PM, Georg ge...@gunlaug.com wrote: Den 15.07.2014 02:44, skrev Jon Reece: ​Maybe a pixel-rounding issue? Yes, it is. Testing on

[css-d] Chrome issue with 1 pixel spacing between ul

2014-07-14 Thread Chris Rockwell
Hey all, I'm struggling to track down why, in Chrome (I'm in 35.0.1916.153 m), I'm getting transparent separation between some items. It's not occurring in Firefox or IE. The dev site is dev.truckingshow.com. To reproduce, simply mouse over any of the main navigation items and you'll see a

Re: [css-d] Chrome issue with 1 pixel spacing between ul

2014-07-14 Thread Jeff Peck
Sent: Monday, July 14, 2014 4:17 PM To: CSS-Discuss Subject: [css-d] Chrome issue with 1 pixel spacing between ul Hey all, I'm struggling to track down why, in Chrome (I'm in 35.0.1916.153 m), I'm getting transparent separation between some items. It's not occurring in Firefox or IE

Re: [css-d] Chrome issue with 1 pixel spacing between ul

2014-07-14 Thread Chris Rockwell
...@lists.css-discuss.org [mailto: css-d-boun...@lists.css- discuss.org] On Behalf Of Chris Rockwell Sent: Monday, July 14, 2014 4:17 PM To: CSS-Discuss Subject: [css-d] Chrome issue with 1 pixel spacing between ul Hey all, I'm struggling to track down why, in Chrome (I'm in 35.0.1916.153 m

Re: [css-d] Chrome issue with 1 pixel spacing between ul

2014-07-14 Thread Philippe Wittenbergh
Le 15 juil. 2014 à 08:30, Chris Rockwell ch...@chrisrockwell.com a écrit : Thanks Jeff. Unfortunately, overflow:hidden is required, otherwise the sub nav items are always visible (you may not have noticed because the color is white). The goal is to have the menu transition height from 0 to

Re: [css-d] Chrome issue with 1 pixel spacing between ul

2014-07-14 Thread Jon Reece
On Mon, Jul 14, 2014 at 5:16 PM, Chris Rockwell ch...@chrisrockwell.com wrote: I'm struggling to track down why, in Chrome (I'm in 35.0.1916.153 m), I'm getting transparent separation between some items. It's not occurring in Firefox or IE. The dev site is dev.truckingshow.com. To

Re: [css-d] Chrome issue with 1 pixel spacing between ul

2014-07-14 Thread Chris Rockwell
In that case, why not add 'overflow: visible' to .l-region--navigation nav .menu:hover li ul That will resolve the issue with the spacing, but the menu functionality is messed up -- `overflow` is not transitionable (?) so the sub menus appear before the transition finishes. See this pen

Re: [css-d] Chrome issue with 1 pixel spacing between ul

2014-07-14 Thread Karl DeSaulniers
Works for me since you made the nav go all the way accross the page. Mac OS Chrome 28.0.1500.71 Best, Karl DeSaulniers Design Drumm http://designdrumm.com __ css-discuss [css-d@lists.css-discuss.org]

Re: [css-d] Chrome issue with 1 pixel spacing between ul

2014-07-14 Thread Philippe Wittenbergh
Le 15 juil. 2014 à 10:37, Chris Rockwell ch...@chrisrockwell.com a écrit : That will resolve the issue with the spacing, but the menu functionality is messed up -- `overflow` is not transitionable (?) so the sub menus appear before the transition finishes. See this pen for an example:

Re: [css-d] Chrome issue with 1 pixel spacing between ul

2014-07-14 Thread Georg
Den 15.07.2014 02:44, skrev Jon Reece: ​Maybe a pixel-rounding issue? Yes, it is. Testing on various window-widths shows the gap come and go. Bumping the width of .l-region--navigation nav .menu li ul.menu up to 100.5% appears to remove the unwanted separation in Chrome. That, or to