Click here to Skip to main content
15,887,175 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: the protocol 'net.pipe' is not supported-WCF Pin
User 171649228-Nov-12 1:38
professionalUser 171649228-Nov-12 1:38 
GeneralRe: the protocol 'net.pipe' is not supported-WCF Pin
mallikharjuna22128-Nov-12 2:34
mallikharjuna22128-Nov-12 2:34 
GeneralRe: the protocol 'net.pipe' is not supported-WCF Pin
User 171649228-Nov-12 3:11
professionalUser 171649228-Nov-12 3:11 
Questionhow to get data when using header('location:'.$url) ??? Pin
aa_zz26-Nov-12 4:27
aa_zz26-Nov-12 4:27 
AnswerRe: how to get data when using header('location:'.$url) ??? Pin
Zamshed Farhan15-Jan-13 4:24
Zamshed Farhan15-Jan-13 4:24 
QuestionWeb technologies Pin
Junoli25-Nov-12 11:28
Junoli25-Nov-12 11:28 
SuggestionRe: Web technologies Pin
Jon Larborn29-Nov-12 10:21
Jon Larborn29-Nov-12 10:21 
Questionbreak-word CSS Pin
Jon Larborn23-Nov-12 7:15
Jon Larborn23-Nov-12 7:15 
Hi,
I have struggled with word wrap for long file names in a table. I use a class where I now implemented everything I can think has something to do with word wrap. It works in chrome but neither in Firefox or IE. How to do this?

CSS
.wraptext
{
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    max-width: 450px;
    mso-word-wrap: break-word;

    -ms-word-break: break-all;
    word-break: break-all;
    -ms-word-wrap: break-word;
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
}

AnswerRe: break-word CSS Pin
vbmike24-Nov-12 4:08
vbmike24-Nov-12 4:08 
GeneralRe: break-word CSS Pin
Jon Larborn24-Nov-12 13:13
Jon Larborn24-Nov-12 13:13 
GeneralRe: break-word CSS Pin
vbmike29-Nov-12 9:58
vbmike29-Nov-12 9:58 
GeneralRe: break-word CSS Pin
Jon Larborn29-Nov-12 10:04
Jon Larborn29-Nov-12 10:04 
GeneralRe: break-word CSS Pin
vbmike29-Nov-12 10:10
vbmike29-Nov-12 10:10 
AnswerRe: break-word CSS Pin
Jon Larborn29-Nov-12 10:14
Jon Larborn29-Nov-12 10:14 
GeneralRe: break-word CSS Pin
vbmike29-Nov-12 11:06
vbmike29-Nov-12 11:06 
GeneralRe: break-word CSS Pin
User 171649229-Nov-12 12:00
professionalUser 171649229-Nov-12 12:00 
AnswerRe: break-word CSS Pin
Jon Larborn29-Nov-12 19:33
Jon Larborn29-Nov-12 19:33 
GeneralRe: break-word CSS Pin
vbmike30-Nov-12 9:17
vbmike30-Nov-12 9:17 
GeneralRe: break-word CSS Pin
User 171649230-Nov-12 9:37
professionalUser 171649230-Nov-12 9:37 
GeneralRe: break-word CSS Pin
Jon Larborn29-Nov-12 10:17
Jon Larborn29-Nov-12 10:17 
AnswerRe: break-word CSS Pin
gilvani28-Nov-12 8:16
gilvani28-Nov-12 8:16 
GeneralRe: break-word CSS Pin
Jon Larborn28-Nov-12 8:18
Jon Larborn28-Nov-12 8:18 
AnswerRe: break-word CSS Pin
vbmike17-Dec-12 14:36
vbmike17-Dec-12 14:36 
GeneralRe: break-word CSS Pin
Jon Larborn4-Jan-13 1:37
Jon Larborn4-Jan-13 1:37 
GeneralRe: break-word CSS Pin
vbmike4-Jan-13 3:36
vbmike4-Jan-13 3:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.