Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Adjustable width for all screen resolution

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #29554
    gmani
    Member

    Hi Guys

    My question : I design a website for 950px in screen Resolutions of 1024×768 pixel.
    When we change the screen Resolutions to 1280×720 to check its center alignment it look like get shrunk.,
    is there any solution to create a web site in all screen resolution use the full width of the screen ??? :roll:

    #79377
    TheDoc
    Member
    "muthu2010" wrote:
    Please use % for width. it will working successfully in all resolution.

    Personally, I absolutely hate using percentages for widths – I feel like it limits your total control.

    The ultimate site for all screen resolutions: http://hicksdesign.co.uk/

    #79699
    Ajay Shanker
    Participant

    The best way according to me is set your body width as auto:-

    body {width:100%; padding:0; margin:25pt; }
    The margin you can set according to your requirement. This can be adjustable to all resolution and in all browsers too.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.