seco Posted June 20, 2009 Share Posted June 20, 2009 Hi i have a table inside a div and the div width is set to a percent and when i shrink the browser the div is shrinked but the table inside this div still theh same width ! any idea why? thanks in advance. Quote Link to comment Share on other sites More sharing options...
SuperBlue Posted June 28, 2009 Share Posted June 28, 2009 Likely because the table is in fixed-width. Try setting it like below. div, table { width: 50%; } 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.