hi
the problem is you closed the frames tag and then reopned it. IE must just want to makes its own rules up. i dont know why it does it. but what you need is this:
- Code: Select all
<html><head><title>Ten18Films | EVENTS</title>
</head>
<frameset rows="115px,*" border="0" frameborder="no">
<frameset cols="80%" border="0" frameborder="no">
<frame src="navigation.html" scrolling="no" noresize>
<frameset cols="*,250px,460px,*" border="0" frameborder="no">
<frame src="black.html" name="blackleft" scrolling="no" noresize>
<frame src="eventslinks.html" name="eventsleft" scrolling="no" noresize>
<frame src="events/5.html" name="eventsright" scrolling="no" noresize>
<frame src="black.html" name="blackleft" scrolling="no" noresize>
</frameset>
</html>
But robs right - frames are not worth the hassle they will give you or your users to your website.
anyways - ttfn