[WSG] Using ellipsis to indicate truncated overflow content

2011-11-14 Thread Grant Bailey

Hello,

Is anyone able to offer suggestions as to how demonstrate to the user 
that overflow content has been truncated, like this (see attachment).


There are some jQuery solutions available but I was hoping for a 
CSS-only solution, especially one that could cope with flexible column 
widths.


If anyone could offer suggestions I would be grateful.

Thank you and regards,

Grant Bailey
(attachment)




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***attachment: Capture.JPG

Re: [WSG] Using ellipsis to indicate truncated overflow content

2011-11-14 Thread Matthew Pennell
On Tue, Nov 15, 2011 at 6:49 AM, Grant Bailey
grant_malcolm_bai...@westnet.com.au wrote:
 Is anyone able to offer suggestions as to how demonstrate to the user that
 overflow content has been truncated, like this (see attachment).

text-overflow: ellipsis?

http://www.quirksmode.org/css/textoverflow.html

- Matthew


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***



Re: [WSG] Using ellipsis to indicate truncated overflow content

2011-11-14 Thread Grant Bailey

Matthew,

Thank you, yes, the text-overflow property is great but does not work in 
Firefox 3.6. Do you know of a work-around for Firefox.


Many thanks,

Grant Bailey

On 15/11/2011 4:56 PM, Matthew Pennell wrote:

On Tue, Nov 15, 2011 at 6:49 AM, Grant Bailey
grant_malcolm_bai...@westnet.com.au  wrote:

Is anyone able to offer suggestions as to how demonstrate to the user that
overflow content has been truncated, like this (see attachment).

text-overflow: ellipsis?

http://www.quirksmode.org/css/textoverflow.html

- Matthew


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***