Forum Moderators: open
I'v got a problem in IE6, If got a page that contains 3 frames:
Topframe(navigation) + leftframe(toc's) + mainFrame(preview content).
The problem occurs when the toc and content is loaded in either the leftframe or the mainframe.
When scrolling or moving mousse, the toc and the contenttext is distorting and multiplying.
When i load de toc or the contentext in ie6 there isnt a problem.
Here is the code from the file with the frames:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
"http://www.w3.org/TR/xhtml1/frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>Belastinggids 2009</title>
</head>
<frameset rows="130,*" cols="*" frameborder="no" border="0" framespacing="0">
<frame src="header_1.html" name="topFrame" scrolling="no" noresize="noresize" id="topFrame" title="topFrame" />
</frameset>
<frameset rows="*" cols="290,*" framespacing="0" frameborder="no" border="0">
<frame src="toc_1.html" name="leftFrame" id="leftFrame" title="leftFrame" scrolling="yes"/>
<frame src="trefwoorden/voorwoord.html" name="mainFrame" id="mainFrame" title="mainFrame" scrolling="yes"/>
</frameset>
</html>
I am a little desperate so any help is welcome,
Contra
thx in advance
You may want to run your code through a Markup Validation Service [validator.w3.org] and clean up the errors first. The snippet you posted has several errors.