Kirsehn
07-18-2007, 04:20 PM
I am working on a "blog"-type project for different committees of the University I am working for. The "blog" allows the various committees to post updates on the status of their committee. All the posts for a particular academic year are listed on one page. (The actual posts are stored in a MySQL database and retrieved with PHP).
The project is nearly complete except for a disturbing visual problem in IE6. On pages that have multiple posts on them, the div container that holds posts is repeated for each post. In Firefox these containers appear correctly. In IE6, the containers get thinner (ie: the width seems to shrink) with each repetition, until the text begins to bleed out of the container on both sides. Obviously since a decent number of people still use IE6 this is unacceptable.
I have run W3C validators on both my XHTML and CSS and both validate. I have visually checked my XHTML, CSS, PHP, and even the contents of my database multiple times to look for errors and can't find anything that would cause this.
At this point I do not know what else to check. If anyone could give me any suggestions it would be GREATLY appreciated.
You can see an example of the problem here: https://webapptst.lasalle.edu/stu_affairs/tbae/archive.php?id=1&year=2004&m=1
The project is nearly complete except for a disturbing visual problem in IE6. On pages that have multiple posts on them, the div container that holds posts is repeated for each post. In Firefox these containers appear correctly. In IE6, the containers get thinner (ie: the width seems to shrink) with each repetition, until the text begins to bleed out of the container on both sides. Obviously since a decent number of people still use IE6 this is unacceptable.
I have run W3C validators on both my XHTML and CSS and both validate. I have visually checked my XHTML, CSS, PHP, and even the contents of my database multiple times to look for errors and can't find anything that would cause this.
At this point I do not know what else to check. If anyone could give me any suggestions it would be GREATLY appreciated.
You can see an example of the problem here: https://webapptst.lasalle.edu/stu_affairs/tbae/archive.php?id=1&year=2004&m=1