Site icon Catch Themes

Bug: HP Touchpad Navigation bg gradient

Within the last 3 updates a bug has been introduced. Previously the menu background (#access) would show correctly on an HP Touchpad. Now in the latest version the background gradient is just a few pixels high and mostly the menu is not visible. This is the CSS style: #branding #access, #colophon #access-footer { background: #3d3d3d; /* Show a solid color for older browsers */ background: -moz-linear-gradient(#585858, #3d3d3d); background: -o-linear-gradient(#585858, #3d3d3d); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#585858), to(#3d3d3d)); /* older webkit syntax */ background: -webkit-linear-gradient(#585858, #3d3d3d); clear: both; display: block; float: left; margin: 0 auto 2px; width: 100%; } However, I am not sure what browser HP Touchpad runs and why it would now display the navigation menu wrongly. J.
Exit mobile version