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

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

jsf - How to ajax update an item in the footer of a PrimeFaces dataTable? -

jquery - Keeping Kendo Datepicker in min/max range -