CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Guest

    resolution independent

    How do we make an html page device / resolution independent


  2. #2
    Guest

    Re: resolution independent

    Use percentages when ever possible, and make sure all your images are small enough to fit on to a small screen.


  3. #3
    Guest

    Re: resolution independent

    can you use percentages for Fonts-sizes,Form-elements-sizes if yes can you give an example


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured