BizTalk Posted August 26, 2004 Posted August 26, 2004 I want to build a website that will be flexable with any screen resolution. How and what do i need to do that?
zprog Posted August 27, 2004 Posted August 27, 2004 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.
DarkPhoenix Posted August 27, 2004 Posted August 27, 2004 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.
BizTalk Posted August 27, 2004 Author Posted August 27, 2004 Can someone show me percentages for widths?
CoffeeFiend Posted August 27, 2004 Posted August 27, 2004 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.
sven Posted August 27, 2004 Posted August 27, 2004 Can someone show me percentages for widths?width=50%, height =90% instead of 300px
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now