17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1096 Views |
-
Width of ComplexTableFields

12 September 2008 at 3:38am
Hi,
I'm noticing if you have a lot of columns, or a lot of text within each column, the width can get stretched off the right-hand side of the screen.
Has anyone a quick CSS fix for this?
Ideally I guess, you don't want to have a max. character limit in each field and put elipses after that limit, to reduce the chance of this happening.
Adrian
-
Re: Width of ComplexTableFields

12 September 2008 at 4:26am
Find the ID or Class name of the conatining element (usualy a div), then apply a "max-width: xx;"
Example:
#navigation {
max-width: 200px;
}
| 1096 Views | ||
|
Page:
1
|
Go to Top |


