Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
NavBar (top toolbar) always visible
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Samuel  
View profile  
 More options Oct 30, 9:22 pm
From: Samuel <samuel.miche...@gmail.com>
Date: Fri, 30 Oct 2009 03:22:14 -0700 (PDT)
Local: Fri, Oct 30 2009 9:22 pm
Subject: NavBar (top toolbar) always visible
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....


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
David Kaneda  
View profile  
 More options Oct 30, 10:44 pm
From: David Kaneda <d...@morfunk.com>
Date: Fri, 30 Oct 2009 07:44:30 -0400
Local: Fri, Oct 30 2009 10:44 pm
Subject: Re: NavBar (top toolbar) always visible

Samuel,

This isn't much help, I know, but the reason we can't get a toolbar  
(sans hack) to work is the same as the nav bar: The phone just doesn't  
support position fixed. For the time being, you'll need to investigate  
one of the hack solutions to get this working.

Best,
Dave

On Oct 30, 2009, at 6:22 AM, Samuel wrote:

..............................................................

Interface Design & Development
www.davidkaneda.com
610 724 8033


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Samuel  
View profile  
 More options Nov 2, 9:36 pm
From: Samuel <samuel.miche...@gmail.com>
Date: Mon, 2 Nov 2009 02:36:23 -0800 (PST)
Local: Mon, Nov 2 2009 9:36 pm
Subject: Re: NavBar (top toolbar) always visible
Thanks David for your answer !

Ok, I was thinking about that too, but with a little hope ;-)
Hope one day Apple will make it possible (and also remove the touch
delay ;-) )
Best,

Samuel

On Oct 30, 12:44 pm, David Kaneda <d...@morfunk.com> wrote:


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mark Tomlin  
View profile  
 More options Nov 3, 10:48 am
From: Mark Tomlin <dyg...@gmail.com>
Date: Mon, 2 Nov 2009 18:48:18 -0500
Local: Tues, Nov 3 2009 10:48 am
Subject: Re: NavBar (top toolbar) always visible
Heres some vectors that I've found, untested.

div.navbar {
        left: 0px;
        position: fixed;
        top: 0px;
        width: 100%;
        z-index: 100;

}

Jeff Atwood has some intresting things on the subject of framing, that
might help us out also:

http://www.codinghorror.com/blog/archives/001277.html

--
Thank you for your time,
Lt. Mark 'Dygear' Tomlin (2922);

    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google