Page 1 of 1

How do i increase height and background propertys using css with navbar component?

Posted: Tue Apr 15, 2014 12:33 pm
by John Tyrrell

Hi
How do i increase the height of the navbar component using css?It wont work
I need to change the background color,and the height of the component so it is transparent with the footer.

I tried Width:100% and height 100%,and background color property.
Also i tried using javascript
Appery("mobilenavbar_20").css('width', '100%');Appery("mobilenavbar_20").css('height', '100%');
Appery("mobilenavbar_20").css('background', '#663a5b');

still nothing!


How do i increase height and background propertys using css with navbar component?

Posted: Tue Apr 15, 2014 1:15 pm
by Maryna Brodina

Hello!

Seems to be correct. Could you clarify on what event you add this code?


How do i increase height and background propertys using css with navbar component?

Posted: Tue Apr 15, 2014 1:53 pm
by John Tyrrell

on page load event i added the code?


How do i increase height and background propertys using css with navbar component?

Posted: Tue Apr 15, 2014 7:53 pm
by Maryna Brodina

Please try on "Page show" event.