I just tried setting the <td> to hidden overflow and removed the div, but the cell is still being forced to the width of my text. I must be missing something here, I thought the idea of...
The overflow: hidden is there to demonstrate how my cell is being forced to the width of the text in the 'treeview' even though it should be hidden etc. I need that table cell to collapse all the...
I am building a help system-like website and I am using a two column table to handle the treeview in the left and the content in the right. I have asked this in the javascript forums (due to the...
Sorry I wasn't clear. When the gray bar is clicked the left table cell should collapse to a width smaller than the 'treeview' text, since the tree's parent div has an overflow of hidden. But the text...
I have a div within a table cell, I am populating it with divs using php (a div based treeview). I've set the treeview's parent div to an overflow of hidden. I am setting the table cell's width using...
I have googled about a bit, and done a search here, but haven't found anything on this yet. If there is such a post, my apology, would you mind pointing me toward it.