My CSS:

#content_right_head span
{
  display:inline-block;
  width:180px;
  overflow:hidden !important;
}

Now it’s showing content content

But I want to show like
content content …

I need to show dots after contents. Contents are coming dynamically from database.

11 Answers
11

Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *