Mike McEwan4865486
Posts: 0
Joined: Sun Aug 12, 2012 6:16 pm

Couple general questions.

I have a couple clean-up issues that maybe someone can assist with.

  1. 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?

  2. Am I able to change the height of the header via CSS?

  3. 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

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Couple general questions.

[quote:]

  1. 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:]

  2. 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:]

  3. 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?

Mike McEwan4865486
Posts: 0
Joined: Sun Aug 12, 2012 6:16 pm

Couple general questions.

Thanks Max.... I love this product and am learning a lot. Your assistance is increadable.

YES... I want the footer to always be available.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Couple general questions.

Try data-position="fixed" via More Properties feature (http://help.tiggzi.com/documentation/...)

http://jquerymobile.com/demos/1.1.1/d...

Return to “Issues”