Problems with Opera

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tharden3
    Contributor
    • Jul 2008
    • 916

    #1

    Problems with Opera

    I'm writing HTML and CSS for my web site. I've gotten it to look great in IE, Firefox, and Safari. Opera however, messes up half of the items on every page, and it's driving me nuts. Do I just say screw it? Don't worry about those running Opera? Or do I put another 100 hours laboring over my keyboard.
  • Curtis Rutland
    Recognized Expert Specialist
    • Apr 2008
    • 3264

    #2
    Opera has a pretty small market share, but it's strange...becau se Opera is also one of the most standards-compliant browsers, so it shouldn't choke on proper CSS. If it looks good in all the rest, I'd say screw it. But I'm lazy, though.

    Comment

    • tharden3
      Contributor
      • Jul 2008
      • 916

      #3
      Originally posted by insertAlias
      Opera has a pretty small market share, but it's strange...becau se Opera is also one of the most standards-compliant browsers, so it shouldn't choke on proper CSS. If it looks good in all the rest, I'd say screw it. But I'm lazy, though.
      well, that's what I was thinking. I got it working in the most popular one's so.... maybe I'll just put off an Opera compliant one til a rainy day...

      Comment

      • drhowarddrfine
        Recognized Expert Expert
        • Sep 2006
        • 7434

        #4
        I agree it's strange but there could be some minor thing causing this. But without the code it's only a guess.

        Comment

        • Atli
          Recognized Expert Expert
          • Nov 2006
          • 5062

          #5
          That's strange, seeing as Opera usually has the best standards support. But if you designed your web for IE then some of you code may be using some proprietary IE crap that's not a part of the standard.

          If you design your web for either Opera or Firefox to begin with it usually works for pretty much all browsers, except maybe IE.
          But then you only have to worry about coding around IE's problems, but not the other browsers.

          Comment

          • tharden3
            Contributor
            • Jul 2008
            • 916

            #6
            Originally posted by Atli
            That's strange, seeing as Opera usually has the best standards support. But if you designed your web for IE then some of you code may be using some proprietary IE crap that's not a part of the standard.

            If you design your web for either Opera or Firefox to begin with it usually works for pretty much all browsers, except maybe IE.
            But then you only have to worry about coding around IE's problems, but not the other browsers.
            yea, it's a very strange situation. It works in FF and IE and Safari, but not Opera. Usually the problem with markup is that it ONLY works for IE and nothing else... or it works for everything BUT IE. Weird. Anyways. I'm still fiddling around with it, but if I continue to have trouble I will post the code.

            Comment

            • JosAH
              Recognized Expert MVP
              • Mar 2007
              • 11453

              #7
              Shouldn't this discussion take place in an HTML/CSS forum?

              kind regards,

              Jos

              Comment

              • drhowarddrfine
                Recognized Expert Expert
                • Sep 2006
                • 7434

                #8
                Originally posted by tharden3
                Usually the problem with markup is that it ONLY works for IE and nothing else... or it works for everything BUT IE. Weird.
                Further proof of how bad IE is. Notice it never works like the other browsers.

                It's not weird at all. If your markup works in IE but not anywhere else, then the markup is written wrong and you must find the error in the markup. If it works everywhere but IE, then you are witnessing an IE bug and you have to figure out which IE bug it is.

                Comment

                • tharden3
                  Contributor
                  • Jul 2008
                  • 916

                  #9
                  Originally posted by JosAH
                  Shouldn't this discussion take place in an HTML/CSS forum?

                  kind regards,

                  Jos
                  If you want to I guess. Hasn't really become a techinical discussion yet, but it's your choice.

                  Comment

                  Working...