coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: Kugelblitz on February 14, 2006, 12:55:40 PM

Title: drop down navigation
Post by: Kugelblitz on February 14, 2006, 12:55:40 PM
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?
Title: Re: drop down navigation
Post by: Nibbler on February 14, 2006, 02:36:59 PM
Doctype is set in template.html. Don't change it unless you make the code valid according to that doctype.
Title: Re: drop down navigation
Post by: Kugelblitz on February 16, 2006, 10:09:42 PM
Did it. Still got errors on Validation but it works in all browsers.