[SOLVED] IE Problems in Localhost
Posted: Fri May 20, 2005 8:21 pm
Of course, I'd ditch Internet Explorer for Firefox anyday. But alas, any sane web-developer must test for all browsers and make sure things render correctly. So much to my display, when I fired up Internet Explorer one day, everything broke on Localhost. It's kinda hard to explain, but it involves external objects.
Certain imported things like pictures and stylesheets simply are not being imported in localhost. For instance, I'll have:
index.php loading:
*style.css (works)
*dynamic/thumbnails/trishabakshi/bridges.jpg (doesn't work)
*new.gif (doesn't work)
*logo.gif (works)
or
s.php loading:
*story.css (doesn't work)
*authordata/trishabakshi/one/bridges.jpg (works)
*logo.gif (works)
*Google Ad (works)
*book/captcha.php?sid=PHPSESSID&rand=0.91084200 1116638373 (works)
I have no clue what's going on, and I have no clue whether or not there's a pattern, and I have no clue how to fix this. As I said earlier, everything works perfectly on Firefox, and when you upload it to a webserver, everything works in IE too. But not in localhost. Has anyone ever run into this problem before?
Certain imported things like pictures and stylesheets simply are not being imported in localhost. For instance, I'll have:
index.php loading:
*style.css (works)
*dynamic/thumbnails/trishabakshi/bridges.jpg (doesn't work)
*new.gif (doesn't work)
*logo.gif (works)
or
s.php loading:
*story.css (doesn't work)
*authordata/trishabakshi/one/bridges.jpg (works)
*logo.gif (works)
*Google Ad (works)
*book/captcha.php?sid=PHPSESSID&rand=0.91084200 1116638373 (works)
I have no clue what's going on, and I have no clue whether or not there's a pattern, and I have no clue how to fix this. As I said earlier, everything works perfectly on Firefox, and when you upload it to a webserver, everything works in IE too. But not in localhost. Has anyone ever run into this problem before?