I am simply showing triangle on top of a div as shown in this example: http://jsfiddle.net/yuvaraj_b/wPWDm/19/.
I want a triangle for MENU FOUR to show on right side rather than left.
This is not working:
$(this).find(".dropdown ul li:first-child > a:after").css( "left", "300px" );
How can I fix this so that it detect this class and change the postion of left.