Page 1 of 1

how to put border-bottom in navigation bar active button??

Posted: Thu Mar 20, 2014 12:42 pm
by pritu patel

I am using navbar I want border bottom with red color on active button.
But i have no idea that where to write this code??


how to put border-bottom in navigation bar active button??

Posted: Thu Mar 20, 2014 1:42 pm
by Nikita

Hi,

You should use such a code to add underscore for mobilenavbaritem component:
Appery("mobilenavbaritem").css("border-bottom","1px solid red");


how to put border-bottom in navigation bar active button??

Posted: Fri Mar 21, 2014 6:18 am
by pritu patel

no it's not affecting


how to put border-bottom in navigation bar active button??

Posted: Fri Mar 21, 2014 7:12 am
by Nikita

Hello,

On what event do you invoke this code? Is there in navbar the button with name "mobilenavbaritem"?