resolution change

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jeroen van vliet

    resolution change

    Hello,

    my website is best viewed, and specially designed for 1024 X 786 and higher,
    when shown on 800 X 600 it look horrible, now is it possible when the viewer
    enters my site, his/her resolution will be changed automatically to 1024 X
    768?

    Jeroen


  • Lasse Reichstein Nielsen

    #2
    Re: resolution change

    "Jeroen van vliet" <info@education alstays.com> writes:
    [color=blue]
    > my website is best viewed, and specially designed for 1024 X 786 and higher,
    > when shown on 800 X 600 it look horrible, now is it possible when the viewer
    > enters my site, his/her resolution will be changed automatically to 1024 X
    > 768?[/color]

    No. And resolution doesn't really matter. In my browser, you can't
    even resize the browser window to that size, even if I am running my
    screen at 1600x1200 (which also means that I would hunt you down and
    staple you to a wall, if you ever managed to change my resolution to
    puny 1024x768).

    For the next question you should ask ("What can I do then?"), the
    answer is to not design your page for a specific size.

    /L
    --
    Lasse Reichstein Nielsen - lrn@hotpop.com
    Art D'HTML: <URL:http://www.infimum.dk/HTML/randomArtSplit. html>
    'Faith without judgement merely degrades the spirit divine.'

    Comment

    • Andy Fish

      #3
      Re: resolution change

      if (and only if) the full benefits of your site can only be obtained with
      1024x768 resolution, I think you should also devise a less rich version that
      will give a subset of the functionality on different devices

      "Lasse Reichstein Nielsen" <lrn@hotpop.com > wrote in message
      news:u18l4tz0.f sf@hotpop.com.. .[color=blue]
      > "Jeroen van vliet" <info@education alstays.com> writes:
      >[color=green]
      > > my website is best viewed, and specially designed for 1024 X 786 and[/color][/color]
      higher,[color=blue][color=green]
      > > when shown on 800 X 600 it look horrible, now is it possible when the[/color][/color]
      viewer[color=blue][color=green]
      > > enters my site, his/her resolution will be changed automatically to 1024[/color][/color]
      X[color=blue][color=green]
      > > 768?[/color]
      >
      > No. And resolution doesn't really matter. In my browser, you can't
      > even resize the browser window to that size, even if I am running my
      > screen at 1600x1200 (which also means that I would hunt you down and
      > staple you to a wall, if you ever managed to change my resolution to
      > puny 1024x768).
      >
      > For the next question you should ask ("What can I do then?"), the
      > answer is to not design your page for a specific size.
      >
      > /L
      > --
      > Lasse Reichstein Nielsen - lrn@hotpop.com
      > Art D'HTML: <URL:http://www.infimum.dk/HTML/randomArtSplit. html>
      > 'Faith without judgement merely degrades the spirit divine.'[/color]


      Comment

      • Jeff North

        #4
        Re: resolution change

        On 13 Aug 2003 14:34:11 +0200, in comp.lang.javas cript Lasse
        Reichstein Nielsen <lrn@hotpop.com > wrote:
        [color=blue]
        >| "Jeroen van vliet" <info@education alstays.com> writes:
        >|
        >| > my website is best viewed, and specially designed for 1024 X 786 and higher,
        >| > when shown on 800 X 600 it look horrible, now is it possible when the viewer
        >| > enters my site, his/her resolution will be changed automatically to 1024 X
        >| > 768?[/color]

        Use percentages for all you html tags.
        [color=blue]
        >| No. And resolution doesn't really matter. In my browser, you can't
        >| even resize the browser window to that size, even if I am running my
        >| screen at 1600x1200 (which also means that I would hunt you down and
        >| staple you to a wall, if you ever managed to change my resolution to
        >| puny 1024x768).[/color]

        You'd be waiting in a very long queue :-)
        [color=blue]
        >| For the next question you should ask ("What can I do then?"), the
        >| answer is to not design your page for a specific size.
        >|
        >| /L[/color]

        ---------------------------------------------------------------
        jnorth@yourpant sbigpond.net.au : Remove your pants to reply
        ---------------------------------------------------------------

        Comment

        Working...