browser compat - need help with one thing

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

    browser compat - need help with one thing

    Hi folks - site's at http://www.datawire.net/files/intranet.html ;
    works fine in IE, but open in Firebird/Moz/Opera, and you can see that
    the word "Home" near the top doesn't move down to line up with
    Documentation on the left. I've tried seemingly every padding and
    margin I can think of, but can't get it to line up in browsers other
    than IE... little help once again. :)

    --
    duane lambe
  • Stan Brown

    #2
    Re: browser compat - need help with one thing

    In article <vj01vv0ta3kir0 srkcbbd1dmgpflm 8aokf@4ax.com> in
    comp.infosystem s.www.authoring.stylesheets, Duane Lambe wrote:[color=blue]
    >Hi folks - site's at http://www.datawire.net/files/intranet.html ;
    >works fine in IE, but open in Firebird/Moz/Opera,[/color]

    I'm running Mozilla 1.4. I got as far in your page as[color=blue]
    > <form action="%20">
    > <select class="selectme nu2" name="menu2" onchange="MM_ju mpMenu('parent' ,this,0)">[/color]
    and stopped reading.

    It's your privilege, I suppose, to make navigation depend on
    Javascript, but I don't want to help with a page that does.

    --
    Stan Brown, Oak Road Systems, Cortland County, New York, USA

    HTML 4.01 spec: http://www.w3.org/TR/html401/
    validator: http://validator.w3.org/
    CSS 2 spec: http://www.w3.org/TR/REC-CSS2/
    2.1 changes: http://www.w3.org/TR/CSS21/changes.html
    validator: http://jigsaw.w3.org/css-validator/

    Comment

    • Duane Lambe

      #3
      Re: browser compat - need help with one thing

      Stan Brown wrote:[color=blue]
      > In article <vj01vv0ta3kir0 srkcbbd1dmgpflm 8aokf@4ax.com> in
      > comp.infosystem s.www.authoring.stylesheets, Duane Lambe wrote:
      >[color=green]
      >>Hi folks - site's at http://www.datawire.net/files/intranet.html ;
      >>works fine in IE, but open in Firebird/Moz/Opera,[/color]
      >
      >
      > I'm running Mozilla 1.4. I got as far in your page as
      >[color=green]
      >> <form action="%20">
      >> <select class="selectme nu2" name="menu2" onchange="MM_ju mpMenu('parent' ,this,0)">[/color]
      >
      > and stopped reading.
      >
      > It's your privilege, I suppose, to make navigation depend on
      > Javascript, but I don't want to help with a page that does.
      >[/color]

      I don't know why you felt compelled to post, but anyone else? I'm just
      looking for a little help. I'm pretty sure the positioning has nothing
      to do with the javascript on the page. ;)

      Comment

      • Andrew Thompson

        #4
        Re: browser compat - need help with one thing

        "Duane Lambe" <dlambe@replyto group.moc> wrote in message
        news:vj01vv0ta3 kir0srkcbbd1dmg pflm8aokf@4ax.c om...[color=blue]
        > Hi folks - site's at http://www.datawire.net/files/intranet.html ;
        > works fine in IE, but open in Firebird/Moz/Opera,[/color]

        I am just a noob who lurks here (mostly),
        but this line caught my attention.

        So far as I can see from the posts thus far,
        if something 'works fine in IE', but not
        (Firebird)/Moz/Opera, it does not validate.

        Same here, there are three html errors.
        I cannot guarantee that fixing those will
        solve the probelm (in fact they will, if
        anything, 'break' the look in IE), but it's
        best to try getting standard results using
        valid html/css.

        HTH

        --
        Andrew Thompson
        * http://www.PhySci.org/ PhySci software suite
        * http://www.1point1C.org/ 1.1C - Superluminal!
        * http://www.AThompson.info/andrew/ personal site


        Comment

        • Neal

          #5
          Re: browser compat - need help with one thing


          "Duane Lambe" <dlambe@replyto group.moc> wrote in message
          news:vj01vv0ta3 kir0srkcbbd1dmg pflm8aokf@4ax.c om...[color=blue]
          > Hi folks - site's at http://www.datawire.net/files/intranet.html ;
          > works fine in IE, but open in Firebird/Moz/Opera, and you can see that
          > the word "Home" near the top doesn't move down to line up with
          > Documentation on the left. I've tried seemingly every padding and
          > margin I can think of, but can't get it to line up in browsers other
          > than IE... little help once again. :)
          >
          > --
          > duane lambe[/color]

          Truth be told, if you're writing for an Intranet, and everyone's using only
          one browser, do whatever it takes.

          However, on the internet, for public view...

          1) Get rid of the errant </style> in the header. (I ran a validate, it found
          that and some issues with the select tags. I'm no whiz on forms so I'll
          refrain from trying to help there.)

          2) Per your presentation issue, get it to work in Opera and Netscape, and
          expect variance in IE. IE adds stuff wherever it wants to and the web author
          has to expect it to be non-conforming. Sorry I can't be more positive. I am
          just done with dealing with a layout issue of a similar sort myself, and the
          bottom line is that IE won't conform.


          Comment

          • Andrew Thompson

            #6
            Re: browser compat - need help with one thing

            "Duane Lambe" <dlambe@nothere .com> wrote in message
            news:3ff0f151$0 $45527$45beb828 @newscene.com.. .[color=blue]
            > Stan Brown wrote:[color=green]
            > > In article <vj01vv0ta3kir0 srkcbbd1dmgpflm 8aokf@4ax.com> in
            > > comp.infosystem s.www.authoring.stylesheets, Duane Lambe wrote:[/color][/color]
            .....[color=blue][color=green]
            > > It's your privilege, I suppose, to make navigation depend on
            > > Javascript, but I don't want to help with a page that does.[/color][/color]
            ....[color=blue]
            > I don't know why you felt compelled to post, but anyone else? I'm just
            > looking for a little help. I'm pretty sure the positioning has nothing
            > to do with the javascript on the page. ;)[/color]

            That sounds a bit hollow, coming from
            someone who has still not validated
            the page concerned. You have shown
            no sign yet of following the advice _I_
            gave you.

            And the 'pretty sure' it's not a problem bit?
            Prove it. Reproduce the error on a page
            with no JS, a page that _is_ valid.

            Thereafter, you might have a good chance of
            getting further help. As it is, your prospects
            are not looking good.

            --
            Andrew Thompson
            * http://www.PhySci.org/ PhySci software suite
            * http://www.1point1C.org/ 1.1C - Superluminal!
            * http://www.AThompson.info/andrew/ personal site


            Comment

            • Alan J. Flavell

              #7
              Re: browser compat - need help with one thing

              On Tue, 29 Dec 2003, Duane Lambe wrote:
              [color=blue]
              > Stan Brown wrote:[color=green]
              > >
              > > It's your privilege, I suppose, to make navigation depend on
              > > Javascript, but I don't want to help with a page that does.[/color]
              >
              > I don't know why you felt compelled to post,[/color]

              Welcome to Usenet
              [color=blue]
              > but anyone else?[/color]

              It seems you could benefit from some lessons in elementary problem
              solving.

              Make a test page - get rid of extraneous factors (such as javascript),
              repair known defects (such as failure to validate), then see if you
              can reproduce the problem. At that point, you'll likely find some
              well-informed usenauts who are keen to help you.
              [color=blue]
              > I'm just looking for a little help.[/color]

              Which is pretty-much what you're likely to get, if you carry on as you
              are doing: you rate to get "help" (key phrase: "try this") in
              bludgeoning your page from one unmaintainable state to another
              unmaintainable state, which just happens to not exhibit the fault
              about which you are complaining, but lacks any fundamental
              improvement. Some of us around here think that Usenet is capable of
              better than that.
              [color=blue]
              > I'm pretty sure the positioning has nothing
              > to do with the javascript on the page. ;)[/color]

              That's not funny. It's your job to investigate that, first, before
              appealing to the group for help. IMHO and YMMV.

              Comment

              • Duane Lambe

                #8
                Re: browser compat - need help with one thing

                On Tue, 30 Dec 2003 11:00:55 GMT, "Andrew Thompson"
                <andrew64@bigNO SPAMpond.com> wrote:
                [color=blue]
                >That sounds a bit hollow, coming from
                >someone who has still not validated
                >the page concerned. You have shown
                >no sign yet of following the advice _I_
                >gave you.[/color]

                Apoligies - I saw Stan's post before yours on my server.
                [color=blue]
                >And the 'pretty sure' it's not a problem bit?
                >Prove it. Reproduce the error on a page
                >with no JS, a page that _is_ valid.[/color]

                Well, I've validated the page [I'll say once again - long story short
                I'm trying to get the page up before someone here goes on mat-leave at
                the end of the month... she's still learning, and dead tags and such
                keep creeping in, nothing against her, but the page keeps getting
                invalidated every time I look at it... digressing.]

                I'm not sure I know how to create a /non/-JS menu. I'd be more than
                happy to do so - it's likely simple - but I've just never had to.

                Comment

                • Duane Lambe

                  #9
                  Re: browser compat - need help with one thing

                  On Tue, 30 Dec 2003 01:15:24 -0500, "Neal" <neal@spamrcn.c om> wrote:
                  [color=blue]
                  >Truth be told, if you're writing for an Intranet, and everyone's using only
                  >one browser, do whatever it takes.
                  >
                  >However, on the internet, for public view...[/color]

                  Pretty much the same deal - we have several people that are using Moz,
                  Opera and FBird in lieu of IE, as they keep getting ridden with
                  spyware, despite my best efforts. I'm not actually the web guy here,
                  but rather a sysadmin who's doing too many jobs at once. :)
                  [color=blue]
                  >1) Get rid of the errant </style> in the header. (I ran a validate, it found
                  >that and some issues with the select tags. I'm no whiz on forms so I'll
                  >refrain from trying to help there.)[/color]

                  Gone - previous post explains why dead tags keep getting in there, but
                  there were several other anomolies that are now corrected; my thanks
                  to you and others for making me do it - I should have been more
                  vigilant.
                  [color=blue]
                  >2) Per your presentation issue, get it to work in Opera and Netscape, and
                  >expect variance in IE. IE adds stuff wherever it wants to and the web author
                  >has to expect it to be non-conforming. Sorry I can't be more positive. I am
                  >just done with dealing with a layout issue of a similar sort myself, and the
                  >bottom line is that IE won't conform.[/color]

                  Thing is, I can't get it to budge in the non-IE UAs. It's almost as if
                  that "Home" at the top has nothing to butt up against, for lack of a
                  better description. I'd be willing to bet that IE is "helping" the
                  page display "properly", but I can't let it sit there broken (despite
                  the state the page was hastily thrown up in :).

                  Comment

                  • Stan Brown

                    #10
                    Re: browser compat - need help with one thing

                    In article <Pine.LNX.4.53. 0312301121050.1 5092@ppepc56.ph .gla.ac.uk>
                    in comp.infosystem s.www.authoring.stylesheets, Alan J. Flavell
                    wrote:[color=blue]
                    >On Tue, 29 Dec 2003, Duane Lambe wrote:[color=green]
                    >> I'm just looking for a little help.[/color]
                    >
                    >Which is pretty-much what you're likely to get, if you carry on as you
                    >are doing: you rate to get "help" (key phrase: "try this") in
                    >bludgeoning your page from one unmaintainable state to another
                    >unmaintainab le state, which just happens to not exhibit the fault
                    >about which you are complaining, but lacks any fundamental
                    >improvement.[/color]

                    This made me laugh out loud. Thanks, Alan!

                    --
                    Stan Brown, Oak Road Systems, Cortland County, New York, USA

                    HTML 4.01 spec: http://www.w3.org/TR/html401/
                    validator: http://validator.w3.org/
                    CSS 2 spec: http://www.w3.org/TR/REC-CSS2/
                    2.1 changes: http://www.w3.org/TR/CSS21/changes.html
                    validator: http://jigsaw.w3.org/css-validator/

                    Comment

                    • Andrew Thompson

                      #11
                      Re: browser compat - need help with one thing

                      "Duane Lambe" <dlambe@replyto group.moc> wrote in message
                      news:hc33vv0c9u h8b3billh3qlorr kq8ghnsoe@4ax.c om...[color=blue]
                      > On Tue, 30 Dec 2003 11:00:55 GMT, "Andrew Thompson"
                      > <andrew64@bigNO SPAMpond.com> wrote:[/color]
                      [color=blue]
                      >..dead tags and such
                      > keep creeping in, nothing against her, but the page keeps getting
                      > invalidated every time I look at it... digressing.][/color]

                      Try making a 'secret' version, call it
                      'alter_under_pa in_of_death.htm l'
                      that might help (OK - silly URL, but
                      I think you get the picture)

                      --
                      Andrew Thompson
                      * http://www.PhySci.org/ PhySci software suite
                      * http://www.1point1C.org/ 1.1C - Superluminal!
                      * http://www.AThompson.info/andrew/ personal site


                      Comment

                      • Duane Lambe

                        #12
                        Re: browser compat - need help with one thing

                        On Tue, 30 Dec 2003 21:29:50 GMT, "Andrew Thompson"
                        <andrew64@bigNO SPAMpond.com> wrote:
                        [color=blue][color=green]
                        >>..dead tags and such
                        >> keep creeping in, nothing against her, but the page keeps getting
                        >> invalidated every time I look at it... digressing.][/color]
                        >
                        >Try making a 'secret' version, call it
                        >'alter_under_p ain_of_death.ht ml'
                        >that might help (OK - silly URL, but
                        >I think you get the picture)[/color]

                        hehe, good idea - I'll try something like that. :)

                        I think I found the means to trash the JS on the page.... little more
                        tweaking, it should be OK (URL provided in thread not updated with
                        changes).

                        Thanks to all for the suggestions. Once I get things cleaned up, I'll
                        see if it's still an IE pain or not. For now, it's NYE, and I'm gettin
                        hammered. :)

                        Comment

                        Working...