bilis_money Posted February 18, 2008 Share Posted February 18, 2008 I know how to center <DIV>. I also know how to make <table> fluid by using <table width="100%" height="100%"> is this equal to <div width='auto' height='auto'> please correct me if i'm wrong. Or could you tell me how to make <div> fluid so that both the left and the right edge will adjust automatically whatever the screen resolution will be. thank you. Link to comment https://forums.phpfreaks.com/topic/91678-making-the-page-fluid/ Share on other sites More sharing options...
TheFilmGod Posted February 18, 2008 Share Posted February 18, 2008 width: 100%; no such thing as height: 100% - plus that doesn't make it fluid, a width that is 100% does. Link to comment https://forums.phpfreaks.com/topic/91678-making-the-page-fluid/#findComment-469743 Share on other sites More sharing options...
bilis_money Posted February 18, 2008 Author Share Posted February 18, 2008 thanks i'll do that. Link to comment https://forums.phpfreaks.com/topic/91678-making-the-page-fluid/#findComment-470024 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.