S
Safran von Twesla
Hi,
I already posted because I have found a terrible bug in IE's way to
present framesets... what's wrong with that frameset definition?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>FM-Datenbank</title>
<script src = "javascript/functions.js" type = "text/javascript">
</script>
</head>
<frameset rows = '15%,*'>
<frame src = 'banner.php?start=yes' name = 'banner'>
<frameset cols = '25%,*'>
<frame src = 'navigation.php?table=gebaeude&id=0&level=0' name =
'navigation'>
<frame src = 'display.php?welcome=yes' name = 'display'>
</frameset>
</frameset>
<noframes>
<body>
<p>Ihr Browser kann diese Seite leider nicht anzeigen!</p>
</body>
</noframes>
</html>
On the left (navigation) frame, when there are many elements (taken
from database), it gets really bad when scrolling... text/pictures
melt together, it's really terrible...
Please, don't post "don't use frames"... it was not my choice. I have
to. And I have never seen such a horrible bug before...
Thx for answering
SvT
I already posted because I have found a terrible bug in IE's way to
present framesets... what's wrong with that frameset definition?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>FM-Datenbank</title>
<script src = "javascript/functions.js" type = "text/javascript">
</script>
</head>
<frameset rows = '15%,*'>
<frame src = 'banner.php?start=yes' name = 'banner'>
<frameset cols = '25%,*'>
<frame src = 'navigation.php?table=gebaeude&id=0&level=0' name =
'navigation'>
<frame src = 'display.php?welcome=yes' name = 'display'>
</frameset>
</frameset>
<noframes>
<body>
<p>Ihr Browser kann diese Seite leider nicht anzeigen!</p>
</body>
</noframes>
</html>
On the left (navigation) frame, when there are many elements (taken
from database), it gets really bad when scrolling... text/pictures
melt together, it's really terrible...
Please, don't post "don't use frames"... it was not my choice. I have
to. And I have never seen such a horrible bug before...
Thx for answering
SvT