I currently have ran into a issue that I have not been able to solve. I am in the process of styling an Asset Manager application that quite a lot of data returned to a table element. To not extend past the "shell" i have created, I set the table to fixed width (Table is 92em, body has been set with font reduction at 62.5%) While testing my css to see if it broke, i noticed if data is returned to the last cell , for example an IP address of 255.255.255.255, the cell bleeds into my "adminFunctions" cells. Does anyone know a way to circumvent this issue. I have looked all over the net for "table-layout fixed cell bleeding, and other misc terms". My Google-Fu isn't shabby. I even asked other developers and they also don't know how this is happening. Any help would be appreciated.
Please note I had to trim some of my original CSS out. I am pretty sure I didn't remove any attributes that were needed. Below is an image of what is happening as well....