Now that I am getting a better understanding of CSS I have a few general questions that don't seem to be addressed in all the books I purchased so I present it to you for your opinion.
1.) When designing with CSS should I build my pages to fit a specific monitor size or should I allow it to expand horizontally to fit any size screen and pray that my elements resize correctly.
2.) If I choose to build my site for a 17" display what is the correct width I should use; I believe it is 760 for width, height I would make auto.
3.) If I go with #2 and I use an element as my main drawer to hold all the others and I want to set it to the middle of any screen do I set its margin to do that and at what percent.
4.) Last question if it is better to size that the page fits the entire screen Width: 100% what is the correct way to size the three columns I have in the main container so that they scale correctly horizontally taking into consideration margins and padding so they don't move around on my page.
Thanks in advance guys your advice is appreciated.
Life's a journey enjoy the ride...
jazzz
1.) When designing with CSS should I build my pages to fit a specific monitor size or should I allow it to expand horizontally to fit any size screen and pray that my elements resize correctly.
2.) If I choose to build my site for a 17" display what is the correct width I should use; I believe it is 760 for width, height I would make auto.
3.) If I go with #2 and I use an element as my main drawer to hold all the others and I want to set it to the middle of any screen do I set its margin to do that and at what percent.
4.) Last question if it is better to size that the page fits the entire screen Width: 100% what is the correct way to size the three columns I have in the main container so that they scale correctly horizontally taking into consideration margins and padding so they don't move around on my page.
Thanks in advance guys your advice is appreciated.
Life's a journey enjoy the ride...
jazzz