Opera and the <noscript> tag
When you build websites and test them in various browsers there always are some problems in some browsers. Usually it's the one you expect who displays things incorrectly. But a few days ago I was surprised when Opera insisted on showing me the contents of a <noscript> tag
. The solution to the problem was a little surprising. To have users see a nice noscript message I had styled it through CSS. When I removed the styles Opera behaved. The line that triggered the display was
Other display configurations seem to create the same problem. Opera's behaviour is incorrect, see the specs as Dave points out.display: block;
I am Nicolas Kuttler, a web developer, system administrator and IT consultant from France, currently living in Germany.
2 comments
Start a new thread