I have 2 suggestions:
1) Try setting the width to 100%, and if that doesn't work set it smaller.
2) If suggestion 1 doesn't work, try adding to .content:
word-wrap: break-word;
Personally I don't see why you want to use a DIV when you are just putting the normal content into it, but that is up to you.
Hope this helps,
Snib
|