View Single Post
  #2  
Old 08-12-2006
BenG's Avatar
BenG BenG is offline
Mad Member
 
Join Date: Apr 2006
Location: Near Btley Buggy club outdoor
Posts: 1,194
Send a message via AIM to BenG Send a message via MSN to BenG
Default

Quote:
Originally Posted by Stu View Post
It appears that IE7 deals with target frames for links differently to IE6.

<frameset ROWS="80,*"frameborder="0" framespacing="0" border="0">
<frame name="head" scrolling="no" target="main" src="head.htm">
<FRAMESET cols="125,*" frameborder="0" framespacing="0" border="0">
<frame name="left" scrolling="no" target="main" src="left.htm">
<FRAME src="home.htm" name="main">

Links in frame head & left should open in the target frame main

This works in IE6, but not IE7.

My head now completely mashed

Help.
Frames are now a defunct html tag, so its possible IE7 no longer support them, for ultimate control, you really need to use XHTMl and CSS

read more about frames here
http://www.htmlhelp.com/design/frames/whatswrong.html
__________________
Who am I fooling? I love oOple
Reply With Quote