Pennimus
02-15-2006, 12:48 AM
I've been having some serious issues with a blog page that is output from MySQL in Internet Explorer. At first, I thought it must be something to do with the php/mysql side of things but having copied the outputted source and pasted it into a static HTML page, I'm still seeing exactly the same issues.
The weird thing is, this page doesn't use any different styles than the rest of the site really, yet the behaviour is so totally wrong I can't quite believe it.
The urls below are all located at http://www.board-crazy.co.uk
- Here is the actual dynamically generated page : /newsite/blog.php?id=22
- And the static HTML I copied from the above : /newsite/ietest2.html
- And an example of a page that actually works : /newsite/index.php
- View /newsite/blog.php?id=22 in firefox to see how it's supposed to look.
You'll notice that on the malfunctioning pages the left borders disappear, and the content itself doesn't even appear to be there until you scroll down then back up again. Some bits appear in random locations and some never appear at all.
Actually hopefully you won't notice that and it will turn out to be a bug in my IE, but somehow I think that's just wishful thinking.
I believe the only difference in terms of classes/ids used in the screwed up page is the addition of <div id="add"> which I have commented out in other test versions to no avail.
I would dearly appreciate any help with this. As you can tell by the date in the blog, I've been working on this since early December and to find it not working when I put the finishing touches to it is a bit of a downer :(
Regards,
Adam
The weird thing is, this page doesn't use any different styles than the rest of the site really, yet the behaviour is so totally wrong I can't quite believe it.
The urls below are all located at http://www.board-crazy.co.uk
- Here is the actual dynamically generated page : /newsite/blog.php?id=22
- And the static HTML I copied from the above : /newsite/ietest2.html
- And an example of a page that actually works : /newsite/index.php
- View /newsite/blog.php?id=22 in firefox to see how it's supposed to look.
You'll notice that on the malfunctioning pages the left borders disappear, and the content itself doesn't even appear to be there until you scroll down then back up again. Some bits appear in random locations and some never appear at all.
Actually hopefully you won't notice that and it will turn out to be a bug in my IE, but somehow I think that's just wishful thinking.
I believe the only difference in terms of classes/ids used in the screwed up page is the addition of <div id="add"> which I have commented out in other test versions to no avail.
I would dearly appreciate any help with this. As you can tell by the date in the blog, I've been working on this since early December and to find it not working when I put the finishing touches to it is a bit of a downer :(
Regards,
Adam