John Tyrrell
Posts: 0
Joined: Wed Mar 26, 2014 11:42 pm

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

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!

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

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

Hello!

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

John Tyrrell
Posts: 0
Joined: Wed Mar 26, 2014 11:42 pm

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

on page load event i added the code?

Return to “Issues”