Login or Sign up Help | Site Map
Connecting Tech Pros Worldwide

EQUIVALENT OF word-break compatible with mozilla

Question posted by: newatcoding (Newbie) on December 3rd, 2007 05:53 AM
Hai friends,

Iam trying to wrap a single word that exceeds a particular length in a text area to be displayed inside a table by using html.

t was suucessfuul, by using word-break:all in IE.

But in mozilla it didnt work.

I cannot find an equivalent for it...

Will u please help me in this..
Would you like to answer this question?
Sign up for a free account, or Login (if you're already a member).
drhowarddrfine's Avatar
drhowarddrfine
Expert
3,975 Posts
December 3rd, 2007
06:06 PM
#2

Re: EQUIVALENT OF word-break compatible with mozilla
word-break is a proprietary IE-only property, however, it has been introduced into the new css3 standard. But that standard is still in the draft stage and not finalized. I think the only browser that supports it is IE right now but Firefox is working on including it fairly soon.

Reply
newatcoding's Avatar
newatcoding
Newbie
11 Posts
December 4th, 2007
08:10 AM
#3

Re: EQUIVALENT OF word-break compatible with mozilla
Thanks for the information..

Is there any other method than this to wrap a long word?

Reply
drhowarddrfine's Avatar
drhowarddrfine
Expert
3,975 Posts
December 4th, 2007
02:34 PM
#4

Re: EQUIVALENT OF word-break compatible with mozilla
Without white space in the word, the browser does not know where to break so, no. I've seen this topic discussed elsewhere but I don't recall that a solution was ever found.

Reply
drhowarddrfine's Avatar
drhowarddrfine
Expert
3,975 Posts
December 4th, 2007
02:35 PM
#5

Re: EQUIVALENT OF word-break compatible with mozilla
Without white space in the word, the browser does not know where to break so, no. I've seen this topic discussed elsewhere but I don't recall that a solution was ever found.

Are you sure you need to be using a table for what you are doing?

Reply
newatcoding's Avatar
newatcoding
Newbie
11 Posts
December 5th, 2007
04:38 AM
#6

Re: EQUIVALENT OF word-break compatible with mozilla
Thanks sir.
That was the result that i got after workuing for the last two days.

If iam not using a table what else would I use to make a number of items visible in one coumn or two column or three column format?

Reply
drhowarddrfine's Avatar
drhowarddrfine
Expert
3,975 Posts
December 5th, 2007
01:08 PM
#7

Re: EQUIVALENT OF word-break compatible with mozilla
3-column layouts
Never use tables for layout.

Reply
newatcoding's Avatar
newatcoding
Newbie
11 Posts
March 28th, 2008
07:41 AM
#8

Re: EQUIVALENT OF word-break compatible with mozilla
thanks the problem is solved

Reply
Reply
Not the answer you were looking for? Post your question . . .
169,970 Experts ready to help you find a solution.
Sign up for a free account, or Login (if you're already a member).

Top HTML / CSS Forum Contributors