From owner-cvs-doc@FreeBSD.ORG Mon Jul 6 22:09:23 2009 Return-Path: Delivered-To: cvs-doc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3C06B1065689; Mon, 6 Jul 2009 22:09:23 +0000 (UTC) (envelope-from danger@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2A81F8FC08; Mon, 6 Jul 2009 22:09:23 +0000 (UTC) (envelope-from danger@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n66M9NYe031744; Mon, 6 Jul 2009 22:09:23 GMT (envelope-from danger@repoman.freebsd.org) Received: (from danger@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n66M9Nfn031743; Mon, 6 Jul 2009 22:09:23 GMT (envelope-from danger) Message-Id: <200907062209.n66M9Nfn031743@repoman.freebsd.org> From: Daniel Gerzo Date: Mon, 6 Jul 2009 22:09:23 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/layout/css iefixes.css navigation.css www/share/sgml header.ent X-BeenThere: cvs-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the doc and www trees List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Jul 2009 22:09:24 -0000 danger 2009-07-06 22:09:23 UTC FreeBSD doc repository Modified files: en/layout/css navigation.css iefixes.css share/sgml header.ent Log: - Add a new feature to our top horizontal navigation menu -- a drop down navigation boxes. This is implemented in pure CSS and does not require javascript, etc. - Tested with all modern browsers (firefox, opera, safari, chrome, ie7+) where this feature works w/o problems. IE6 doesn't display drop down menus but has no regressions against the original implementation. - The drop down menus probably need some polishing, but for this we need someone with more design skills ;) - I believe this will allow our users to navigate through the web site more efficiently and quickly - Note that this change should to be ported by our translation teams to their localized versions of web site. For this reason I am not removing now deprecated parts of modified style sheets as these need to be kept until after localized pages will be ported to these new menus; otherwise they will be rendered pretty badly. Reviewed by: www@, doc@ Revision Changes Path 1.4 +4 -1 www/en/layout/css/iefixes.css 1.7 +72 -1 www/en/layout/css/navigation.css 1.12 +71 -12 www/share/sgml/header.ent