Has anyone had the same problem as me? I have three browsers, three of which I use. I have Netscape, Firefox, and Internet Explorer. I also have AOL but haven't used that in over a year so that one doesn't really matter. Anyways, my site looks great when I view it on Netscape and Firefox, but it get's all messed up when I look at it on Internet Explorer (Microsoft sucks). The colors get all messed up and some of my page doesn't show which throws off all the tables... my include(public_header.php) works fine but the include(public_footer.php) doesn't which throws everything off... I don't get it... this only happens on IE.
Internet Explorer
you could do two things, first check for compatibity of your scripts in IE, and if they are not compatible, rewrite a new version for IE. you can look up in google, there are goot tutorials for that.
other thing you can do is post the codes that have problems, maybe someone here knows why the php header you put down doesn work..
other thing you can do is post the codes that have problems, maybe someone here knows why the php header you put down doesn work..
Can you post your code? Maybe you have some error in them which causes this.
hmmm... yeah i might post it up here if i can't figure it out myself. it's weird... my footer is showing now but the colors are still off... maybe it's because i've gotten in the bad habit of typing in the color name, and not the actual color number. because both Netscape and Firefox have seem to realize that grey = grey, while IE seems to think that the color grey=purple and Microsoft Frontpage seems to think that the word grey = green... so it seems only to mess up with microsoft lol... i think i'll try using the color numbers instead of color names and see if that helps... but my tables are still messed up on IE and Frontpage...
Color names shouldn't be a problem with IE: http://msdn.microsoft.com/workshop/author/dhtml/reference/colors/colors.asp
