Couple general questions.
Posted: Sun Aug 12, 2012 6:16 pm
by Mike McEwan4865486
I have a couple clean-up issues that maybe someone can assist with.
I am able to place a grid inside my footer, but not inside the header. Should I be able to place a grid in header?
Am I able to change the height of the header via CSS?
I have a custom shaped image in my footer... is it possible to hav the screen scroll behind the image instead of having a straight line at the top of the squared off image. The top of the image is transparent
Thanks
Mike
Couple general questions.
Posted: Sun Aug 12, 2012 11:08 pm
by maxkatz
[quote:]
I am able to place a grid inside my footer, but not inside the header. Should I be able to place a grid in header?
[/quote]
That's how jQuery Mobile works, it only allows placing a NavBar or buttons in the header.
[quote:]
Am I able to change the height of the header via CSS?
[/quote]
Yes. For example, on page load run JavaScript to add/edit any styling.
[quote:]
I have a custom shaped image in my footer... is it possible to hav the screen scroll behind the image instead of having a straight line at the top of the squared off image. The top of the image is transparent
[/quote]
Do you want to footer image to be always visible when you scroll?
Couple general questions.
Posted: Sun Aug 12, 2012 11:16 pm
by Mike McEwan4865486
Thanks Max.... I love this product and am learning a lot. Your assistance is increadable.
YES... I want the footer to always be available.
Couple general questions.
Posted: Sun Aug 12, 2012 11:24 pm
by maxkatz