cha0sriderx Posted February 22, 2008 Share Posted February 22, 2008 im using a menu on the left and right side of my layout, they are both 180px. what would i have to set the middle width to so it would fit the screen in IE. it works fine in firefox but it seems like it doesnt want to in IE. td.left { width: 180px; width: 180px; margin:0 2px 0 2px; border-right: 1px solid #778; vertical-align: top; } td.middle { vertical-align: top; height: 400px; padding: 4px; } td.right { width: 180px; width: 180px; margin:0 2px 0 2px; border-left: 1px solid #778; vertical-align: top; } Quote Link to comment Share on other sites More sharing options...
dual_alliance Posted February 22, 2008 Share Posted February 22, 2008 This is just a guess as l can't test this at the moment, but try: td.middle { vertical-align: top; height: 400px; width: 100%; <----- padding: 4px; } Quote Link to comment Share on other sites More sharing options...
cha0sriderx Posted February 22, 2008 Author Share Posted February 22, 2008 thanks for your reply, but i already tried that and all it did was make the 2 menu's smaller and min-width or max-width doesnt work for td's. Quote Link to comment Share on other sites More sharing options...
cha0sriderx Posted February 23, 2008 Author Share Posted February 23, 2008 no one knows how to fix it without having to use js/ajax to get the screen size? Quote Link to comment Share on other sites More sharing options...
bronzemonkey Posted February 23, 2008 Share Posted February 23, 2008 This is easy to do without tables. Quote Link to comment Share on other sites More sharing options...
cha0sriderx Posted February 24, 2008 Author Share Posted February 24, 2008 what do u mean? Quote Link to comment Share on other sites More sharing options...
cha0sriderx Posted February 25, 2008 Author Share Posted February 25, 2008 i fixed the issue, it was because i had a textarea that had a width of 97% and in IE it made the textarea larger than the menu. 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.