|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/klengineers/klwebsite-controller/style/dropdown/ |
Upload File : |
@charset "UTF-8";
/**
* Horizontal Upward CSS Drop-Down Menu Component
*
* @file dropdown.upward.css
* @package Dropdown
* @version 0.1
* @type Transitional
* @requires dropdown.upward.css
* @browsers Windows: IE5+, Opera7+, Firefox1+
* Mac OS: Safari2+, Firefox2+
*
* @link http://www.lwis.net/
* @copyright 2006-2008 Live Web Institute. All Rights Reserved.
*
*/
@import "dropdown.css";
ul.dropdown-upward ul {
top: auto !important;
bottom: 100%;
}
ul.dropdown-upward ul ul {
bottom: 1px;
}