Hi...I'm a noob when it comes to drupal css or js, I needed to get a rounded cornered tabs effect for my $tabs li to show curves on the top left and right corners..so followed the read me and added the code
$commands[] = array('selector' => '.tabs li a');
$commands[] = array(
'selector' => '#bar',
'effect' => 'round',
'corners' => 'top',
'width' => '10',
);
now where I'm stuck is that the effect is implemented on all four corners and not just the top left and right...please let me know if i'm doing this wrong like any specific arguments need to be changed for the command array...thanks in advance...also please contemplate if there would be any browser specific issues applying effects to inline element like the anchor tags or block element namely li