My DIV mask input

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

    My DIV mask input

    Hi everybody,

    I have a problem with different TAB. Each TAB contains some DIV, each
    DIV have input.

    When I change of TAB, i have a problem, i can't acces to my input. These
    inputs are mask by my last DIV. I can access to inputs with the TAB touch.

    This proplems occurs only on IE 6, in Mozilla an Opera, i haven't problem.

    You can find an example below this link



    Thanks for your help

    and sorry for my english

    BYE

    Franck
  • Ivo

    #2
    Re: My DIV mask input

    "Franck DARRAS" <franck_darras@ _no_spam_yahoo. fr_> wrote in message
    news:c1n3iq$rjn $1@s1.read.news .oleane.net...[color=blue]
    > I have a problem with different TAB. Each TAB contains some DIV, each
    > DIV have input.
    > When I change of TAB, i have a problem, i can't acces to my input. These
    > inputs are mask by my last DIV. I can access to inputs with the TAB touch.
    > This proplems occurs only on IE 6, in Mozilla an Opera, i haven't problem.
    > You can find an example below this link
    > http://www.enstimac.fr/~darras/onglet/index.htm[/color]


    Not sure what the problem is as I believe tabs were brought to the web to
    temporarily hide part of a page while another is being shown. I clicked a
    tab on your page and was shown some new content, presumably previously
    hidden under other tabs, but got an error in the last line of function
    change(): getEleme,ntById is without a comma.
    HTH
    Ivo



    Comment

    • Franck DARRAS

      #3
      Re: My DIV mask input

      >[color=blue]
      > Not sure what the problem is as I believe tabs were brought to the web to
      > temporarily hide part of a page while another is being shown. I clicked a
      > tab on your page and was shown some new content, presumably previously
      > hidden under other tabs, but got an error in the last line of function
      > change(): getEleme,ntById is without a comma.
      > HTH
      > Ivo
      >[/color]

      Normally, i have verify the code and i correct the code (getElementById
      is a mistake, sorry), normally now, there no error code of javascript.

      When i go to the tab 3, click in an input, go to the tab 1, i can't
      access to champ2, i can't access to hyperlink tab 2 of the table.

      I access to the input if the last div is smaller that the new div.

      Franck

      Comment

      • Ivo

        #4
        Re: My DIV mask input

        "Franck DARRAS" <franck_darras@ _no_spam_yahoo. fr_> wrote in message
        news:c1n6de$tr6 $1@s1.read.news .oleane.net...[color=blue][color=green]
        > >
        > > Not sure what the problem is as I believe tabs were brought to the web[/color][/color]
        to[color=blue][color=green]
        > > temporarily hide part of a page while another is being shown. I clicked[/color][/color]
        a[color=blue][color=green]
        > > tab on your page and was shown some new content, presumably previously
        > > hidden under other tabs, but got an error in the last line of function
        > > change(): getEleme,ntById is without a comma.
        > > HTH
        > > Ivo
        > >[/color]
        >
        > Normally, i have verify the code and i correct the code (getElementById
        > is a mistake, sorry), normally now, there no error code of javascript.
        >
        > When i go to the tab 3, click in an input, go to the tab 1, i can't
        > access to champ2, i can't access to hyperlink tab 2 of the table.
        >
        > I access to the input if the last div is smaller that the new div.
        >
        > Franck[/color]

        Ah, now I see what you mean. I get the same behaviour here (IE6/WinME).
        Strange. Focusing an input in any of the other tabs gives no problems. I
        scanned through your source codes but found nothing which might explain
        this.
        Ivo


        Comment

        Working...