View Single Post
  #3 (permalink)  
Old Jun 1st, 2005, 01:33
benbramz benbramz is offline
Highly Reputable Member
Join Date: May 2005
Location: U.K
Age: 21
Posts: 739
Thanks: 0
Thanked 0 Times in 0 Posts
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