AstextAchiede
New Member
Edit1) The following problem only occurs in chrome. (i edited the title)2) I updated the fiddle again to illustrate the problem better and to show that when static text is used in the second span - it does get displayed (even in chrome.) 3) I need the limit the width of the dynamic text (so it can't have css display: inline)4) The title and the name have separate styles (that's why I have 2 spans in the markup) 5) Inspect element shows me that the text is there.... but it is not displayed for some strange reason.=============I want to make a centered header with 2 text elements: 1) A title (static text) and 2) content (dynamic text)I put an ellipsis on the content to ensure that it doesn't overflow the box.My problem is that the dynamic content - which i set through jquery isn't showing up!Here is a LIVE DEMOWhat am i missing? Here's the markup:\[code\]<header class="header"> <span class="title">Hello</span> ?