how to put border-bottom in navigation bar active button??
Posted: Thu Mar 20, 2014 12:42 pm
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??
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
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??
Hi,
You should use such a code to add underscore for mobilenavbaritem component:
Appery("mobilenavbaritem").css("border-bottom","1px solid red");
no it's not affecting
Hello,
On what event do you invoke this code? Is there in navbar the button with name "mobilenavbaritem"?