View Single Post
Old 11-15-2012, 09:34 PM   PM User | #1
WolfShade
Regular Coder

 
Join Date: Apr 2012
Location: St. Louis, MO, USA
Posts: 941
Thanks: 7
Thanked 95 Times in 95 Posts
WolfShade is an unknown quantity at this point
Lock table cells to 50% width - no exception

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:
Code:
width:50% !important; min-width:50% !important; max-width:50% !important;
.. but it's not working.

Thank you,
__________________
^_^

If anyone knows of a website that can offer ColdFusion help that isn't controlled by neurotic, pedantic jerks* (stackoverflow.com), please PM me with a link.
*
The neurotic, pedantic jerks are not the owners; just the people who are in control of the "popularity contest".

Last edited by WolfShade; 11-15-2012 at 09:58 PM..
WolfShade is offline   Reply With Quote