You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
/*
|
|
Name: jQuery Simple Drop Down Plugin Stylesheet
|
|
Author: Etienne Fardet
|
|
Version: 1.2
|
|
-- Fixes for IE --
|
|
*/
|
|
|
|
¨* {zoom:1;}
|
|
|
|
.drop ul, .drop ul li {width:134px;}
|
|
.drop ul li a, .drop ul li a:hover {padding:8px;}
|
|
.drop ul li a:hover {background-color:#06f;}
|