javascript - header custom background color with mobile -


i'm new jquery mobile , want change background css of header of jquery mobile header. help?

<div data-role="page">         <div data-role="header">     <h1>header</h1>     </div>     <div data-role="content">     </div> <div data-role="footer"> </div> 

to change background color of header use code this

.ui-header{ background: red; 

}

the link code demo code


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -