User mcaulay - Stack Overflow most recent 30 from stackoverflow.com 2009-12-18T23:18:08Z http://stackoverflow.com/feeds/user/1148 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/421708/whats-your-favorite-js-css-drop-down-menu/422796#422796 0 Answer by mcaulay for What's your favorite JS/CSS drop down menu? mcaulay 2009-01-08T00:41:16Z 2009-01-08T00:41:16Z <p>It's worth checking out superfish which expands slightly on suckerfish</p> http://stackoverflow.com/questions/7089/what-is-the-best-way-to-create-rounded-corners-using-css/9199#9199 8 Answer by mcaulay for What is the best way to create rounded corners using CSS? mcaulay 2008-08-12T20:01:45Z 2008-08-12T20:01:45Z <p>jQuery is the way i'd deal with this personally. css support is minimal, images are too fiddly, to be able to select the elements you want to have round corners in jQuery makes perfect sense to me even though some will no doubt argue otherwise. Theres a plugin I recently used for a project at work here: <a href="http://plugins.jquery.com/project/jquery-roundcorners-canvas" rel="nofollow" title="PyXML"><a href="http://plugins.jquery.com/project/jquery-roundcorners-canvas" rel="nofollow">http://plugins.jquery.com/project/jquery-roundcorners-canvas</a></a></p>