views:

92

answers:

1

Hi, I am trying to wrap a text within a box. On Fire Fox it is working fine but not on IE 6,7 n 8. In the style I have written the following code {font-style:italic;word-break:break-all;word-wrap:break-word;}

Eg: text is aaaaaaaaaaaddddddddddddddddcccccccccccccccdddddddddddddddddddddd and there are 3 text boxes aligned horizontally. There 3 will contain the above text. Aim is to fit this string in all the three boxes without the string getting spilled over to different box.

Please help.

A: 

You have to provide a width eg width: 300px;

Likescheese