User mcaulay - Stack Overflowmost recent 30 from stackoverflow.com2009-12-18T23:18:08Zhttp://stackoverflow.com/feeds/user/1148http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/421708/whats-your-favorite-js-css-drop-down-menu/422796#4227960Answer by mcaulay for What's your favorite JS/CSS drop down menu?mcaulay2009-01-08T00:41:16Z2009-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#91998Answer by mcaulay for What is the best way to create rounded corners using CSS?mcaulay2008-08-12T20:01:45Z2008-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>