WolfShade
11-15-2012, 09:34 PM
Hello, everyone.
I've got a dynamic site that I'm working on, and I'm trying to lock two table cells that are next to each other so that they will lock rigidly at 50% of the width of the table.
Sometimes the cell on the right will have an unbroken string of data, forcing it to take 80% of the width, squeezing the left cell.
How can I prevent this from happening? I've set the CSS properties of the class to:
width:50% !important; min-width:50% !important; max-width:50% !important;
.. but it's not working.
Thank you,
I've got a dynamic site that I'm working on, and I'm trying to lock two table cells that are next to each other so that they will lock rigidly at 50% of the width of the table.
Sometimes the cell on the right will have an unbroken string of data, forcing it to take 80% of the width, squeezing the left cell.
How can I prevent this from happening? I've set the CSS properties of the class to:
width:50% !important; min-width:50% !important; max-width:50% !important;
.. but it's not working.
Thank you,