rajitha Posted December 16, 2008 Share Posted December 16, 2008 Friends, How to create a website which will perfectly fit in all screen resolutions. Thanks, Rajitha Quote Link to comment Share on other sites More sharing options...
ToonMariner Posted December 16, 2008 Share Posted December 16, 2008 create an elastic layout (all em based) base your design on 1024 wide and use some javascript to detect resolution and increase the base em value accordingly. Quote Link to comment Share on other sites More sharing options...
Maq Posted December 16, 2008 Share Posted December 16, 2008 Why don't you use relative size, like percentages? Quote Link to comment Share on other sites More sharing options...
rajitha Posted December 16, 2008 Author Share Posted December 16, 2008 create an elastic layout (all em based) base your design on 1024 wide and use some javascript to detect resolution and increase the base em value accordingly. hi Toonmariner, Thanks for your reply .....Do you have any tutorials to help me out in this? Quote Link to comment Share on other sites More sharing options...
ToonMariner Posted December 17, 2008 Share Posted December 17, 2008 @Maq using ems allows you scale text too... @rajitha just try it - you won't learn a thing until you attempt things your self. you could always google 'elastic layout' and see what happens... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.