Friday, 13 May 2016

Text overflow at right side .....


Text overflow at right side of page make ..... for continues....

CSS:
=======
.class-left{
    text-overflow: ellipsis;
}

html:=
=======

<div>
<div class="class-left">aaaaaaaaaaaaa></div><div class="right">LINK</div>

No comments:

Post a Comment

mysql to mariadb: unknown collation utf8mb4_0900_ai_ci

  57 I have a mysql 8.0 that I exported using mysqldump. I am trying to import it onto a Mariadb 10.4 database with phpmyadmin, both are the...