dolittle
10 Jan 2008, 4:45 AM
Hi,
It's a general question.
I have an iframe inside my page.
I'm not sure if this is related to the content of the website inside the iframe but when the user navigates between the pages inside the iframe it flickers in FF and IE7.
An example:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>iframe</title>
</head>
<body>
<iframe src="http://www.drupal.org"
id="childFrame"
width=100%
height=800px;
name="childFrame">
</iframe>
</body>
</html>
When loading the website in a standalone page the transition between pages is smooth.
Is there a workaround?
Thanks
It's a general question.
I have an iframe inside my page.
I'm not sure if this is related to the content of the website inside the iframe but when the user navigates between the pages inside the iframe it flickers in FF and IE7.
An example:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>iframe</title>
</head>
<body>
<iframe src="http://www.drupal.org"
id="childFrame"
width=100%
height=800px;
name="childFrame">
</iframe>
</body>
</html>
When loading the website in a standalone page the transition between pages is smooth.
Is there a workaround?
Thanks