Frameset & IE

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
 
S

Steve R.

Safran von Twesla wrote in message ...
What's wrong with that frameset definition?

Well for a start you don't need any reference to <script> in the frameset
markup

Remove this line ...

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...

That will involve the HTML to that frame only

Do you have a URL you can post?

'Tis easier to diagnose problems that way :~)
 
S

Safran von Twesla

Safran von Twesla wrote in message ...

Well for a start you don't need any reference to <script> in the frameset
markup

Remove this line ...

<script src = "javascript/functions.js" type = "text/javascript">

Sorry, that was my mistake, I made a wrong copy/paste-action.. I
That will involve the HTML to that frame only

Do you have a URL you can post?

'Tis easier to diagnose problems that way :~)

Well, here:

http://trespassa.no-ip.org/janfoth/index.html

Click on the cross. After two times you come to the "second level"...
when scrolling, you'll see horrible things... on IE only!!!

SvT
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,770
Messages
2,569,583
Members
45,072
Latest member
trafficcone

Latest Threads

Top