html - Strange rendering issue in Chrome, Opera and Safari -
People amazing me I have created an HTML page that uses CSS animations and some very basic javascript is. Although I am convinced that I have not done it in the best / most effective way (still slightly new), it is very happy for me, but before I get some element in chrome, safari or opera Go with intermittent issue.
Live example:
Go to "Problem solving skills", go back to "Communication Skills" or "Leadership Skills". The following navigation buttons problem solving skills are still visible. But they are not really ... If I hit Ctrl + A, then they disappear. You can not click on them, they just left there.
I tried to do it on some PCs and there was only one problem. Sometimes it does not happen at all, it does not look like it on IE or Firefox. Are these browsers handing over these elements and how to process opacity?
Many thanks in advance.
Edit: Here's a screen:
This is a long shot, But you have blamed HTML on those buttons, trying to fix it and see what happens:
& lt; P class = "btnText" & gt; Communication skills & lt; / P class = "btnText" & gt; should be:
& lt; P class = "btntext" & gt; Communication skills & lt; / P & gt; edit OK, try adding this style to .example2:
Height: 100%; Change and overflow:
overflow: hidden;
Comments
Post a Comment