Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Other Discussions
  3. IT & Infrastructure
  4. web page in different screen resolution

web page in different screen resolution

Scheduled Pinned Locked Moved IT & Infrastructure
csharphelpjavascriptasp-netcom
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • U Offline
    U Offline
    UD IA
    wrote on last edited by
    #1

    hi, i would like to know you that how to maintain a web page in different resolution? like in codeproject.com site when i open this one in different resolution its look good but my webpage is not look like your. i search on google site for last few years and i also post qution to your form but i didnt get any satisfied answer. some says me that use javascript but i how if any one can give me some idea for this? its a biggest problem for me. i want to improve my site in different resolutions. what you are or many other developer/designer what use that their resolution is good in different resolution. i am design my site and also code myself in asp.net using c#. i want a brief discussion on this topic. thanks. :-D please any one suggest me this issue?

    I will do my best? Integrated Solutions, Bikaner (Raj.), India

    P 1 Reply Last reply
    0
    • U UD IA

      hi, i would like to know you that how to maintain a web page in different resolution? like in codeproject.com site when i open this one in different resolution its look good but my webpage is not look like your. i search on google site for last few years and i also post qution to your form but i didnt get any satisfied answer. some says me that use javascript but i how if any one can give me some idea for this? its a biggest problem for me. i want to improve my site in different resolutions. what you are or many other developer/designer what use that their resolution is good in different resolution. i am design my site and also code myself in asp.net using c#. i want a brief discussion on this topic. thanks. :-D please any one suggest me this issue?

      I will do my best? Integrated Solutions, Bikaner (Raj.), India

      P Offline
      P Offline
      Perspx
      wrote on last edited by
      #2

      The main reasons for web pages displaying correctly under different resolutions are two things: percentage widths and some client-side scripting (mainly JavaScript). Percentage widths for different elements allow them to be positioned so that they will always fit the screen, which is very useful for text, but less so for slightly more fixed-width elements like images. In this case, you can use some JavaScript to find the client width and height of the browser, and then position the elements and set the widths for them accordingly, possibly using overflow if it is necessary. This article might help. Regards, --Perspx

      "I've got my kids brainwashed: You don't use Google, and you don't use an iPod." - Steve Ballmer
      "Some people have told me they don't think a fat penguin really embodies the grace of Linux, which just tells me they have never seen an angry penguin charging at them in excess of 100mph." - Linus Torvalds

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups