Ik heb een site gemaakt, netjes met divs, voor zover ik weet xhtml en css valid, en dan krijg je dit als je deze site bekijkt in Firefox... http://deagle.nl/dorst
Twee hele divs worden gewoon niet getoond...
Terwijl er echt nix mis is met die divs etc..
A DOCTYPE Declaration is mandatory for most current markup languages and without one it is impossible to reliably validate a document. The DOCTYPE defines the version of the document like : HTML 4.0.1, XHTML 1.0, 1.1, ...
Solution:
Please place a DOCTYPE declaration as the very first thing in an HTML document. For example, for a typical XHTML 1.0 document:
A opening or closing tag is found. But this tag is currently not expected.
Opening tag: the tag is not at his place.
Closing tag: the tag is not opened. It can be due to a previous error.
Solution:
For a closing tag, remove the closing tag or add the missing opening tag before
Ik heb een site gemaakt, netjes met divs, voor zover ik weet xhtml en css valid, en dan krijg je dit als je deze site bekijkt in Firefox... http://deagle.nl/dorst
Twee hele divs worden gewoon niet getoond...
Terwijl er echt nix mis is met die divs etc..