drop down navigation drop down navigation
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

drop down navigation

Started by Kugelblitz, February 14, 2006, 12:55:40 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Kugelblitz

Hi
I want to implement a Drop Down Navigation
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?

Nibbler

Doctype is set in template.html. Don't change it unless you make the code valid according to that doctype.

Kugelblitz

Did it. Still got errors on Validation but it works in all browsers.