easiest fix would be add a class to top level li's, then change
ul.menu>li to topClass name bnice5000 wrote: I will start by saying that I am a complete newb when it comes to jquery. I am trying to use the jquery corners http://www.malsup.com/jquery/corner/ product to create rounded corners in a drupal 6 theme. I have the corners rounded, but the issue that I am running into is that the corners style are being inherited all the way through the menu instead of staying on the top level. I have included my code below. Any help would be appriciated. Thank you in advance.--Brian <code> $(window).load(function(){ $("#sidebar-left-inner ul.menu>li").corner("bl tl").css("border- bottom-style","solid"); }); </code> |
- [jQuery] Clear Formatting Jquery Corners bnice5000
- [jQuery] Re: Clear Formatting Jquery Corners Charlie