Sorry, your question has nothing to do with PHP. Maybe try a CSS list?

http://www.google.com/search?rls=sv-se&q=css+discussion +list&ie=UTF-8&oe=UTF-8
http://www.google.com/search?rls=sv-se&q=why+ie+sucks&ie=UTF-8&oe=UTF-8
http://whyiesucks.blogspot.com/

//frank

9 maj 2007 kl. 15.13 skrev Farid Jamea:

Hello,

To me this seems to be a very strange problem.

I have a static html page (index.html) that shows correctly on both FF2 &
IE7.

I splitted the website up into different sections: (header, footer, ...). To
do this I have used:
--------------------------------------------------------------
<?php
require("header.php");
?>
Some code goes here...
<?php
require("footer.php");
?>
--------------------------------------------------------------
.... and so on.
When I test my page (now index.php), it shows perfect on Firefox, but in IE some stuff are not in their right place. I have checked the source code of
both index.html and index.php and they seem both identical to me.

Do you know why IE fails to correctly render the page?

Thanks

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to