我正在做一個text-overflow: ellipsis
在一個div截斷一些非常長的文本值。基本上是爲了避免因爲URL中沒有空白而增加div的寬度。我需要做的是顯示以下內容:截取一個字符串在開始
http://www.somewebsite.org/over-the-counter/drugs/medone.html
http://www.somewebsite.org/over-the-counter/drugs/medtwo.html
http://www.somewebsite.org/over-the-counter/drugs/medthree.html
爲:
...he-counter/drugs/medone.html
...he-counter/drugs/medtwo.html
...-counter/drugs/medthree.html
這是可行的,全部是HTML/CSS?或者是我唯一的解決方案是jQuery/PHP?
順便說一句,鼠標懸停時,完整的字符串顯示爲工具提示。
php [substr()](http://php.net/manual/en/function.substr.php)想起 – 2013-04-09 20:56:22
JavaScript或PHP將是要走的路。 (最好是PHP) – 2013-04-09 20:57:03
http://stackoverflow.com/questions/9793473/text-overflow-ellipsis-on-left-side – Andreas 2013-04-09 20:59:00