css-hyphens Questions
5
Solved
I want to break the long word with the hyphen at the end of the first line.
Expected:
BERUFSBILDUNGSZENT-
RUM
Got this:
BERUFSBILDUNGSZENT
RUM
Here's my html and css:
<div class="conten...
Glossary asked 9/3, 2017 at 2:52
3
Solved
I use the following css to auto hyphen text in my website:
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
But in chrome this has no effect. I already read, that chr...
Exile asked 19/8, 2015 at 11:46
3
Solved
I'm trying to get hyphens working on text that has <span> elements inside for highlighting. This seems to break the hyphen algorithm. Is there any way to fix the behaviour so that hyphens are...
Panicle asked 26/7, 2017 at 7:15
4
Solved
I am attempting to use CSS Hyphens. They work in IE 11 and Safari but does not work in Firefox properly and I am unsure why. Here is an example:
.container{
width: 16.6667%;
background:#c...
Patrilocal asked 11/3, 2015 at 0:29
3
Solved
In December last year, CSS3 Hyphens support supposedly came to Chrome. Also, IE should be on board, in addition to other major browsers.
Update: Upon receiving the answers below, I understand tha...
Sandbank asked 3/3, 2017 at 10:19
1
© 2022 - 2024 — McMap. All rights reserved.