karaok
Well, I guess it's not a simple CSS issue. Here's my issue again with a little more explaination.
I have links to my pages in my main menu. For example, one page is called "Help." I click on Help in my main menu, it tries to go to the Help page and it seems to be successful because in the browser tab (page title) I see "Help." But, all I can see on my screen and upon inspection of the page code in the dev console, is the loading spinner. BUT, as soon as I click on the "Help" link one more time in my main menu, the page displays. So,
- First click on menu item doesn't work, second click does
- Or, pasting the page's URL in my browser address bar and going to the page that way works
Is it JavaScript? Is something not triggering a final JavaScript event to remove the spinner and show the page? Then the second attempt forces that final event through? Something like that?