Hi, I have a div where I have set its width to 480.
It works fine in IE, the text that i m inserting in this div gets
wrapped, but in firefox the text that i m inserting in the div is
coming out.
What's a workaround for that.
Here is my stylesheet for that div.
#detailsPopup2 {position:absol ute;border-width:2px;borde r:solid;border-
color:#666666;t ext-align:left;padd ing:5px;top:480 px;left:60px;wi dth:
400px;height:au to;background:# 52F3FF;font-family:sans-serif;font-size:
80%;z-index:110;}
It works fine in IE, the text that i m inserting in this div gets
wrapped, but in firefox the text that i m inserting in the div is
coming out.
What's a workaround for that.
Here is my stylesheet for that div.
#detailsPopup2 {position:absol ute;border-width:2px;borde r:solid;border-
color:#666666;t ext-align:left;padd ing:5px;top:480 px;left:60px;wi dth:
400px;height:au to;background:# 52F3FF;font-family:sans-serif;font-size:
80%;z-index:110;}
Comment