doc/en/layout/css/iefixes.css
Daniel Gerzo 767d46fd8c - 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@
2009-07-06 22:09:22 +00:00

54 lines
1.4 KiB
CSS

/*
* FreeBSD.org - Fixes for Internet Explorer
* $FreeBSD: www/en/layout/css/iefixes.css,v 1.3 2005/11/23 14:22:06 keramida Exp $
*/
/*Win IE fix \*/
* html #TOPNAVLIST li { margin: 0 0.5em 0 -0.5em; }
* html #topnavlist li { margin: 0 0.5em 0 -0.5em; }
* html #MENU ul.first { border-left: 0; }
* html #MENU li { margin: 0.2em 0 -1em 0; }
* html #languagenavlist li { padding: 0 0.1em 0 0.4em; }
* html #languagenavlist li.last-child { padding: 0 0em 0 0.4em; }
* html #searchnavlist li { padding: 0 0.4em 0 0.8em; }
* html #searchnavlist li.last-child { padding: 0 0 0 0.8em; }
* html #SEARCHNAVLIST li { padding: 0 0.4em 0 0.8em; }
* html #SEARCHNAVLIST li.last-child { padding: 0 0 0 0.8em; }
* html #SEARCH, #search { height: 1%; }
* html #MIRROR, #mirror { height: 1%; }
/*End Win IE fix*/
/*Win IE fix \*/
* html pre { font-size: 1.0em; }
* html tt { font-size: 1.0em; }
/*End Win IE fix*/
/*Win IE fix \*/
* html #FRONTSHORTCUTS, #frontshortcuts { height: 1%; }
* html #FRONTSHORTCUTSWRAP, #frontshortcutswrap { height: 1%; }
* html #FRONTSHORTCUTSCONTENT, #frontshortcutscontent { height: 1%; }
* html #FRONTSHORTCUTSLIST, #frontshortcutslist { height: 1%; }
* html #FRONTRELEASES, #frontreleases { height: 1%; }
* html #FRONTRELEASESWRAP, #frontreleaseswrap { height: 1%; }
* html #FRONTRELEASESCONTENT, #frontreleasescontent { height: 1%; }
* html #FRONTRELEASESLIST, #frontreleaseslist { height: 1%; }
/*End Win IE fix*/