Hi all !

I know it's not possible (or hacky solutions) to have a toolbar (at
the bottom of the screen), but I wonder if it's possible to keep the
navbar (with the back button) visible while scrolling.
I tried a fixed div containing my list with scrollbar, but it's not
working and it makes very strange results.
I use JQtouch, but looks like it's not working with IUI too.
Does anybody managed to get a fixed navbar at the top of the screen ?

Here is an extract of my code

div.fixed {
        position: static;
        top: 30px;/* size of my navbar*/
        width: 320px;
        height: 450px;
        overflow: scroll;
}

html :
<div class="fixed">
     <ul class="edgetoedge">
                <li><a href="#">Flintstone, <em>Fred</em></a></li>
                <li><a href="#">Flintstone, <em>Pebble</em></a></li>
                <li><a href="#">Flintstone, <em>Wilma</em></a></li>
                <li class="sep">J</li>
                <li><a href="#">Jetson, <em>Elroy</em></a></li>
                <li><a href="#">Jetson, <em>George</em></a></li>
                <li><a href="#">Jetson, <em>Jane</em></a></li>
                <li><a href="#">Jetson, <em>Judy</em></a></li>
                <li class="sep">R</li>
                <li><a href="#">Rubble, <em>Bambam</em></a></li>
                <li><a href="#">Rubble, <em>Barney</em></a></li>
                <li><a href="#">Rubble, <em>Betty</em></a></li>
<!-- ...And a lot more data -->
            </ul>
<div>

Nb : it works in safari, but not in the iPhone....
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"iPhoneWebDev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/iphonewebdev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to