View jquery.dd.min.js
// MSDropDown - jquery.dd.js | |
// author: Marghoob Suleman - http://www.marghoobsuleman.com/ | |
// Date: 10 Nov, 2012 | |
// Version: 3.0 | |
// Revision: 16 | |
// web: www.marghoobsuleman.com | |
/* | |
// msDropDown is free jQuery Plugin: you can redistribute it and/or modify | |
// it under the terms of the either the MIT License or the Gnu General Public License (GPL) Version 2 | |
*/ |
View dd.css
.borderRadius{-moz-border-radius:5px; border-radius:5px; } | |
.borderRadiusTp{-moz-border-radius:5px 5px 0 0; border-radius:5px 5px 0 0;} | |
.borderRadiusBtm{-moz-border-radius:0 0 5px 5px ; border-radius:0 0 5px 5px;} | |
.ddcommon {position:relative;display:-moz-inline-stack; zoom:1; display:inline-block; *display:inline; cursor:default;} | |
.ddcommon ul{padding:0;margin:0;} | |
.ddcommon ul li{list-style-type:none;} | |
.borderRadiusTp ul li:last-child{-moz-border-radius:0 0 5px 5px ; border-radius:0 0 5px 5px;border-bottom:0 none #c3c3c3; } | |
.borderRadiusBtm ul li:first-child{-moz-border-radius:5px 5px 0 0; border-radius:5px 5px 0 0 ;border-bottom:1 solid #c3c3c3; } |