Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

IE 6.1 Problem?

Status
Not open for further replies.

MrPeds

Programmer
Jan 7, 2003
219
GB
Hi,

I've uploaded my home page for testing in different browsers (
Apart from problems such as slow image loading and only working at 1024x768 resolution (which I WILL fix soon), my site does not display using IE 6.1 but it does work in IE 6.0.2800 (my browser) and Mozilla 1.2.1 as well as Opera 6.05 and Netscape 7.0.

In IE 6.1 (so i have been told) the frames do not get displayed at all - i have no idea why this would be.

I made the site using Dreamweaver MX and the .html files were made XHTML compliant - could this be the reason, has IE 6.1 changed its XHTML settings??

Thanks,

MrPeds
 
That was the first line I had in the frameset HTML file (index.html)

Do I need to move it between the <head> tags?

MrPeds
 
It should appear before the <html><head> tags

It may be worth checking each page in turn with an html validator or post the code for the framest page so we can see it in more detail.

Heres the link for the html validator

regards
Ian
Infinity exists! - I just haven't worked out a way to get there yet.

| |
 
i've got it working now, the code I used was this for the frameset:

<?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?>
<!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Frameset//EN&quot; &quot;
<html xmlns=&quot; xml:lang=&quot;en&quot; lang=&quot;en&quot;>

......
......
</html>

and this for the other .html pages:
<!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;
Hope this is of use to other people,

Thanks,

MrPeds
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top