for cezar others: level menu

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

    for cezar others: level menu



    in your post
    "I used script from this example"
    http://www.xs4all.nl/~peterned/examples/cssmenu.html.

    where i can see the codes (for cezer) or similar examples and code (for
    cezar and others)?
    is it only css or css and javascript?

    and for see too the other examples code:
    footerdiv
    borderspaces


    thank you


  • David J Patrick

    #2
    Re: for cezar others: level menu

    On Sat, 19 Jun 2004 16:28:40 +0000, arreeess wrote:
    [color=blue]
    > http://www.xs4all.nl/~peterned/examples/cssmenu.html.
    >
    > where i can see the codes (for cezer) or similar examples and code (for
    > cezar and others)?
    > is it only css or css and javascript?[/color]

    If I'm not mistaken, the code is simply the page html source.
    View>page source
    in your browser.
    djp

    Comment

    • arreeess

      #3
      Re: for cezar others: level menu

      [color=blue]
      > If I'm not mistaken, the code is simply the page html source.
      > View>page source
      > in your browser.[/color]

      ok,
      but,
      why
      if I use link http://www.xs4all.nl/~peterned/examples/cssmenu.html
      IE6 and NEtscape7 works good,

      instead if I copy code into dreamweaver and go to preview
      work only Netscape7 and not IE6 ?

      thank you

      Comment

      • David J Patrick

        #4
        Re: for cezar others: level menu

        On Sun, 20 Jun 2004 11:53:43 +0000, arreeess wrote:
        [color=blue]
        > if I use link http://www.xs4all.nl/~peterned/examples/cssmenu.html
        > IE6 and NEtscape7 works good,
        >
        > instead if I copy code into dreamweaver and go to preview
        > work only Netscape7 and not IE6 ?[/color]

        That would suggest to me that Dreamweavers preview is not CSS compliant !
        Or that it adds some code that screws things up.
        Try copying the code to a new txt file called "test-cssmenu.html" and
        opening that file in the browser.

        Comment

        • Steve Pugh

          #5
          Re: for cezar others: level menu

          David J Patrick <davidjpatrick@ sympatico.ca> wrote:[color=blue]
          >On Sun, 20 Jun 2004 11:53:43 +0000, arreeess wrote:
          >[color=green]
          >> if I use link http://www.xs4all.nl/~peterned/examples/cssmenu.html
          >> IE6 and NEtscape7 works good,
          >>
          >> instead if I copy code into dreamweaver and go to preview
          >> work only Netscape7 and not IE6 ?[/color]
          >
          >That would suggest to me that Dreamweavers preview is not CSS compliant ![/color]

          DW preview just hands the file over to the browser in question.
          Depending on the options selected in the preferences it either saves
          the file and hands it over as is, or makes a temp copy (which may have
          some URLs altered to point at resources relative to file system rather
          than a server).

          As the preview in question is not working in IE6 I would suspect that
          the code
          body {
          behavior:url(". ./htc/csshover.htc");
          }
          which is IE specific, is the source of the problem. Either IE isn't
          changing this URL correctly (but it shouldn't need changing as its a
          relative URL) or the OP hasn't made a local copy of the htc file.

          Steve

          --
          "My theories appal you, my heresies outrage you,
          I never answer letters and you don't like my tie." - The Doctor

          Steve Pugh <steve@pugh.net > <http://steve.pugh.net/>

          Comment

          • arreeess

            #6
            Re: for cezar others: level menu



            David J Patrick wrote:[color=blue]
            > On Sun, 20 Jun 2004 11:53:43 +0000, arreeess wrote:
            >
            >[color=green]
            >>if I use link http://www.xs4all.nl/~peterned/examples/cssmenu.html
            >>IE6 and NEtscape7 works good,
            >>
            >>instead if I copy code into dreamweaver and go to preview
            >>work only Netscape7 and not IE6 ?[/color]
            >
            >
            > That would suggest to me that Dreamweavers preview is not CSS compliant !
            > Or that it adds some code that screws things up.
            > Try copying the code to a new txt file called "test-cssmenu.html" and
            > opening that file in the browser.[/color]

            always equal,
            not work the level menu.

            Comment

            • arreeess

              #7
              Re: for cezar others: level menu

              [color=blue]
              > As the preview in question is not working in IE6 I would suspect that
              > the code
              > body {
              > behavior:url(". ./htc/csshover.htc");
              > }
              > which is IE specific, is the source of the problem. Either IE isn't
              > changing this URL correctly (but it shouldn't need changing as its a
              > relative URL) or the OP hasn't made a local copy of the htc file.[/color]


              isn't this the problem,
              if I transform it to a comment
              /* behavior:url(". ./htc/csshover.htc"); */
              Netscape is ok.
              IE not work.




              Comment

              • Steve Pugh

                #8
                Re: for cezar others: level menu

                arreeess <nono@yyyy.yy > wrote:[color=blue]
                > Steve Pugh <steve@pugh.net > wrote:
                >[color=green]
                >> As the preview in question is not working in IE6 I would suspect that
                >> the code
                >> body {
                >> behavior:url(". ./htc/csshover.htc");
                >> }
                >> which is IE specific, is the source of the problem. Either IE isn't
                >> changing this URL correctly (but it shouldn't need changing as its a
                >> relative URL) or the OP hasn't made a local copy of the htc file.[/color]
                >
                >isn't this the problem,[/color]

                Yes it probably is the problem.
                [color=blue]
                >if I transform it to a comment
                >/* behavior:url(". ./htc/csshover.htc"); */
                >Netscape is ok.
                >IE not work.[/color]

                Yes? Only IE ever uses the .htc file.

                It uses it to do things that Netscape 7 can do with just CSS. So if it
                works in NN7 that's because NN7 is using the CSS, if it doesn't work
                in IE that's because IE needs the .htc file.

                So by commenting out the htc file you make sure that it can't work in
                IE. Undo the comment, make sure that you've downloaded the .htc file
                and make sure that the path os correct and try again.

                Steve

                --
                "My theories appal you, my heresies outrage you,
                I never answer letters and you don't like my tie." - The Doctor

                Steve Pugh <steve@pugh.net > <http://steve.pugh.net/>

                Comment

                • arreeess

                  #9
                  Re: for cezar others: level menu

                  > So by commenting out the htc file you make sure that it can't work in[color=blue]
                  > IE. Undo the comment, make sure that you've downloaded the .htc file
                  > and make sure that the path os correct and try again.[/color]


                  MAybe I have understood.
                  I haven't .htc file :-((
                  Where I can see the code?

                  Comment

                  • Steve Pugh

                    #10
                    Re: for cezar others: level menu

                    arreeess <nono@yyyy.yy > wrote:
                    [color=blue][color=green]
                    >> So by commenting out the htc file you make sure that it can't work in
                    >> IE. Undo the comment, make sure that you've downloaded the .htc file
                    >> and make sure that the path os correct and try again.[/color]
                    >
                    >MAybe I have understood.
                    >I haven't .htc file :-((
                    >Where I can see the code?[/color]



                    Steve

                    --
                    "My theories appal you, my heresies outrage you,
                    I never answer letters and you don't like my tie." - The Doctor

                    Steve Pugh <steve@pugh.net > <http://steve.pugh.net/>

                    Comment

                    • arreeess

                      #11
                      Re: for cezar others: level menu

                      [color=blue]
                      > http://www.xs4all.nl/~peterned/htc/csshover.htc[/color]

                      ok, very thank you.

                      last question:
                      if I transform behavior:url(". ./htc/csshover.htc");
                      to a comment
                      /* behavior:url(". ./htc/csshover.htc"); */

                      why NETSCAPE work ?

                      NETSCAPE not use Javascript?

                      Comment

                      Working...