Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Best screen resolution cross browser compatibility  (Read 5668 times)

0 Members and 1 Guest are viewing this topic.

ash41

    Topic Starter


    Beginner

    Thanked: 1
    Best screen resolution cross browser compatibility
    « on: February 17, 2009, 02:51:22 PM »
    Hi . My wife is creating a website and she finds that her webpage looks very different on different monitors and perhaps the same on some other browsers. The screen resolution she is using at present is 900 x 1000, this was set by a virtual site designer. What would anyone suggest for a cross browser best viewing.

    Best Regards
    chris

    BC_Programmer


      Mastermind
    • Typing is no substitute for thinking.
    • Thanked: 1140
      • Yes
      • Yes
      • BC-Programming.com
    • Certifications: List
    • Computer: Specs
    • Experience: Beginner
    • OS: Windows 11
    Re: Best screen resolution cross browser compatibility
    « Reply #1 on: February 17, 2009, 02:52:40 PM »
    900*1000 is not a standard video resolution on any Video display that I know of.
    I was trying to dereference Null Pointers before it was cool.

    ash41

      Topic Starter


      Beginner

      Thanked: 1
      Re: Best screen resolution cross browser compatibility
      « Reply #2 on: February 17, 2009, 02:56:04 PM »
      Ok, do you have any suggestions, i think we can change the res. Thanks for your early reply

      BC_Programmer


        Mastermind
      • Typing is no substitute for thinking.
      • Thanked: 1140
        • Yes
        • Yes
        • BC-Programming.com
      • Certifications: List
      • Computer: Specs
      • Experience: Beginner
      • OS: Windows 11
      Re: Best screen resolution cross browser compatibility
      « Reply #3 on: February 17, 2009, 03:39:58 PM »
      How did the resolution get changed? The "Virtual Site Designer" Program?

      Regardless:

      For XP:

      Right Click Desktop, select Properties.

      Choose "settings" Tab. Change the screen resolution on the left to your desired value. Press OK.

      For Vista:

      Right Click desktop, Select "Personalize" and then "display settings"

      adjust Resolution slider on the left.


      let me know if this works or not.
      I was trying to dereference Null Pointers before it was cool.

      ash41

        Topic Starter


        Beginner

        Thanked: 1
        Re: Best screen resolution cross browser compatibility
        « Reply #4 on: February 17, 2009, 04:02:52 PM »
        Yeah got that , its the actual website resolution size we set it to 900x1000 in  Coffeecup Visual Site designer and it looked awful on another pc.  The pc we were viewing from was set in 1024 x 768. I am sure that should view good across all platforms am i correct/

        BC_Programmer


          Mastermind
        • Typing is no substitute for thinking.
        • Thanked: 1140
          • Yes
          • Yes
          • BC-Programming.com
        • Certifications: List
        • Computer: Specs
        • Experience: Beginner
        • OS: Windows 11
        Re: Best screen resolution cross browser compatibility
        « Reply #5 on: February 17, 2009, 04:22:22 PM »
        hmm, then you'll need to change the options in the Visual Site designer to use a more appropriate resolution. a good common denominator is 800x600.
        I was trying to dereference Null Pointers before it was cool.

        ash41

          Topic Starter


          Beginner

          Thanked: 1
          Thank you
          « Reply #6 on: February 18, 2009, 02:33:23 AM »
          Hi again. Ok thanks for that information. I will get her to change the size of the webage to 800 x 600. I have just realised I didn't explain myself too well. It wasn't the screen res we set , it was the webpage size but now I can see you got that sussed. Thanks again.

          Regards
          Chris

          kpac

          • Web moderator
          • Moderator


          • Hacker

          • kpac®
          • Thanked: 184
            • Yes
            • Yes
            • Yes
          • Certifications: List
          • Computer: Specs
          • Experience: Expert
          • OS: Windows 7
          Re: Best screen resolution cross browser compatibility
          « Reply #7 on: February 18, 2009, 10:58:08 AM »
          No, I think the problem is that you're using absolute positioning of the HTML elements. It looks fine or your browser and screen, but looks completely different on other browsers and screens - with elements out of place etc.

          Is this the case?

          ash41

            Topic Starter


            Beginner

            Thanked: 1
            Re: Best screen resolution cross browser compatibility
            « Reply #8 on: February 18, 2009, 11:02:27 AM »
            Sorry I am not sure about elements. If I had them will the page position itself correctly throughout. If that is the case are they hard to insert into the html document and where would i find these.

            kpac

            • Web moderator
            • Moderator


            • Hacker

            • kpac®
            • Thanked: 184
              • Yes
              • Yes
              • Yes
            • Certifications: List
            • Computer: Specs
            • Experience: Expert
            • OS: Windows 7
            Re: Best screen resolution cross browser compatibility
            « Reply #9 on: February 18, 2009, 11:06:34 AM »
            No, a HTML element is the same as any HTML tag. The "reply" button of this page has two elements, <img>, which defines the actual image, and <a> which defines the link itself.

            ash41

              Topic Starter


              Beginner

              Thanked: 1
              Re: Best screen resolution cross browser compatibility
              « Reply #10 on: February 18, 2009, 11:20:52 AM »
              ok i got that. The visual designer we are using now seems hooked on keeping our webpage size to 740x600. We are going to view it on several pc's and hope it works cross platform

              kpac

              • Web moderator
              • Moderator


              • Hacker

              • kpac®
              • Thanked: 184
                • Yes
                • Yes
                • Yes
              • Certifications: List
              • Computer: Specs
              • Experience: Expert
              • OS: Windows 7
              Re: Best screen resolution cross browser compatibility
              « Reply #11 on: February 18, 2009, 11:31:13 AM »
              If the site is online now, have a look at Browser Shots. It will show you a screenshot of what your site looks like in different browsers. Even if your site isn't online now, you should bookmark it for later. ;)

              ash41

                Topic Starter


                Beginner

                Thanked: 1
                Re: Best screen resolution cross browser compatibility
                « Reply #12 on: February 18, 2009, 11:35:29 AM »
                Absolutely brilliant, that is going to help us so much. Thank you. I'll say no more.