Guys,
I thought we fixed this, but is has come back again.
Only on the PC and Android 4.0 Toshiba tablet (Mac Firefox, Safari, Chrome don't do this), when the page loads, the drop down menu below "ABOUT US" appears briefly (for about 1/4 second), then goes away.
This is the previous video that shows it ("Template Files" drop down then):
http://www.4vis.com/VISI-NewAngularSite-DropdownMenuPopup.mp4
Also, this is the previous post (read toward the bottom of it):
http://www.kriesi.at/support/topic/angular-default-menu-on-mobile-devices
This is the Custom.css we have now:
========
/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */
.js_active .main_menu ul{display: block !important;}
#js_sort_items {
font-size: 14px;
}
#top .template-dynamic .callout {
padding: 4px 0 0px;
}
#top .template-dynamic .callout p {
padding-bottom: 0;
}
#top .mobileMenu {
display: none !important;
}
.ajax-portfolio-response {
z-index: 2;
}
@media only screen and (max-width: 767px) {
.main_menu ul .sub-menu {
visibility: none;
opacity:0;
display:block;
}
.ajax-portfolio-response-wrapper {
top: 40px;
}}
=======
Any ideas?
ThanX,
Mark














