tbare Posted November 4, 2008 Share Posted November 4, 2008 here's what i got: http://dev.wannafork.com/index.php choose Select State, choose Missouri, the menu that's populated has "Change County of Residence" on the far right. change the size of your browser to where that line wraps to 2 lines. Notice how the rest of the menu looks messed up? i want the height of the rest of the menu to mirror the height of the tallest cell.. any ideas? here's the css: table.menuTable { background-color: #000066; width: 100%; border-top: 1px solid #ffffff; border-bottom: 1px solid #ffffff; } #menu a { color: #ffffff; font: normal 12px/24px verdana, arial, tahoma, sans-serif; display: block; border-right: 1px solid #ffffff; border-left: 1px solid #ffffff; text-decoration: none; } #menu a:hover { color: #000066; background-color: #ffffff; } Quote Link to comment https://forums.phpfreaks.com/topic/131375-set-table-row-height/ Share on other sites More sharing options...
rarebit Posted November 5, 2008 Share Posted November 5, 2008 mmm, the vertical lines are bigger than the rest. (this was natural for me) Maybe if you set the heights to 100%, but remember to wrap them all with a single div... Quote Link to comment https://forums.phpfreaks.com/topic/131375-set-table-row-height/#findComment-683135 Share on other sites More sharing options...
tbare Posted November 5, 2008 Author Share Posted November 5, 2008 right... this is the problem... height="100%" doesn't work... i've tried that Any other thoughts? Thanks, TBare Quote Link to comment https://forums.phpfreaks.com/topic/131375-set-table-row-height/#findComment-683157 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.