Focus

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • David

    Focus

    I have something analogous to this:


    <a href="#content" >jump to content</a>

    <div id="content">
    <h1>blah<h1>
    <a>blah</a>
    </div>


    When selecting the "jump to content" link, IE moves focus to the top
    of the #content div. Gecko browsers move it to the link. What's up?
  • Steve Pugh

    #2
    Re: Focus

    On 20 Oct 2004 04:10:50 -0700, David <david_newz@yah oo.co.uk> wrote:
    [color=blue]
    > <a href="#content" >jump to content</a>
    >
    > <div id="content">
    > <h1>blah<h1>
    > <a>blah</a>
    > </div>
    >
    > When selecting the "jump to content" link, IE moves focus to the top
    > of the #content div. Gecko browsers move it to the link. What's up?[/color]

    What do you mean by 'selecting'?

    Steve

    Comment

    • Lauri Raittila

      #3
      Re: Focus

      David wrote;[color=blue]
      > I have something analogous to this:[/color]

      So, you never tested this?
      [color=blue]
      > <a href="#content" >jump to content</a>
      >
      > <div id="content">
      > <h1>blah<h1>
      > <a>blah</a>
      > </div>[/color]
      [color=blue]
      > When selecting the "jump to content" link, IE moves focus to the top
      > of the #content div. Gecko browsers move it to the link. What's up?[/color]

      URL? Which link?

      --
      Lauri Raittila <http://www.iki.fi/lr> <http://www.iki.fi/zwak/fonts>

      Comment

      • Brian

        #4
        Re: Focus

        David wrote:
        [color=blue]
        > <a href="#content" >jump to content</a>
        >
        > <div id="content">
        > <h1>blah<h1>
        > <a>blah</a>
        > </div>
        >
        >
        > When selecting the "jump to content" link,[/color]

        Is that link really necessary? And why "jump"? I don't feel like I'm
        jumping anywhere when I browse the web.
        [color=blue]
        > IE moves focus to the top of the #content div. Gecko browsers move it
        > to the link. What's up?[/color]

        To the link inside div#content? That would be strange. Url?

        --
        Brian (remove "invalid" to email me)

        Comment

        • Neal

          #5
          Re: Focus

          On Wed, 20 Oct 2004 21:07:25 GMT, Brian
          <usenet3@juliet remblay.com.inv alid> wrote:
          [color=blue]
          > David wrote:[color=green]
          >> When selecting the "jump to content" link,[/color]
          >
          > Is that link really necessary? And why "jump"? I don't feel like I'm
          > jumping anywhere when I browse the web.[/color]

          Do you prefer skipping?

          Comment

          • Brian

            #6
            Re: Focus

            Neal wrote:[color=blue]
            > Brian wrote:
            >[color=green]
            >> David wrote:
            >>[color=darkred]
            >>> When selecting the "jump to content" link,[/color]
            >>
            >>
            >> Is that link really necessary? And why "jump"? I don't feel like
            >> I'm jumping anywhere when I browse the web.[/color]
            >
            >
            > Do you prefer skipping?[/color]


            Only if there's a jump rope.

            --
            Brian (remove "invalid" to email me)

            Comment

            • David

              #7
              Re: Focus

              "Steve Pugh" <steve@pugh.net > wrote in message news:<opsf512zb m06el5p@staff6> ...[color=blue]
              >[color=green]
              > > When selecting the "jump to content" link, IE moves focus to the top
              > > of the #content div. Gecko browsers move it to the link. What's up?[/color]
              >
              > What do you mean by 'selecting'?[/color]


              Hitting return when it's in focus, clicking on it with a mouse, etc...

              Comment

              • David

                #8
                Re: Focus

                Brian <usenet3@juliet remblay.com.inv alid> wrote in message news:<hsAdd.727 839$Gx4.255793@ bgtnsc04-news.ops.worldn et.att.net>...[color=blue]
                >[color=green]
                > > When selecting the "jump to content" link,[/color]
                >
                > Is that link really necessary? And why "jump"? I don't feel like I'm
                > jumping anywhere when I browse the web.[/color]


                Those using screenreaders/screen magnifiers/handheld devices can all
                find "jump" links of great use. Decided to use "jump to xxx" because
                it's more descriptive than "skip xxx".

                [color=blue][color=green]
                > > IE moves focus to the top of the #content div. Gecko browsers move it
                > > to the link. What's up?[/color]
                >
                > To the link inside div#content? That would be strange. Url?[/color]


                Yeah...can't provide URL quite yet, but I thought it strange as
                well...always moves focus to the first link in the div...

                Comment

                Working...