Re: [css-d] Menu hover bleeding 1px on FF

2016-03-10 Thread Dave Chiu
if you want to do CSS only, you could take advantage of keyframes, which works on most browsers these days http://caniuse.com/#search=css-animation add a simple CSS animation: @keyframes showSubnav { 0% { opacity: 0; } 100% { opacity: 1; } } add the animation elements to your :hover ul class

Re: [css-d] New website

2016-03-10 Thread Karl DeSaulniers
Hello again Everyone, I made edits to my site that I "believe" will fix most if not all of the issues people had with viewing my new website. If I could ask you to take another look and let me know if that is the case, I would greatly appreciate it. I think I have ironed out about 95-98% of the

[css-d] Samsung Galaxy ?

2016-03-10 Thread Crest Christopher
Anyone on this list have a Samsung Galaxy S5 or S6 or both ? __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies --

Re: [css-d] Menu hover bleeding 1px on FF

2016-03-10 Thread J.C. Berry
Thanks again, everyone. Now I have an issue that is more of a usability one with that menu. We need: 1. The submenus to delay opening until after the main menu animation/bkgd color (0.4s). 2. And for the main menu item to stay highlighted while the mouse is over the submenu. I just didn't know

Re: [css-d] Menu hover bleeding 1px on FF

2016-03-10 Thread J.C. Berry
Works great! Beautiful Dave. Thanks to Karl as well. On Thu, Mar 10, 2016 at 2:57 PM, Dave Chiu wrote: > adding vertical-align: top will at least get FF and Chrome to act the same > #pronet_topnav_wrapper #pronet_nav_container #pronet_nav ul#subnav > li a { > [...]

Re: [css-d] Menu hover bleeding 1px on FF

2016-03-10 Thread Dave Chiu
adding vertical-align: top will at least get FF and Chrome to act the same #pronet_topnav_wrapper #pronet_nav_container #pronet_nav ul#subnav > li a { [...] vertical-align: top; } then adjust the margin-top on the list item from 6 to 7 #pronet_topnav_wrapper #pronet_nav_container

Re: [css-d] Menu hover bleeding 1px on FF

2016-03-10 Thread Karl DeSaulniers
Hi J.C., I noticed that #pronet_topnav_wrapper #pronet_nav_container #pronet_nav { height: 41px; ... } The rest of your nav containers are height: 40px; Might be the culprit. Also, you should not need to use !important for your nav. Check your floats and/or display: block vs.

[css-d] Menu hover bleeding 1px on FF

2016-03-10 Thread J.C. Berry
Hi everyone, could you help with an issue I am having with a menu hover background color in Firefox? http://www.xifin.com/pronet/partners You will notice that the hover bleeds about 1px on the bottom. Any ideas? Thanks! -- J.C. Berry, M.A. UI Developer 619.306.1712(m) jcharlesbe...@gmail.com