Click to See Complete Forum and Search --> : Frames wont display in IE7 but do in Firefox
htmlhack
06-24-2007, 10:36 AM
here is the web page
http://pendletonheights.org/RealEstateFlyers/340Garfield/index340.html
only the caption appears when viewed with IE7. What needs to be done to make the frames containing the photos appear for that browser?? Looks great in Firefox.
Major Payne
06-25-2007, 01:02 AM
You have 32 coding errors in your main frame page which does not have a doc type for a frameset page. Doc types here (http://www.w3.org/QA/2002/04/valid-dtd-list.html). IE is working in Quirks mode and parsing the page the best it can. Learn how to set up frames and correct your errors on main page and the other frame pages. You will then have a better display in IE.
Try validating your pages at the w3c.org's validator (http://validator.w3.org/). Your CSS had one problem: 4P attempt to find a semi-colon before the property name. add it Check your CS at w3c.org's CSS validator (http://jigsaw.w3.org/css-validator/#validate-by-input).
Ron
htmlhack
06-25-2007, 11:22 AM
These pages were made with Picasa. Internet Exploder 7 from Microsoft is the problem. I put in a doctype and the validator said it generated an error. This is laughable.
Anyone else have any ideas or know what they are talking about?
Major Payne
06-25-2007, 05:22 PM
I don't care what you use to make the page with, the errors are real and the problem is NOT ALWAYS with IE 7! If you don't correct the errors on all your pages and use a CORRECT doc type, IE will not parse your pages as you expect. Since you figure I don't know what I'm talking about, I'll leave any more advice up to someone else in this forum.
Ron