drop down navigation drop down navigation
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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.