언어 설정

Menu
Sites
Language
(basic) how to set background for all html app pages

hello,

I have an html app with 2 pages, both of them have header footer an div content with buttons. I tryed to set background image to the first "page" div and make all other divs in css file Transparent. It works ok, but at the second page I can see the buttons from the first page at scrolling. How can I change this to make buttons from the first page invisible on the second?

 

here is my question on the stackowerflow: http://stackoverflow.com/questions/22812221/tizen-how-to-set-background-for-all-html-app-pages

thanks!

Responses

2 댓글
Marco Buettner

Maybe you can try to use ("#page1").hide();

Reborn

Nothing happens, but I change an app logic to solve this issue