|
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 Linear CSS Drop-Down Menu Component
*
* @file dropdown.linear.css
* @package Dropdown
* @version 0.1
* @type Transitional
* @requires dropdown.css
* @browsers Windows: IE6+, 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-linear {
width: 100%;
}
ul.dropdown-linear ul li {
float: left;
}
ul.dropdown-linear li.hover,
ul.dropdown-linear li:hover {
position: static;
}
ul.dropdown-linear ul ul {
display: none !important;
}