Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS how to solve displacement in rotating cell in table?

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #42201
    Serkhan
    Member

    http://jsfiddle.net/sG5Sb/12/

    check out this.when i press the button text is rotating but not wrapping.i write

    white-spacing :pre-line;
    but it doesn’t work.thanks

    #122093
    rosspenman
    Participant

    The problem here is the length of the words. Since you probably aren’t going to be using words as long as dddddddddddddddddd in your real site, perhaps it doesn’t matter.

    If it is still a problem, however, you could add the `hypens: auto` rule to your CSS (with `-webkit-`, `-moz-`, and `-ms-` prefixes). You can find documentation on CSS hyphens [here](https://developer.mozilla.org/en-US/docs/CSS/hyphens).

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.