frequent / bartender

jQuery Mobile CSS iOS style tab bar
106 stars 24 forks source link

data-position="fixed" #3

Closed nadavlikeeat closed 12 years ago

nadavlikeeat commented 12 years ago

i dont want to use data-position="fixed" , and when i take the data-position="fixed" off , i cant see the hover image on the footer

why is that , thanks

frequent commented 12 years ago

mh. need to check this. thanks for pointing out.

frequent commented 12 years ago

Try now if the demo works.

I added z-index:1000 to the .ui-footer in the CSS.

The z-index was previously assigned by the fixed footer class, so without this class the z-index wasn't set. z-index is needed to make sure some elements stay behind others = out of view on some browser.

nadavlikeeat commented 12 years ago

where is the demo .

the demo here http://www.stokkers.mobi/valuables/bartender.html has data-position="fixed"

nadavlikeeat commented 12 years ago

it works thanks (:

frequent commented 12 years ago

:-)