Javascript and CSS for fixed positioning

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

    Javascript and CSS for fixed positioning

    Mason C. posted an here an innovative technique for using Javascript and CSS
    to accomplished fixed positioning that works with IE. Does anyone have the
    URL of his homepage?

    Thanks, CMA


  • brucie

    #2
    Re: Javascript and CSS for fixed positioning

    in post: <news:yDjic.203 9$X14.376@twist er.nyroc.rr.com >
    "CMAR" <cma6j@yahoo.co m> said:
    [color=blue]
    > Mason C. posted an here[/color]


    [color=blue]
    > an innovative technique for using Javascript and CSS
    > to accomplished fixed positioning that works with IE.[/color]

    JS not required: http://devnull.tagsoup.com/fixed/

    --
    b r u c i e


    Comment

    • brucie

      #3
      Re: Javascript and CSS for fixed positioning

      in post: <news:yDjic.203 9$X14.376@twist er.nyroc.rr.com >
      "CMAR" <cma6j@yahoo.co m> said:
      [color=blue]
      > Mason C. posted an here[/color]


      [color=blue]
      > an innovative technique for using Javascript and CSS
      > to accomplished fixed positioning that works with IE.[/color]

      JS not required: http://devnull.tagsoup.com/fixed/

      --
      b r u c i e


      Comment

      • CMAR

        #4
        Disabling Frames


        Brucie,
        Thanks for the excellent Google newsgroup archive. I found the post I
        was looking for and also Mason C.'s homepage.

        I want to test the <noframes> tag, but don't have an older
        browser that doesn't work with frames. Is there some way to temporarily
        disable frames in one of the new browsers (IE, Netscape or Opera)?

        Thanks, CMA


        Comment

        • CMAR

          #5
          Disabling Frames


          Brucie,
          Thanks for the excellent Google newsgroup archive. I found the post I
          was looking for and also Mason C.'s homepage.

          I want to test the <noframes> tag, but don't have an older
          browser that doesn't work with frames. Is there some way to temporarily
          disable frames in one of the new browsers (IE, Netscape or Opera)?

          Thanks, CMA


          Comment

          • brucie

            #6
            Re: Disabling Frames

            in post: <news:SSkic.115 720$e17.11155@t wister.nyroc.rr .com>
            "CMAR" <cma6j@yahoo.co m> said:
            [color=blue]
            > I want to test the <noframes> tag, but don't have an older browser
            > that doesn't work with frames. Is there some way to temporarily
            > disable frames in one of the new browsers (IE, Netscape or Opera)?[/color]

            opera allows frames to be turned off although i would strongly recommend
            not using frames in the first place.


            --
            b r u c i e


            Comment

            • brucie

              #7
              Re: Disabling Frames

              in post: <news:SSkic.115 720$e17.11155@t wister.nyroc.rr .com>
              "CMAR" <cma6j@yahoo.co m> said:
              [color=blue]
              > I want to test the <noframes> tag, but don't have an older browser
              > that doesn't work with frames. Is there some way to temporarily
              > disable frames in one of the new browsers (IE, Netscape or Opera)?[/color]

              opera allows frames to be turned off although i would strongly recommend
              not using frames in the first place.


              --
              b r u c i e


              Comment

              • CMAR

                #8
                Opera does the job.

                Thanks, Brucie, Opera does what I need for the test. You really know your
                stuff!

                You are 100% right about using frames. The only problem is that I have to
                figure out how to have a fixed sidebar that works with IE. Mason C. is the
                only one who seems to have come up with a solution, using a combination of
                CSS and Javascript. So now I have to apply his solution to my website.

                Cheers, CMA


                Comment

                • CMAR

                  #9
                  Opera does the job.

                  Thanks, Brucie, Opera does what I need for the test. You really know your
                  stuff!

                  You are 100% right about using frames. The only problem is that I have to
                  figure out how to have a fixed sidebar that works with IE. Mason C. is the
                  only one who seems to have come up with a solution, using a combination of
                  CSS and Javascript. So now I have to apply his solution to my website.

                  Cheers, CMA


                  Comment

                  • MasonC

                    #10
                    Re: Javascript and CSS for fixed positioning

                    On Sat, 24 Apr 2004 11:49:26 +1000, brucie <shit@bruciesus enetshit.info> wrote:
                    [color=blue]
                    >in post: <news:yDjic.203 9$X14.376@twist er.nyroc.rr.com >
                    >"CMAR" <cma6j@yahoo.co m> said:
                    >[color=green]
                    >> Mason C. posted an here[/color]
                    >
                    >http://groups.google.com/advanced_group_search
                    >[color=green]
                    >> an innovative technique for using Javascript and CSS
                    >> to accomplished fixed positioning that works with IE.[/color]
                    >
                    >JS not required: http://devnull.tagsoup.com/fixed/[/color]

                    Interesting. Mine only works in MSIE Quirks mode and needs
                    Javascript: The js expression doesn't work in msie standard mode.



                    I didn't invent it and lost the ciwas source in a busted computer.

                    Mason C

                    Comment

                    • MasonC

                      #11
                      Re: Javascript and CSS for fixed positioning

                      On Sat, 24 Apr 2004 11:49:26 +1000, brucie <shit@bruciesus enetshit.info> wrote:
                      [color=blue]
                      >in post: <news:yDjic.203 9$X14.376@twist er.nyroc.rr.com >
                      >"CMAR" <cma6j@yahoo.co m> said:
                      >[color=green]
                      >> Mason C. posted an here[/color]
                      >
                      >http://groups.google.com/advanced_group_search
                      >[color=green]
                      >> an innovative technique for using Javascript and CSS
                      >> to accomplished fixed positioning that works with IE.[/color]
                      >
                      >JS not required: http://devnull.tagsoup.com/fixed/[/color]

                      Interesting. Mine only works in MSIE Quirks mode and needs
                      Javascript: The js expression doesn't work in msie standard mode.



                      I didn't invent it and lost the ciwas source in a busted computer.

                      Mason C

                      Comment

                      Working...