Flash & the Doctype
Flash & the Doctype
Out of context: Reply #10
- Started
- Last post
- 11 Responses
- UndoUndo0
the doctype defines how the page will be interpreted by the browser - your code should match the spec for the doc type you use if it doesnt then it jumps into Quirks Mode - which is 'I will do my best to read this page mode'
:)