alex57
05-11-2008, 06:55 PM
Hello,
When creating a web page I hear it is best to use div tags to create a 'framework' to a page. My problem seems to come when defining the sizes of these div regions mainly due to screen resolutions.
For example, if I used fixed widths for the div regions, on a high resolution screen the page would look very different to on a low resolution screen.
If I use percentages, this is better, but if I was to reduce the size of the browser window everything on the screen shrinks proportionalty except images (.gif, .jpg) as they are fixed width. If you make these percentage widths/heights then aspect ratios go and quality drops.
How is it best to over come these issues? What looks more professional?
Thanks in advance.
When creating a web page I hear it is best to use div tags to create a 'framework' to a page. My problem seems to come when defining the sizes of these div regions mainly due to screen resolutions.
For example, if I used fixed widths for the div regions, on a high resolution screen the page would look very different to on a low resolution screen.
If I use percentages, this is better, but if I was to reduce the size of the browser window everything on the screen shrinks proportionalty except images (.gif, .jpg) as they are fixed width. If you make these percentage widths/heights then aspect ratios go and quality drops.
How is it best to over come these issues? What looks more professional?
Thanks in advance.