append char label HTML with overfloat -
i have big label, use
.truncate { width: 250px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } but need put "*" on end,
this full label without css *
turn in
this is... *
how it?
you add * in separate element ( perhaps span ) inside label floated right. increase or add padding-right label make room it.
Comments
Post a Comment