I have a really weird thing happening. I have a table that holds my content in my main page. There is 3 columns to the table and the toolbar is at the top of the page inside of a cell. Just today we realized that when adding a few more buttons to the toolbar our cell width gets all out of whack and forces a horizonal scollbar on the page. Even though the toolbar itself is only about half the width of our viewable page. We are using % based widths on the cells.
This weird padding or margin or whatever you want to call it does not appear when you place this toolbar in its own table. Now before you ask I have my table created and have double checked and had another developer check the html. There is nothing wrong with the HTML could you please let us know if anyone has experienced this same strange functionality as us? I would like to note the Toolbar is inside of a usercontrol along with a Menu. This usercontrol is inside of the table cell.
Thank you