I've been experiencing some issues with overflowing data kept inside a div. I've been playing around with some re-design of a website I maintain, and when this page is viewed on a computer other than mine own the tabled menu list in the left navigation panel overflows onto the main content of the page. I also have this issue with the blog archives tree menu (which comes from this code), where on browsers other than Firefox the blog titles of the menu run over the div.
I've tried playing around with the overflow attribute as well as the word-wrap attribute, but nothing seems to stop these from overflowing and staying within their supposed bounds.
I'm relatively new at this and so any help would be appreciated. I'm sure I'm missing some knowledge (and obviously expertise) here.
The pertinent code, from the style sheet, are as follows.
I've tried playing around with the overflow attribute as well as the word-wrap attribute, but nothing seems to stop these from overflowing and staying within their supposed bounds.
I'm relatively new at this and so any help would be appreciated. I'm sure I'm missing some knowledge (and obviously expertise) here.
The pertinent code, from the style sheet, are as follows.
Any and all critique will be helpful, but the main thing I'm after is how to keep the data within its div parameters.
Thanks.
to the table information.
However, the blog archives is not a table so unfortunately wasn't such a quick fix - it's still not working in Safari.