August 26, 200422 yr I want to build a website that will be flexable with any screen resolution. How and what do i need to do that?
August 27, 200422 yr The best thing to do, is since there are very few people in the world that use the screen resolution less than 800x600, I suggest making a fixed-width table that is 790 pixels wide. Then, put all your content in that. Also, add a background pattern or color for the most of us, who have larger screen resolutions.For example, here is a site that does pretty nice job. I suggest looking at its code.
August 27, 200422 yr For example, here is a site that does pretty nice job. I suggest looking at its code.Well, the site looks nice, but has horrible coding practices. One should not tell people to go learn from bad coding. In my opinion.
August 27, 200422 yr There's more to it than just using percentages. In fact, I wouldn't do just that. There's many sites dedicated to this (and CSS positionning).I'm sure if you peek around bluerobot, alistapart and csszengarden you could find lots of resources.
August 27, 200422 yr Can someone show me percentages for widths?width=50%, height =90% instead of 300px
Create an account or sign in to comment