Forums

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

Home Forums CSS css font Re: css font

#111827
sdaitzman
Participant

Maybe try:

element.class {
text-overflow: scroll;
}

Or maybe text-overflow-x: scroll;

You could also try (for both) auto instead of scroll. It depends on tons of other stuff, though.