Currently, when text is inputted that would go past the border of the element, it stretches the entire column, even though the width is set explicitly. Eg.
I know that there is the "overflow-x" property in CSS, but this only works for Internet Explorer and is not standard. Is there any other method I could use? Thanks for any help :)
Question
Flip_Kid
Hey - I have a fixed width <td> element...
Currently, when text is inputted that would go past the border of the element, it stretches the entire column, even though the width is set explicitly. Eg.
I know that there is the "overflow-x" property in CSS, but this only works for Internet Explorer and is not standard. Is there any other method I could use? Thanks for any help :)
Link to comment
Share on other sites
2 answers to this question
Recommended Posts