Hi
I want to implement a Drop Down Navigation
http://www.cssplay.co.uk/menus/dropdown.html (http://www.cssplay.co.uk/menus/dropdown.html)
It works fine except Mozilla
The DOCTYPE needs to be changed/set to
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
I changed it in the template.html
but it doesn't work in Mozilla
see http://swaptv.de
- Is the Doctype set in an other file?
Doctype is set in template.html. Don't change it unless you make the code valid according to that doctype.
Did it. Still got errors on Validation but it works in all browsers.